|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOCollectionEffectiveData
public class ImageTransformOCollectionEffectiveData
Immutable object which represents a readonly collection of EffectData objects.
Constructor Summary | |
---|---|
ImageTransformOCollectionEffectiveData()
|
Method Summary | |
---|---|
void |
copyTo(IEffectEffectiveData[] array,
int index)
Copies all elements from the collection into the specified array. |
boolean |
equals(java.lang.Object obj)
|
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 |
Constructor Detail |
---|
public ImageTransformOCollectionEffectiveData()
Method Detail |
---|
public int size()
Returns the number of image effects in a collection.
Read-only int
.
size
in interface IGenericCollection<IEffectEffectiveData>
public 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>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.public IEffectEffectiveData get_Item(int index)
Returns element by index.
get_Item
in interface IImageTransformOCollectionEffectiveData
index
-
public void copyTo(IEffectEffectiveData[] array, int index)
Copies all elements from the collection into the specified array.
copyTo
in interface IGenericCollection<IEffectEffectiveData>
array
- Array to fill.index
- Starting position in target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only boolean
.
isSynchronized
in interface IGenericCollection<IEffectEffectiveData>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object
.
getSyncRoot
in interface IGenericCollection<IEffectEffectiveData>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.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.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |