|
||||||||||
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.SimplePortStyle
The default port style data object, which allows to specify the visual properties of a port.
Constructor Summary | |
SimplePortStyle()
|
|
SimplePortStyle(double radius,
IStroke stroke)
|
Method Summary | |
double |
getRadius()
Returns the radius of the style. |
java.util.Collection |
getSharedInstances()
Returns an Collection for objects that shall be shared. |
IStroke |
getStroke()
Returns the stroke of the style. |
void |
setRadius(double radius)
Sets the radius of the style. |
void |
setStroke(IStroke stroke)
Sets the stroke of the style. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimplePortStyle()
public SimplePortStyle(double radius, IStroke stroke)
Method Detail |
public double getRadius()
public void setRadius(double radius)
public IStroke getStroke()
public void setStroke(IStroke stroke)
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 |