Package com.github.weisj.jsvg.nodes
Class Style
java.lang.Object
com.github.weisj.jsvg.nodes.MetaSVGNode
com.github.weisj.jsvg.nodes.Style
- All Implemented Interfaces:
SVGNode
@ElementCategories({})
@PermittedContent(any=true,
charData=true)
public final class Style
extends MetaSVGNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContent(char[] content) voidparseStyleSheet(@NotNull CssParser cssParser) @NotNull StyleSheet@NotNull StringtagName()Methods inherited from class com.github.weisj.jsvg.nodes.MetaSVGNode
build, id
-
Field Details
-
TAG
- See Also:
-
-
Constructor Details
-
Style
public Style()
-
-
Method Details
-
parseStyleSheet
-
styleSheet
-
addContent
public void addContent(char[] content) - Specified by:
addContentin interfaceSVGNode- Overrides:
addContentin classMetaSVGNode
-
tagName
-