|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PointCollection
public class PointCollection
Represent collection of animation points.
Constructor Summary | |
---|---|
PointCollection()
|
Method Summary | |
---|---|
IPoint |
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.Generic.IGenericEnumerator<IPoint> |
iterator()
Returns an enumerator that iterates through the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointCollection()
Method Detail |
---|
public int getCount()
Returns the number of points in the collection.
Read-only int
.
getCount
in interface IPointCollection
public IPoint get_Item(int index)
Returns a point at the specified index.
get_Item
in interface IPointCollection
index
-
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IPoint> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IPoint>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<IPoint>
iterator
in interface java.lang.Iterable<IPoint>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |