|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.GradientStopEx
public class GradientStopEx
Represents a gradient stop.
Method Summary | |
---|---|
ColorFormatEx |
getColor()
Returns the color of a gradient stop. |
float |
getPosition()
Returns or sets the position (0..1) of a gradient stop. |
void |
setPosition(float value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getPosition()
Returns or sets the position (0..1) of a gradient stop.
Read/write float
.
public void setPosition(float value)
public ColorFormatEx getColor()
Returns the color of a gradient stop.
Read-only ColorFormatEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |