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