Package com.github.weisj.jsvg.nodes
Class MetaSVGNode
java.lang.Object
com.github.weisj.jsvg.nodes.MetaSVGNode
- All Implemented Interfaces:
SVGNode
Even though elements of this type can have an id, it doesn't provide any benefit as you
can't do anything with it (per contract of subclassing this type).
Note: Subclasses of this type may accept child nodes. Nonetheless, this isn't a container type as there is no reason to keep meta information for rendering. Any child elements with an "id" will be kept by the loader for resolving during build time and discarded if unused.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addContent
(char[] content) void
build
(@NotNull AttributeNode attributeNode) @Nullable String
id()