|
||||||||||
| 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.AbstractEdgeStyle
com.yworks.yfiles.server.graphml.flexio.data.PolylineEdgeStyle
An edge style data object that draws edges consisting of multiple lines using a chosen IStroke.
| Constructor Summary | |
PolylineEdgeStyle()
|
|
| Method Summary | |
java.util.Collection |
getSharedInstances()
Returns an Collection for objects that shall be shared. |
double |
getSmoothing()
The smoothing length used for creating smooth bends. |
IStroke |
getStroke()
The stroke used for drawing an edge with this style. |
void |
setSmoothing(double smoothing)
The smoothing length used for creating smooth bends. |
void |
setStroke(IStroke stroke)
The stroke used for drawing an edge with this style. |
| Methods inherited from class com.yworks.yfiles.server.graphml.flexio.data.AbstractEdgeStyle |
getSourceArrow, getTargetArrow, setSourceArrow, setTargetArrow |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PolylineEdgeStyle()
| Method Detail |
public IStroke getStroke()
public void setStroke(IStroke stroke)
public double getSmoothing()
A value of 0.0 (the default) will disable smoothing.
public void setSmoothing(double smoothing)
A value of 0.0 (the default) will disable smoothing.
public java.util.Collection getSharedInstances()
ISharedInstanceProviderCollection for objects that shall be shared.
getSharedInstances in interface ISharedInstanceProvidergetSharedInstances in class AbstractEdgeStyle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||