|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.GradientFormatEx
public final class GradientFormatEx
Represent a gradient format.
Field Summary | |
---|---|
RelativeRectangleEx |
m_fillToRect
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the two GradientFormatEx instances are equal. |
GradientDirectionEx |
getGradientDirection()
Returns the style of a gradient. |
GradientShapeEx |
getGradientShape()
Returns the shape of a gradient. |
GradientStopsEx |
getGradientStops()
Returns the collection of gradient stops. |
float |
getLinearGradientAngle()
Returns or sets the angle of a gradient. |
NullableBool |
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. |
TileFlipEx |
getTileFlip()
Returns the flip mode of a gradient. |
void |
setGradientDirection(GradientDirectionEx value)
Sets the style of a gradient. |
void |
setGradientShape(GradientShapeEx value)
Sets the shape of a gradient. |
void |
setLinearGradientAngle(float value)
Sets the angle of a gradient. |
void |
setLinearGradientScaled(NullableBool value)
Sets whether a gradient is scaled. |
void |
setTileFlip(TileFlipEx value)
Sets the flip mode of a gradient. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public RelativeRectangleEx m_fillToRect
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The GradientFormatEx to compare with the current
GradientFormatEx.
public TileFlipEx getTileFlip()
TileFlipEx
.public void setTileFlip(TileFlipEx value)
value
- new flip mode. See TileFlipEx
.public GradientDirectionEx getGradientDirection()
GradientDirectionEx
.public void setGradientDirection(GradientDirectionEx value)
value
- new gradient style. See GradientStyleEx
.public float getLinearGradientAngle()
public void setLinearGradientAngle(float value)
value
- new gradient angle.public NullableBool getLinearGradientScaled()
NullableBool
.public void setLinearGradientScaled(NullableBool value)
value
- See NullableBool
.public GradientShapeEx getGradientShape()
GradientShapeEx
.public void setGradientShape(GradientShapeEx value)
value
- new shape of a gradient. See GradientShapeEx
.public GradientStopsEx getGradientStops()
GradientStopsEx
.public BaseSlideEx getSlide()
getSlide
in interface ISlideComponent
public PresentationEx getPresentation()
getPresentation
in interface IPresentationComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |