com.aspose.slides
Interface IGradientStopCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection<IGradientStop>, com.aspose.ms.System.Collections.IEnumerable<IGradientStop>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IGradientStop>, IPresentationComponent, ISlideComponent, java.lang.Iterable<IGradientStop>
All Known Implementing Classes:
GradientStopCollection

public interface IGradientStopCollection
extends com.aspose.ms.System.Collections.ICollection<IGradientStop>, ISlideComponent, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IGradientStop>

Represnts a collection of gradient stops.


Method Summary
 IGradientStop add(float position, java.awt.Color color)
           
 IGradientStop add(float position, int presetColor)
           
 IGradientStop add(float position, SchemeColor schemeColor)
           
 void clear()
           
 IGradientStop get_Item(int index)
           
 void insert(int index, float position, java.awt.Color color)
           
 void insert(int index, float position, int presetColor)
           
 void insert(int index, float position, SchemeColor schemeColor)
           
 void removeAt(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

IGradientStop get_Item(int index)

add

IGradientStop add(float position,
                  java.awt.Color color)

add

IGradientStop add(float position,
                  int presetColor)

add

IGradientStop add(float position,
                  SchemeColor schemeColor)

insert

void insert(int index,
            float position,
            java.awt.Color color)

insert

void insert(int index,
            float position,
            int presetColor)

insert

void insert(int index,
            float position,
            SchemeColor schemeColor)

removeAt

void removeAt(int index)

clear

void clear()