Class FeMerge
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.container.BaseContainerNode<SVGNode>
com.github.weisj.jsvg.nodes.container.ContainerNode
com.github.weisj.jsvg.nodes.filter.FeMerge
- All Implemented Interfaces:
FilterPrimitive,Container<SVGNode>,SVGNode
@ElementCategories(FilterPrimitive)
@PermittedContent(anyOf=FeMergeNode.class)
public final class FeMerge
extends ContainerNode
implements FilterPrimitive
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyFilter(@NotNull RenderContext context, @NotNull FilterContext filterContext) voidbuild(@NotNull AttributeNode attributeNode) colorInterpolation(@NotNull FilterContext filterContext) @NotNull Lengthheight()booleanisValid()voidlayoutFilter(@NotNull RenderContext context, @NotNull FilterLayoutContext filterLayoutContext) @NotNull StringtagName()@NotNull Lengthwidth()@NotNull Lengthx()@NotNull Lengthy()Methods inherited from class com.github.weisj.jsvg.nodes.container.ContainerNode
children, doAddMethods inherited from class com.github.weisj.jsvg.nodes.container.BaseContainerNode
acceptChild, addChild, isAcceptableTypeMethods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.weisj.jsvg.nodes.prototype.Container
childrenOfType
-
Field Details
-
TAG
- See Also:
-
-
Constructor Details
-
FeMerge
public FeMerge()
-
-
Method Details
-
tagName
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractSVGNode
-
isValid
public boolean isValid()- Specified by:
isValidin interfaceFilterPrimitive
-
x
- Specified by:
xin interfaceFilterPrimitive
-
y
- Specified by:
yin interfaceFilterPrimitive
-
width
- Specified by:
widthin interfaceFilterPrimitive
-
height
- Specified by:
heightin interfaceFilterPrimitive
-
layoutFilter
public void layoutFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterLayoutContext filterLayoutContext) - Specified by:
layoutFilterin interfaceFilterPrimitive
-
applyFilter
public void applyFilter(@NotNull @NotNull RenderContext context, @NotNull @NotNull FilterContext filterContext) - Specified by:
applyFilterin interfaceFilterPrimitive
-
colorInterpolation
- Specified by:
colorInterpolationin interfaceFilterPrimitive
-