|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.graphstream.ui.graphicGraph.StyleGroup.ElementEvents
public static class StyleGroup.ElementEvents
Description of an element that is actually modified by one or more events occurring on it.
Method Summary | |
---|---|
void |
activate()
|
void |
deactivate()
|
int |
eventCount()
Number of events actually affecting the element. |
String[] |
events()
The set of events actually occurring on the element. |
Element |
getElement()
The element on which the events are occurring. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Element getElement()
public int eventCount()
public String[] events()
public void activate()
public void deactivate()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |