Package | Description |
---|---|
org.graphstream.graph.implementations | |
org.graphstream.stream | |
org.graphstream.util |
Modifier and Type | Method and Description |
---|---|
static AbstractElement.AttributeChangeEvent |
AbstractElement.AttributeChangeEvent.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceBase.sendAttributeChangedEvent(java.lang.String sourceId,
long timeId,
java.lang.String eltId,
SourceBase.ElementType eltType,
java.lang.String attribute,
AbstractElement.AttributeChangeEvent event,
java.lang.Object oldValue,
java.lang.Object newValue) |
void |
SourceBase.sendAttributeChangedEvent(java.lang.String sourceId,
java.lang.String eltId,
SourceBase.ElementType eltType,
java.lang.String attribute,
AbstractElement.AttributeChangeEvent event,
java.lang.Object oldValue,
java.lang.Object newValue)
Send a add/change/remove attribute event on an element.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphListeners.sendAttributeChangedEvent(java.lang.String eltId,
SourceBase.ElementType eltType,
java.lang.String attribute,
AbstractElement.AttributeChangeEvent event,
java.lang.Object oldValue,
java.lang.Object newValue) |