org.graphstream.ui.graphicGraph
Class StyleGroup.ElementEvents

java.lang.Object
  extended by org.graphstream.ui.graphicGraph.StyleGroup.ElementEvents
Enclosing class:
StyleGroup

public static class StyleGroup.ElementEvents
extends Object

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

getElement

public Element getElement()
The element on which the events are occurring.

Returns:
an element.

eventCount

public int eventCount()
Number of events actually affecting the element.

Returns:
The number of events affecting the element.

events

public String[] events()
The set of events actually occurring on the element.

Returns:
A set of strings.

activate

public void activate()

deactivate

public void deactivate()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.