|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.GradientStopEffectiveData
public class GradientStopEffectiveData
immutable object which represents a gradient stop.
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns the color of a gradient stop. |
float |
getPosition()
Returns 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()
Returns the position (0..1) of a gradient stop.
Read-only float
.
getPosition
in interface IGradientStopEffectiveData
public java.awt.Color getColor()
IGradientStopEffectiveData
Returns the color of a gradient stop.
Read-only System.Drawing.Color
.
getColor
in interface IGradientStopEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |