timenodes-ag凯发旗舰厅



com.spire.presentation.drawing.timeline
class timenodes

java.lang.object
  extended by com.spire.presentation.drawing.timeline.timenodes
all implemented interfaces:
com.spire.ms.system.collections.ienumerable, java.lang.iterable

public class timenodes
extends java.lang.object
implements com.spire.ms.system.collections.ienumerable

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

timenodes

public timenodes(timenode parent)
method detail

getcount

public int getcount()
gets the number of elements actually contained in the collection.
returns:

get

public timenode get(int index)
gets the element at the specified index.
parameters:
index -
returns:

removeat

public void removeat(int index)
removes the element at the specified index of the collection.
parameters:
index - the zero-based index of the element to remove.

remove

public void remove(timenode node)
removes the first occurrence of a specific object from the collection.
parameters:
node - the time node to remove from the collection.

clear

public void clear()
removes all elements from the collection.


网站地图