com.aspose.slides
Class PointsEx

java.lang.Object
  extended by com.aspose.slides.PointsEx
All Implemented Interfaces:
com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable

public class PointsEx
extends java.lang.Object
implements com.aspose.ms.System.Collections.IEnumerable

Represent collection of animation points.


Constructor Summary
PointsEx()
           
 
Method Summary
 PointEx get_Item(int index)
           Returns a point at the specified index.
 int getCount()
           Returns the number of points in the collection.
 com.aspose.ms.System.Collections.IEnumerator iterator()
           Returns an iterator for the collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointsEx

public PointsEx()
Method Detail

getCount

public int getCount()

Returns the number of points in the collection.


get_Item

public PointEx get_Item(int index)

Returns a point at the specified index.

Parameters:
index -
Returns:

iterator

public com.aspose.ms.System.Collections.IEnumerator iterator()

Returns an iterator for the collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable
Specified by:
iterator in interface java.lang.Iterable
Returns:
Iterator.