|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.drawing.GradientFillFormat
public final class GradientFillFormat
Represent a gradient format.
Constructor Summary | |
---|---|
GradientFillFormat(ISlideComponent parent)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether the two GradientFormat instances are equal. |
GradientShapeType |
getGradientShape()
Gets the shape of a gradient. |
GradientStopCollection |
getGradientStops()
Gets the collection of gradient stops. |
GradientStyle |
getGradientStyle()
Gets the style of a gradient. |
LinearGradientFill |
getLinearGradientFill()
|
TileFlipMode |
getTileFlip()
Gets the flipping mode for a gradient. |
RelativeRectangle |
getTileRectangle()
|
int |
hashCode()
|
void |
setGradientShape(GradientShapeType value)
Sets the shape of a gradient. |
void |
setGradientStyle(GradientStyle value)
Sets the style of a gradient. |
void |
setTileFlip(TileFlipMode value)
Sets the flipping mode for a gradient. |
void |
setTileRectangle(RelativeRectangle value)
|
Methods inherited from interface com.spire.presentation.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.spire.presentation.IActivePresentation |
---|
getPresentation |
Constructor Detail |
---|
public GradientFillFormat(ISlideComponent parent)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The GradientFormat to compare with the current GradientFormat.
public int hashCode()
hashCode
in class java.lang.Object
public TileFlipMode getTileFlip()
public void setTileFlip(TileFlipMode value)
public RelativeRectangle getTileRectangle()
public void setTileRectangle(RelativeRectangle value)
public GradientStyle getGradientStyle()
public void setGradientStyle(GradientStyle value)
public GradientShapeType getGradientShape()
public void setGradientShape(GradientShapeType value)
public GradientStopCollection getGradientStops()
public LinearGradientFill getLinearGradientFill()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |