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
FieldsModifier and TypeFieldDescriptionprivate final List<char[]> private StyleSheetstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContent(char[] content) voidparseStyleSheet(@NotNull CssParser cssParser) @NotNull StyleSheet@NotNull StringtagName()Methods inherited from class MetaSVGNode
build, id
-
Field Details
-
TAG
- See Also:
-
styleSheet
-
data
-
-
Constructor Details
-
Style
public Style()
-
-
Method Details
-
parseStyleSheet
-
styleSheet
-
addContent
public void addContent(char[] content) - Specified by:
addContentin interfaceSVGNode- Overrides:
addContentin classMetaSVGNode
-
tagName
-