com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class PointCollection

  • java.lang.Object
    • 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

      Constructors 
      Constructor and Description
      PointCollection() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • PointCollection

        public PointCollection()
    • Method Detail

      • getCount

        public final int getCount()

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

        Specified by:
        getCount in interface IPointCollection
      • get_Item

        public final IPoint get_Item(int index)

        Returns a point at the specified index.

        Specified by:
        get_Item in interface IPointCollection
        Parameters:
        index - Index of element.
        Returns:
        The IPoint object.
      • iterator

        public final 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 System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.