|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.GradientFormat
public final class GradientFormat
Represent a gradient format.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the two GradientFormat instances are equal. |
int |
getGradientDirection()
Returns or sets the style of a gradient. |
byte |
getGradientShape()
Returns or sets the shape of a gradient. |
IGradientStopCollection |
getGradientStops()
Returns the collection of gradient stops. |
float |
getLinearGradientAngle()
Returns or sets the angle of a gradient. |
byte |
getLinearGradientScaled()
Determines whether a gradient is scaled. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
int |
getTileFlip()
Returns or sets 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. |
void |
setGradientDirection(int value)
Returns or sets the style of a gradient. |
void |
setGradientShape(byte value)
Returns or sets the shape of a gradient. |
void |
setLinearGradientAngle(float value)
Returns or sets the angle of a gradient. |
void |
setLinearGradientScaled(byte value)
Determines whether a gradient is scaled. |
void |
setTileFlip(int value)
Returns or sets the flipping mode for a gradient. |
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 GradientFormat instances are equal.
equals
in class java.lang.Object
obj
- The GradientFormat to compare with the current GradientFormat.
<b>true</b>
if the specified GradientFormat is equal to the current GradientFormat; 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 or sets the flipping mode for a gradient.
Read/write TileFlip
.
getTileFlip
in interface IGradientFormat
public void setTileFlip(int value)
Returns or sets the flipping mode for a gradient.
Read/write TileFlip
.
setTileFlip
in interface IGradientFormat
public int getGradientDirection()
Returns or sets the style of a gradient.
Read/write GradientDirection
.
getGradientDirection
in interface IGradientFormat
public void setGradientDirection(int value)
Returns or sets the style of a gradient.
Read/write GradientDirection
.
setGradientDirection
in interface IGradientFormat
public float getLinearGradientAngle()
Returns or sets the angle of a gradient.
Read/write float
.
getLinearGradientAngle
in interface IGradientFormat
public void setLinearGradientAngle(float value)
Returns or sets the angle of a gradient.
Read/write float
.
setLinearGradientAngle
in interface IGradientFormat
public byte getLinearGradientScaled()
Determines whether a gradient is scaled.
Read/write NullableBool
.
getLinearGradientScaled
in interface IGradientFormat
public void setLinearGradientScaled(byte value)
Determines whether a gradient is scaled.
Read/write NullableBool
.
setLinearGradientScaled
in interface IGradientFormat
public byte getGradientShape()
Returns or sets the shape of a gradient.
Read/write GradientShape
.
getGradientShape
in interface IGradientFormat
public void setGradientShape(byte value)
Returns or sets the shape of a gradient.
Read/write GradientShape
.
setGradientShape
in interface IGradientFormat
public IGradientStopCollection getGradientStops()
Returns the collection of gradient stops.
Read-only IGradientStopCollection
.
getGradientStops
in interface IGradientFormat
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |