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
zIndex
public ArrayList<HashSet<StyleGroup>> zIndex
- Ordered set of groups.
reverseZIndex
public HashMap<String,Integer> reverseZIndex
- Knowing a group, tell if its Z index.
StyleGroupSet.ZIndex
public StyleGroupSet.ZIndex()
- New empty Z index.
iterator
public Iterator<HashSet<StyleGroup>> iterator()
- Specified by:
iterator
in interface Iterable<HashSet<StyleGroup>>
clear
public void clear()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.