|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yworks.yfiles.server.graphml.flexio.data.BevelNodeStyle
yFiles FLEX client BevelNodeStyle data object.
Constructor Summary | |
BevelNodeStyle()
|
Method Summary | |
java.awt.Color |
getColor()
The base color to use. |
double |
getInsets()
The insets to use for the bevel. |
Insets |
getProvidedInsets()
Gets the insets provided by the implementor. |
double |
getRadius()
The radius of the corner of the rounded rectangle. |
java.util.Collection |
getSharedInstances()
Returns an Collection for objects that shall be shared. |
void |
setColor(java.awt.Color color)
The base color to use. |
void |
setInsets(double insets)
The insets to use for the bevel. |
void |
setRadius(double radius)
The radius of the corner of the rounded rectangle. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BevelNodeStyle()
Method Detail |
public double getRadius()
public void setRadius(double radius)
public double getInsets()
public void setInsets(double insets)
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
public Insets getProvidedInsets()
getProvidedInsets
in interface InsetsProvider
public java.util.Collection getSharedInstances()
ISharedInstanceProvider
Collection
for objects that shall be shared.
getSharedInstances
in interface ISharedInstanceProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |