|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGradientFormatEffectiveData
Imutable object which contains gradient properties.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |