public class ImageTransformOCollectionEffectiveData extends java.lang.Object implements IImageTransformOCollectionEffectiveData
Immutable object that represents a readonly collection of effective image transform effects.
| Constructor and Description |
|---|
ImageTransformOCollectionEffectiveData() |
| 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.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IEffectEffectiveData> |
iteratorJava()
Returns a java iterator for the entire collection.
|
int |
size()
Returns the number of image effects in a collection.
|
public ImageTransformOCollectionEffectiveData()
public final int size()
Returns the number of image effects in a collection.
Read-only int.
size in interface com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>public final IEffectEffectiveData get_Item(int index)
Returns element by index.
get_Item in interface IImageTransformOCollectionEffectiveDataindex - Index of element.IEffectEffectiveData object.public boolean equals(java.lang.Object obj)
Determines whether the specified object is equal to the current object.
equals in class java.lang.Objectobj - The object to compare with the current object.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.
hashCode in class java.lang.Objectpublic final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IEffectEffectiveData> iterator()
Returns an enumerator that iterates through the collection.
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IEffectEffectiveData>iterator in interface com.aspose.ms.System.Collections.IEnumerable<IEffectEffectiveData>iterator in interface java.lang.Iterable<IEffectEffectiveData>IGenericEnumerator that can be used to iterate through the collection.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IEffectEffectiveData> iteratorJava()
Returns a java iterator for the entire collection.
iteratorJava in interface IGenericCollection<IEffectEffectiveData>Iterator for the entire collection.public final void copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection into the specified array.
copyTo in interface com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>array - Array to fill.index - Starting position in target array.public final boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only boolean.
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>public final java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object.
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<IEffectEffectiveData>Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.