|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.GradientFormatDataEx
public final class GradientFormatDataEx
Imutable object which contains gradient properties.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the two GradientValueEx instances are equal. |
int |
getGradientDirection()
Returns the style of a gradient. |
byte |
getGradientShape()
Returns the shape of a gradient. |
GradientStopDataExCollection |
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 |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean equals(java.lang.Object obj)
Determines whether the two GradientValueEx instances are equal.
equals
in class java.lang.Object
obj
- The GradientValueEx to compare with the current GradientValueEx.
<b>true</b>
if the specified GradientValueEx is equal to the current GradientValueEx; otherwise, <b>false</b>
.public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
public int getTileFlip()
Returns the flipping mode for a gradient.
Read-only TileFlip
.
public int getGradientDirection()
Returns the style of a gradient.
Read-only GradientDirection
.
public float getLinearGradientAngle()
Returns the angle of a gradient.
Read-only float
.
public boolean getLinearGradientScaled()
Determines whether a gradient is scaled.
Read-only bool
.
public byte getGradientShape()
Returns the shape of a gradient.
Read-only GradientShape
.
public GradientStopDataExCollection getGradientStops()
Returns the collection of gradient stops.
Read-only GradientStops
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |