public interface IGradientFormatEffectiveData extends IFillParamSource
Imutable object which contains effective gradient filling properties.
IFillFormatEffectiveData
and ILineFillFormatEffectiveData
.
Modifier and Type | Method and Description |
---|---|
int |
getGradientDirection()
Returns the style of a gradient.
|
byte |
getGradientShape()
Returns the shape of a gradient.
|
IGradientStopCollectionEffectiveData |
getGradientStops()
Returns the collection of gradient stops.
|
float |
getLinearGradientAngle()
Returns the angle of a gradient.
|
boolean |
getLinearGradientScaled()
Determines whether a gradient is scaled.
|
int |
getTileFlip()
Returns the flipping mode for a gradient.
|
int getTileFlip()
Returns the flipping mode for a gradient.
Read-only TileFlip
.
int getGradientDirection()
Returns the style of a gradient.
Read-only GradientDirection
.
float getLinearGradientAngle()
Returns the angle of a gradient.
Read-only float
.
boolean getLinearGradientScaled()
Determines whether a gradient is scaled.
Read-only boolean
.
byte getGradientShape()
Returns the shape of a gradient.
Read-only GradientShape
.
IGradientStopCollectionEffectiveData getGradientStops()
Returns the collection of gradient stops.
Read-only IGradientStopCollectionEffectiveData
.