Uses of Class
org.graphstream.stream.SourceBase.ElementType
| Package | Description |
|---|---|
| org.graphstream.stream | |
| org.graphstream.util |
-
Uses of SourceBase.ElementType in org.graphstream.stream
Methods in org.graphstream.stream that return SourceBase.ElementType Modifier and Type Method Description SourceBase.ElementTypetype()Type of element that triggered the annotated method.static SourceBase.ElementTypeSourceBase.ElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceBase.ElementType[]SourceBase.ElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graphstream.stream with parameters of type SourceBase.ElementType 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 SourceBase.ElementType in org.graphstream.util
Methods in org.graphstream.util with parameters of type SourceBase.ElementType Modifier and Type Method Description voidGraphListeners. sendAttributeChangedEvent(String eltId, SourceBase.ElementType eltType, String attribute, AbstractElement.AttributeChangeEvent event, Object oldValue, Object newValue)