Uses of Class
org.graphstream.graph.implementations.AbstractElement.AttributeChangeEvent
| Package | Description |
|---|---|
| org.graphstream.graph.implementations | |
| org.graphstream.stream | |
| org.graphstream.util |
-
Uses of AbstractElement.AttributeChangeEvent in org.graphstream.graph.implementations
Methods in org.graphstream.graph.implementations that return AbstractElement.AttributeChangeEvent Modifier and Type Method Description static AbstractElement.AttributeChangeEventAbstractElement.AttributeChangeEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractElement.AttributeChangeEvent[]AbstractElement.AttributeChangeEvent. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AbstractElement.AttributeChangeEvent in org.graphstream.stream
Methods in org.graphstream.stream with parameters of type AbstractElement.AttributeChangeEvent Modifier and Type Method Description voidSourceBase. sendAttributeChangedEvent(String sourceId, long timeId, String eltId, SourceBase.ElementType eltType, String attribute, AbstractElement.AttributeChangeEvent event, Object oldValue, Object newValue)voidSourceBase. sendAttributeChangedEvent(String sourceId, String eltId, SourceBase.ElementType eltType, String attribute, AbstractElement.AttributeChangeEvent event, Object oldValue, Object newValue)Send a add/change/remove attribute event on an element. -
Uses of AbstractElement.AttributeChangeEvent in org.graphstream.util
Methods in org.graphstream.util with parameters of type AbstractElement.AttributeChangeEvent Modifier and Type Method Description voidGraphListeners. sendAttributeChangedEvent(String eltId, SourceBase.ElementType eltType, String attribute, AbstractElement.AttributeChangeEvent event, Object oldValue, Object newValue)