com.aspose.slides
Interface IGradientFormatEffectiveData

All Known Implementing Classes:
GradientFormatEffectiveData

public interface IGradientFormatEffectiveData

Imutable object which contains gradient properties.


Method Summary
 int getGradientDirection()
           
 byte getGradientShape()
           
 IGradientStopCollectionEffectiveData getGradientStops()
           
 float getLinearGradientAngle()
           
 boolean getLinearGradientScaled()
           
 int getTileFlip()
           
 

Method Detail

getTileFlip

int getTileFlip()

getGradientDirection

int getGradientDirection()

getLinearGradientAngle

float getLinearGradientAngle()

getLinearGradientScaled

boolean getLinearGradientScaled()

getGradientShape

byte getGradientShape()

getGradientStops

IGradientStopCollectionEffectiveData getGradientStops()