Class StyleGroup.ElementEvents

java.lang.Object
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 Details

    • 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