|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.GradientStopCollection
public final class GradientStopCollection
Represnts a collection of gradient stops.
Method Summary | |
---|---|
IGradientStop |
add(float position,
java.awt.Color color)
|
IGradientStop |
add(float position,
int presetColor)
Creates the new gradient stop and adds it to the end of collection. |
IGradientStop |
add(float position,
SchemeColor schemeColor)
Creates the new gradient stop and adds it to the end of collection. |
void |
clear()
Removes all gradient stops from a collection. |
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
IGradientStop |
get_Item(int index)
Returns the gradient stop by index. |
IPresentation |
getPresentation()
Returns the parent presentation of a gradient stops collection. |
IBaseSlide |
getSlide()
Returns the parent slide for a gradient stops collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
void |
insert(int index,
float position,
java.awt.Color color)
|
void |
insert(int index,
float position,
int presetColor)
Creates the new gradient stop and inserts it at the specified index to the collection. |
void |
insert(int index,
float position,
SchemeColor schemeColor)
Creates the new gradient stop and inserts it at the specified index to the collection. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IGradientStop> |
iterator()
Returns an enumerator that iterates through the collection. |
void |
removeAt(int index)
Removes a gradient stop at the specified index. |
int |
size()
Returns the number of gradient stops in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
Returns the number of gradient stops in a collection.
Read-only int
.
size
in interface com.aspose.ms.System.Collections.ICollection<IGradientStop>
public IGradientStop get_Item(int index)
Returns the gradient stop by index.
get_Item
in interface IGradientStopCollection
public IGradientStop add(float position, java.awt.Color color)
add
in interface IGradientStopCollection
public IGradientStop add(float position, int presetColor)
Creates the new gradient stop and adds it to the end of collection.
add
in interface IGradientStopCollection
position
- Position of the new gradient stop.presetColor
- Color of the new radient stop.
public IGradientStop add(float position, SchemeColor schemeColor)
Creates the new gradient stop and adds it to the end of collection.
add
in interface IGradientStopCollection
position
- Position of the new gradient stop.schemeColor
- Color of the new radient stop.
public void insert(int index, float position, java.awt.Color color)
insert
in interface IGradientStopCollection
public void insert(int index, float position, int presetColor)
Creates the new gradient stop and inserts it at the specified index to the collection.
insert
in interface IGradientStopCollection
index
- Index in the collection where new gradient stop will be inserted.position
- Position of the new gradient stop.presetColor
- Color of the new radient stop.public void insert(int index, float position, SchemeColor schemeColor)
Creates the new gradient stop and inserts it at the specified index to the collection.
insert
in interface IGradientStopCollection
index
- Index in the collection where new gradient stop will be inserted.position
- Position of the new gradient stop.schemeColor
- Color of the new radient stop.public void removeAt(int index)
Removes a gradient stop at the specified index.
removeAt
in interface IGradientStopCollection
index
- Index of a gradient stop that should be deleted.public void clear()
Removes all gradient stops from a collection.
clear
in interface IGradientStopCollection
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IGradientStop> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IGradientStop>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<IGradientStop>
iterator
in interface java.lang.Iterable<IGradientStop>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.public IBaseSlide getSlide()
Returns the parent slide for a gradient stops collection.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a gradient stops collection.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<IGradientStop>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<IGradientStop>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<IGradientStop>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |