|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceBase.ElementType | |
---|---|
org.graphstream.stream |
Uses of SourceBase.ElementType in org.graphstream.stream |
---|
Methods in org.graphstream.stream that return SourceBase.ElementType | |
---|---|
static SourceBase.ElementType |
SourceBase.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 | |
---|---|
void |
SourceBase.sendAttributeChangedEvent(String sourceId,
long timeId,
String eltId,
SourceBase.ElementType eltType,
String attribute,
AbstractElement.AttributeChangeEvent event,
Object oldValue,
Object newValue)
|
void |
SourceBase.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |