Packagecom.yworks.graph.drawing
Interfacepublic interface IPolylineEdgeStyle extends IEdgeStyle, IVisualStyle, ICloneable
Implementors PolylineEdgeStyle

Interface for a polygonal IEdgeStyle



Public Properties
 PropertyDefined By
  smoothing : Number
[read-only] The smoothing length used for creating smooth bends.
IPolylineEdgeStyle
 InheritedsourceArrow : 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
 InheritedstyleRenderer : IStyleRenderer
[read-only] Gets the renderer implementation that has been supplied to this instance upon creation.
IVisualStyle
 InheritedtargetArrow : IArrow
[read-only] Gets the visual arrow at the target end of edges that use this style.
IEdgeStyle
Public Methods
 MethodDefined By
 Inherited
clone():Object
Creates a clone of this instance.
ICloneable
 Inherited
install(canvas:CanvasComponent, group:ICanvasObjectGroup, modelItem:IModelItem):Array
Prepares the rendering of an IModelItem in a CanvasComponent by adding ICanvasObject's to the provided canvas.
IVisualStyle
Property Detail
smoothingproperty
smoothing:Number  [read-only]

The smoothing length used for creating smooth bends.

A value of 0.0 will disable smoothing.


Implementation
    public function get smoothing():Number
strokeproperty 
stroke:IStroke

The stroke used for drawing an edge with this style.


Implementation
    public function get stroke():IStroke
    public function set stroke(value:IStroke):void