|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.compat.LinearGradient
A Fill using a linear color gradient defined by multiple GradientEntry objects.
GradientEntry| Constructor Summary | |
LinearGradient()
|
|
LinearGradient(float angle,
GradientEntry[] entries)
|
|
| Method Summary | |
float |
getAngle()
The angle to rotate this gradient |
GradientEntry[] |
getEntries()
The color gradient entries of this gradient. |
void |
setAngle(float angle)
|
void |
setEntries(GradientEntry[] entries)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LinearGradient()
public LinearGradient(float angle,
GradientEntry[] entries)
| Method Detail |
public float getAngle()
public void setAngle(float angle)
public GradientEntry[] getEntries()
public void setEntries(GradientEntry[] entries)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||