- java.lang.Object
-
- com.github.weisj.jsvg.nodes.AbstractSVGNode
-
- com.github.weisj.jsvg.nodes.filter.FeMergeNode
-
- All Implemented Interfaces:
SVGNode
@ElementCategories(None) @PermittedContent(anyOf={Animate.class,Set.class}) public final class FeMergeNode extends AbstractSVGNode
-
-
Field Summary
Fields Modifier and Type Field Description private FilterChannelKeyinputChannelstatic java.lang.StringTAG
-
Constructor Summary
Constructors Constructor Description FeMergeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(@NotNull AttributeNode attributeNode)@NotNull FilterChannelKeyinputChannel()@NotNull java.lang.StringtagName()-
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toString
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
inputChannel
private FilterChannelKey inputChannel
-
-
Method Detail
-
tagName
@NotNull public @NotNull java.lang.String tagName()
-
inputChannel
@NotNull public @NotNull FilterChannelKey inputChannel()
-
build
public void build(@NotNull @NotNull AttributeNode attributeNode)- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractSVGNode
-
-