Package | Description |
---|---|
org.graphstream.ui.graphicGraph.stylesheet |
Modifier and Type | Field and Description |
---|---|
StyleSheet.NameSpace |
StyleSheet.edgeRules
The default, id and class rules for edges.
|
StyleSheet.NameSpace |
StyleSheet.graphRules
The default, id and class rules for graphs.
|
StyleSheet.NameSpace |
StyleSheet.nodeRules
The default, id and class rules for nodes.
|
StyleSheet.NameSpace |
StyleSheet.spriteRules
The default, id and class rules for sprites.
|
Modifier and Type | Method and Description |
---|---|
StyleSheet.NameSpace |
StyleSheet.getEdgeStyleNameSpace()
All the rules (default, specific and class) that apply to edges.
|
StyleSheet.NameSpace |
StyleSheet.getGraphStyleNameSpace()
All the rules (default, specific and class) that apply to graphs.
|
StyleSheet.NameSpace |
StyleSheet.getNodeStyleNameSpace()
All the rules (default, specific and class) that apply to nodes.
|
StyleSheet.NameSpace |
StyleSheet.getSpriteStyleNameSpace()
All the rules (default, specific and class) that apply to sprites.
|