|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.GradientStop
public class GradientStop
Represents a gradient stop.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
IColorFormat |
getColor()
Returns the color of a gradient stop. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
float |
getPosition()
Returns or sets the position (0..1) of a gradient stop. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
void |
setPosition(float value)
Returns or sets the position (0..1) of a gradient stop. |
Methods inherited from class java.lang.Object |
---|
getClass, 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
.
getPosition
in interface IGradientStop
public void setPosition(float value)
Returns or sets the position (0..1) of a gradient stop.
Read/write float
.
setPosition
in interface IGradientStop
public IColorFormat getColor()
Returns the color of a gradient stop.
Read-only IColorFormat
.
getColor
in interface IGradientStop
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |