|
||||||||||
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.GeneralPathNodeStyle
yFiles FLEX client general path node style data object.
Constructor Summary | |
GeneralPathNodeStyle()
|
Method Summary | |
IFill |
getFill()
The fill to be used for drawing the path |
java.awt.geom.GeneralPath |
getPath()
Get the path that defines the boundary of the shape. |
java.util.Collection |
getSharedInstances()
Returns an Collection for objects that shall be shared. |
IStroke |
getStroke()
The stroke to be used for drawing the path |
void |
setFill(IFill fill)
The fill to be used for drawing the path |
void |
setPath(java.awt.geom.GeneralPath path)
Get the path that defines the boundary of the shape. |
void |
setStroke(IStroke stroke)
The stroke to be used for drawing the path |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GeneralPathNodeStyle()
Method Detail |
public IStroke getStroke()
public void setStroke(IStroke stroke)
public IFill getFill()
public void setFill(IFill fill)
public java.awt.geom.GeneralPath getPath()
public void setPath(java.awt.geom.GeneralPath path)
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 |