com.aspose.slides
Class ImageTransformOCollectionEffectiveData

java.lang.Object
  extended by com.aspose.slides.ImageTransformOCollectionEffectiveData
All Implemented Interfaces:
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IEffectEffectiveData>, com.aspose.ms.System.Collections.IEnumerable<IEffectEffectiveData>, IGenericCollection<IEffectEffectiveData>, IImageTransformOCollectionEffectiveData, java.lang.Iterable<IEffectEffectiveData>

public class ImageTransformOCollectionEffectiveData
extends java.lang.Object
implements IImageTransformOCollectionEffectiveData

Immutable object which represents a readonly collection of EffectData objects.


Name IImageTransformOperationCollectionEffectiveData truncuted to IImageTransformOCollectionEffectiveData becouse of COM names length cannot be more then 39.


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

ImageTransformOCollectionEffectiveData

public ImageTransformOCollectionEffectiveData()
Method Detail

size

public int size()

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

Specified by:
size in interface IGenericCollection<IEffectEffectiveData>

iterator

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

get_Item

public IEffectEffectiveData get_Item(int index)

Returns element by index.

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

copyTo

public void copyTo(IEffectEffectiveData[] array,
                   int index)

Copies all elements from the collection into the specified array.

Specified by:
copyTo in interface IGenericCollection<IEffectEffectiveData>
Parameters:
array - Array to fill.
index - Starting position in target array.

isSynchronized

public boolean isSynchronized()

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

Specified by:
isSynchronized in interface IGenericCollection<IEffectEffectiveData>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Read-only Object.

Specified by:
getSyncRoot in interface IGenericCollection<IEffectEffectiveData>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

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:
23454


Overriden to make compiler happy. Always returns constant because object is mutable.



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