Package | Description |
---|---|
org.graphstream.ui.graphicGraph |
Modifier and Type | Field and Description |
---|---|
StyleGroup |
GraphicGraph.style
The style of this graph.
|
StyleGroup |
GraphicElement.style
The node style.
|
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<java.util.HashSet<StyleGroup>> |
StyleGroupSet.ZIndex.zIndex
Ordered set of groups.
|
Modifier and Type | Method and Description |
---|---|
StyleGroup |
StyleGroupSet.addElement(Element element)
Add an element and bind it to its style group.
|
StyleGroup |
StyleGroupSet.getGroup(java.lang.String groupId)
Return a group by its unique identifier.
|
StyleGroup |
GraphicGraph.getStyle()
The graph style group.
|
StyleGroup |
GraphicElement.getStyle()
Style group.
|
StyleGroup |
StyleGroupSet.getStyleFor(Edge edge)
Get the style of a given edge.
|
StyleGroup |
StyleGroupSet.getStyleFor(Graph graph)
Get the style of a given graph.
|
StyleGroup |
StyleGroupSet.getStyleFor(GraphicSprite sprite)
Get the style of a given sprite.
|
StyleGroup |
StyleGroupSet.getStyleFor(Node node)
Get the style of a given node.
|
StyleGroup |
StyleGroupSet.getStyleForElement(Element element)
Get the style of an element.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<? extends StyleGroup> |
StyleGroupSet.getGroupIterator()
Iterator on the set of groups in no particular order.
|
java.util.Iterator<StyleGroup> |
StyleGroupSet.getShadowIterator()
Iterator on the style groups that cast a shadow.
|
java.util.Iterator<java.util.HashSet<StyleGroup>> |
StyleGroupSet.getZIterator()
Iterator on the Z index.
|
java.lang.Iterable<? extends StyleGroup> |
StyleGroupSet.groups()
Iterable set of groups elements, in no particular order.
|
java.util.Iterator<java.util.HashSet<StyleGroup>> |
StyleGroupSet.ZIndex.iterator() |
java.util.Iterator<StyleGroup> |
StyleGroupSet.ShadowSet.iterator() |
java.util.HashSet<StyleGroup> |
StyleGroupSet.ZIndex.ZIndexIterator.next() |
java.lang.Iterable<StyleGroup> |
StyleGroupSet.shadows()
Iterable set of groups that cast shadow.
|
java.lang.Iterable<java.util.HashSet<StyleGroup>> |
StyleGroupSet.zIndex()
Iterable set of "subsets of groups" sorted by Z level.
|
Modifier and Type | Method and Description |
---|---|
void |
StyleGroupListener.elementStyleChanged(Element element,
StyleGroup oldStyle,
StyleGroup style)
The style of the element changed.
|
void |
GraphicGraph.elementStyleChanged(Element element,
StyleGroup oldStyle,
StyleGroup style) |
void |
GraphicGraph.styleChanged(StyleGroup style) |