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
FieldsModifier and TypeFieldDescriptionprivate FilterPrimitiveBaseprivate FilterChannelKey[]static final String -
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 ContainerNode
children, doAddMethods inherited from class BaseContainerNode
acceptChild, addChild, isAcceptableTypeMethods inherited from class AbstractSVGNode
addContent, id, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Container
childrenOfType
-
Field Details
-
TAG
- See Also:
-
filterPrimitiveBase
-
inputChannels
-
-
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
-