Package | Description |
---|---|
org.graphstream.ui.graphicGraph.stylesheet | |
org.graphstream.ui.graphicGraph.stylesheet.parser |
Modifier and Type | Field and Description |
---|---|
Selector |
Rule.selector
The match.
|
Modifier and Type | Method and Description |
---|---|
void |
StyleSheet.parseStyleFromString(Selector select,
java.lang.String styleString)
Parse only one style, create a rule with the given selector, and add this
rule.
|
Constructor and Description |
---|
Rule(Selector selector)
New rule with a matcher.
|
Rule(Selector selector,
Rule parent) |
Selector(Selector other)
New selector, copy of another.
|
Modifier and Type | Method and Description |
---|---|
Selector |
StyleSheetParser.select() |