![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.GradientStop
public class GradientStop
Represents one Gradient stop for Gradient Fill.
Constructor Summary | |
---|---|
GradientStop()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object another)
|
Color |
getColor()
Gets the Color of this gradient stop. |
float |
getPosition()
Gets the stop position. |
float |
getTransparency()
Gets the transparency of this gradient stop. |
void |
setColor(Color color)
Sets the Color of this gradient stop. |
void |
setPosition(float val)
Sets the stop position. |
void |
setTransparency(float val)
Sets the transparency of this gradient stop. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GradientStop()
Method Detail |
---|
public boolean equals(java.lang.Object another)
equals
in class java.lang.Object
public Color getColor()
public void setColor(Color color)
color
- the Color of this gradient stop.public float getPosition()
public void setPosition(float val)
val
- stop position. Can only be a value from 0 to 1.public float getTransparency()
public void setTransparency(float val)
val
- transparency. Can only be a value from 0 to 1.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |