|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.drawing.timeline.TimeNodes
public class TimeNodes
Represents a collection of time nodes.
Constructor Summary | |
---|---|
TimeNodes(TimeNode parent)
|
Method Summary | |
---|---|
void |
clear()
Removes all elements from the collection. |
TimeNode |
get(int index)
Gets the element at the specified index. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
void |
remove(TimeNode node)
Removes the first occurrence of a specific object from the collection. |
void |
removeAt(int index)
Removes the element at the specified index of the collection. |
Constructor Detail |
---|
public TimeNodes(TimeNode parent)
Method Detail |
---|
public int getCount()
public TimeNode get(int index)
index
-
public void removeAt(int index)
index
- The zero-based index of the element to remove.public void remove(TimeNode node)
node
- The time node to remove from the collection.public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |