- java.lang.Object
-
- com.github.weisj.jsvg.nodes.AbstractSVGNode
-
- All Implemented Interfaces:
SVGNode
- Direct Known Subclasses:
AbstractFilterPrimitive,BaseAnimationNode,BaseContainerNode,FeMergeNode,RenderableSVGNode,SolidColor,Stop,TransferFunctionElement
public abstract class AbstractSVGNode extends java.lang.Object implements SVGNode
-
-
Field Summary
Fields Modifier and Type Field Description private @Nullable java.lang.Stringid
-
Constructor Summary
Constructors Constructor Description AbstractSVGNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContent(char[] content)voidbuild(@NotNull AttributeNode attributeNode)@Nullable java.lang.Stringid()java.lang.StringtoString()
-
-
-
Method Detail
-
build
@MustBeInvokedByOverriders public void build(@NotNull @NotNull AttributeNode attributeNode)
-
addContent
public void addContent(char[] content)
- Specified by:
addContentin interfaceSVGNode
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-