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