| Package | com.yworks.graph.drawing |
| Interface | public interface IPolylineEdgeStyle extends IEdgeStyle, IVisualStyle, ICloneable |
| Implementors | PolylineEdgeStyle |
IEdgeStyle
| Property | Defined By | ||
|---|---|---|---|
| smoothing : Number [read-only]
The smoothing length used for creating smooth bends. | IPolylineEdgeStyle | ||
![]() | sourceArrow : IArrow [read-only]
Gets the visual arrow at the source end of edges that use this style. | IEdgeStyle | |
| stroke : IStroke
The stroke used for drawing an edge with this style. | IPolylineEdgeStyle | ||
![]() | styleRenderer : IStyleRenderer [read-only]
Gets the renderer implementation that has been supplied to
this instance upon creation. | IVisualStyle | |
![]() | targetArrow : IArrow [read-only]
Gets the visual arrow at the target end of edges that use this style. | IEdgeStyle | |
| smoothing | property |
smoothing:Number [read-only] The smoothing length used for creating smooth bends.
A value of 0.0 will disable smoothing.
public function get smoothing():Number| stroke | property |
stroke:IStrokeThe stroke used for drawing an edge with this style.
public function get stroke():IStroke public function set stroke(value:IStroke):void