com.spire.presentation.drawing.animation
Class TimeAnimationValueCollection
java.lang.Object
com.spire.presentation.drawing.animation.TimeAnimationValueCollection
- All Implemented Interfaces:
- com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable
public abstract class TimeAnimationValueCollection
- extends java.lang.Object
- implements com.spire.ms.System.Collections.IEnumerable
Represent collection of animation points.
Method Summary |
Point |
get(int index)
Gets a point at the specified index. |
int |
getCount()
Gets the number of points in the collection. |
TimeAnimationValueCollection
public TimeAnimationValueCollection()
getCount
public int getCount()
- Gets the number of points in the collection.
- Returns:
get
public Point get(int index)
- Gets a point at the specified index.
- Parameters:
index
-
- Returns: