| 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
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
Gets the renderer implementation that has been supplied to
this instance upon creation.
| IVisualStyle | |
![]() | targetArrow : IArrow
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:IStroke [read-write]The stroke used for drawing an edge with this style.
Implementation public function get stroke():IStroke
public function set stroke(value:IStroke):void