IGradientFormatEffectiveData
All Implemented Interfaces: com.aspose.slides.IFillParamSource
public interface IGradientFormatEffectiveData extends IFillParamSource
Imutable object which contains effective gradient filling properties.
This interface is used as a part of IFillFormatEffectiveData and ILineFillFormatEffectiveData.
Methods
Method | Description |
---|---|
getTileFlip() | Returns the flipping mode for a gradient. |
getGradientDirection() | Returns the style of a gradient. |
getLinearGradientAngle() | Returns the angle of a gradient. |
getLinearGradientScaled() | Determines whether a gradient is scaled. |
getGradientShape() | Returns the shape of a gradient. |
getGradientStops() | Returns the collection of gradient stops. |
getTileFlip()
public abstract int getTileFlip()
Returns the flipping mode for a gradient. Read-only TileFlip.
Returns: int
getGradientDirection()
public abstract int getGradientDirection()
Returns the style of a gradient. Read-only GradientDirection.
Returns: int
getLinearGradientAngle()
public abstract float getLinearGradientAngle()
Returns the angle of a gradient. Read-only float.
Returns: float
getLinearGradientScaled()
public abstract boolean getLinearGradientScaled()
Determines whether a gradient is scaled. Read-only boolean.
Returns: boolean
getGradientShape()
public abstract byte getGradientShape()
Returns the shape of a gradient. Read-only GradientShape.
Returns: byte
getGradientStops()
public abstract IGradientStopCollectionEffectiveData getGradientStops()
Returns the collection of gradient stops. Read-only IGradientStopCollectionEffectiveData.
Returns: IGradientStopCollectionEffectiveData