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