Package org.graphstream.ui.graphicGraph
Class StyleGroupSet.ZIndex
java.lang.Object
org.graphstream.ui.graphicGraph.StyleGroupSet.ZIndex
- All Implemented Interfaces:
Iterable<HashSet<StyleGroup>>
- Enclosing class:
- StyleGroupSet
public class StyleGroupSet.ZIndex extends Object implements Iterable<HashSet<StyleGroup>>
All the style groups sorted by their Z index.
This structure is maintained by each time a group is added or removed, or when the style of a group changed.
- Author:
- Antoine Dutot
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classStyleGroupSet.ZIndex.ZIndexIterator -
Field Summary
Fields Modifier and Type Field Description HashMap<String,Integer>reverseZIndexKnowing a group, tell if its Z index.ArrayList<HashSet<StyleGroup>>zIndexOrdered set of groups. -
Constructor Summary
Constructors Constructor Description ZIndex()New empty Z index. -
Method Summary
-
Field Details
-
zIndex
Ordered set of groups. -
reverseZIndex
Knowing a group, tell if its Z index.
-
-
Constructor Details
-
ZIndex
public ZIndex()New empty Z index.
-
-
Method Details