com.aspose.slides
Class PointCollection

java.lang.Object
  extended by com.aspose.slides.PointCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IPoint>, com.aspose.ms.System.Collections.IEnumerable<IPoint>, IPointCollection, java.lang.Iterable<IPoint>

public class PointCollection
extends java.lang.Object
implements IPointCollection

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

PointCollection

public PointCollection()
Method Detail

getCount

public int getCount()

Returns the number of points in the collection. Read-only int.

Specified by:
getCount in interface IPointCollection

get_Item

public IPoint get_Item(int index)

Returns a point at the specified index.

Specified by:
get_Item in interface IPointCollection
Parameters:
index -
Returns:

iterator

public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IPoint> iterator()

Returns an enumerator that iterates through the collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IPoint>
Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<IPoint>
Specified by:
iterator in interface java.lang.Iterable<IPoint>
Returns:
A T:System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.