Package org.graphstream.ui.graphicGraph
Class StyleGroupSet.EventSet
java.lang.Object
org.graphstream.ui.graphicGraph.StyleGroupSet.EventSet
- Enclosing class:
- StyleGroupSet
public class StyleGroupSet.EventSet extends Object
Set of events (meta-classes) actually active.
The event set contains the set of events actually occurring. This is used to select alternate styles. The events actually occurring are in precedence order. The last one is the most important.
- Author:
- Antoine Dutot
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EventSet() -
Method Summary
-
Field Details
-
eventSet
-
events
-
-
Constructor Details
-
EventSet
public EventSet()
-
-
Method Details
-
pushEvent
Add an event to the set.- Parameters:
event- The event to add.
-
popEvent
Remove an event from the set.- Parameters:
event- The event to remove.
-
getEvents
The set of events in order, the most important at the end.- Returns:
- The event set.
-