Package | Description |
---|---|
org.graphstream.stream |
Modifier and Type | Field and Description |
---|---|
(package private) Timeline.ElementType |
Timeline.AttributeAdded.type |
(package private) Timeline.ElementType |
Timeline.AttributeChanged.type |
(package private) Timeline.ElementType |
Timeline.AttributeRemoved.type |
Modifier and Type | Method and Description |
---|---|
static Timeline.ElementType |
Timeline.ElementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Timeline.ElementType[] |
Timeline.ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Timeline.AttributeAdded(long timeId,
Timeline.ElementType type,
java.lang.String elementId,
java.lang.String attrId,
java.lang.Object value) |
Timeline.AttributeChanged(long date,
Timeline.ElementType type,
java.lang.String elementId,
java.lang.String attrId,
java.lang.Object newValue,
java.lang.Object oldValue) |
Timeline.AttributeRemoved(long date,
Timeline.ElementType type,
java.lang.String elementId,
java.lang.String attrId) |