|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PointsEx
public class PointsEx
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 |
---|
public PointsEx()
Method Detail |
---|
public int getCount()
Returns the number of points in the collection.
public PointEx get_Item(int index)
Returns a point at the specified index.
index
-
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an iterator for the collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |