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 Modifier and Type Field Description private java.util.List<char[]>
data
private StyleSheet
styleSheet
static java.lang.String
TAG
-
Constructor Summary
Constructors Constructor Description Style()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addContent(char[] content)
void
parseStyleSheet(@NotNull CssParser cssParser)
@NotNull StyleSheet
styleSheet()
@NotNull java.lang.String
tagName()
-
Methods inherited from class com.github.weisj.jsvg.nodes.MetaSVGNode
build, id
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
styleSheet
private StyleSheet styleSheet
-
data
private final java.util.List<char[]> data
-
-
Method Detail
-
parseStyleSheet
public void parseStyleSheet(@NotNull @NotNull CssParser cssParser)
-
styleSheet
@NotNull public @NotNull StyleSheet styleSheet()
-
addContent
public void addContent(char[] content)
- Specified by:
addContent
in interfaceSVGNode
- Overrides:
addContent
in classMetaSVGNode
-
tagName
@NotNull public @NotNull java.lang.String tagName()
-
-