com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ImageTransformOCollectionEffectiveData

  • java.lang.Object
    • com.aspose.slides.ImageTransformOCollectionEffectiveData
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyTo(com.aspose.ms.System.Array array, int index)
      Copies all elements from the collection into the specified array.
      boolean equals(java.lang.Object obj)
      Determines whether the specified object is equal to the current object.
      IEffectEffectiveData get_Item(int index)
      Returns element by index.
      java.lang.Object getSyncRoot()
      Returns a synchronization root.
      int hashCode()
      Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
      boolean isSynchronized()
      Returns a value indicating whether access to the collection is synchronized (thread-safe).
      com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IEffectEffectiveData> iterator()
      Returns an enumerator that iterates through the collection.
      int size()
      Returns the number of image effects in a collection.
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • ImageTransformOCollectionEffectiveData

        public ImageTransformOCollectionEffectiveData()
    • Method Detail

      • size

        public final int size()

        Returns the number of image effects in a collection. Read-only int.

        Specified by:
        size in interface com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>
      • equals

        public boolean equals(java.lang.Object obj)

        Determines whether the specified object is equal to the current object.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The object to compare with the current object.
        Returns:
        true if the specified object is equal to the current object; otherwise, false.
      • hashCode

        public int hashCode()

        Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

        Overrides:
        hashCode in class java.lang.Object
        Returns:
        A hash code for the current object.
      • iterator

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

        Returns an enumerator that iterates through the collection.

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

        public final void copyTo(com.aspose.ms.System.Array array,
                                 int index)

        Copies all elements from the collection into the specified array.

        Specified by:
        copyTo in interface com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>
        Parameters:
        array - Array to fill.
        index - Starting position in target array.
      • isSynchronized

        public final boolean isSynchronized()

        Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

        Specified by:
        isSynchronized in interface com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>
      • getSyncRoot

        public final java.lang.Object getSyncRoot()

        Returns a synchronization root. Read-only Object.

        Specified by:
        getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>