|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arctorus.documents.Gradient
com.arctorus.documents.GradientLinear
public final class GradientLinear
Linear gradient.
Constructor Summary | |
---|---|
GradientLinear()
Default constructor. |
Method Summary | |
---|---|
float |
getAngle()
Return angle (degree) of a gradient. |
void |
setAngle(float angle)
Set angle (degree) of a gradient. |
Methods inherited from class com.arctorus.documents.Gradient |
---|
getEndColor, getEndColorStop, getStartColor, getStartColorStop, getType, isRotate, setEndColor, setEndColorStop, setRotate, setStartColor, setStartColorStop |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GradientLinear()
Method Detail |
---|
public float getAngle()
public void setAngle(float angle)
angle
- new gradient angle. Must be in the range [0..359].
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |