Class FeMergeNode
- 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 FilterChannelKey
inputChannel
static java.lang.String
TAG
-
Constructor Summary
Constructors Constructor Description FeMergeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(@NotNull AttributeNode attributeNode)
@NotNull FilterChannelKey
inputChannel()
@NotNull java.lang.String
tagName()
-
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:
build
in interfaceSVGNode
- Overrides:
build
in classAbstractSVGNode
-
-