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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(@NotNull AttributeNode attributeNode) @NotNull FilterChannelKey
@NotNull String
tagName()
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toString
-
Field Details
-
TAG
- See Also:
-
inputChannel
-
-
Constructor Details
-
FeMergeNode
public FeMergeNode()
-
-
Method Details
-
tagName
-
inputChannel
-
build
- Specified by:
build
in interfaceSVGNode
- Overrides:
build
in classAbstractSVGNode
-