| Package | com.yworks.graph.drawing |
| Class | public class AbstractEdgeStyle |
| Inheritance | AbstractEdgeStyle AbstractStyle |
| Implements | IEdgeStyle |
| Subclasses | PolylineEdgeStyle |
IEdgeStyles.
| Property | Defined by | ||
|---|---|---|---|
| sourceArrow : IArrow
Gets the visual arrow at the source end of edges that use this style.
| AbstractEdgeStyle | ||
![]() | styleRenderer : IStyleRenderer
Gets the renderer implementation that has been supplied to
this instance upon creation.
| AbstractStyle | |
| targetArrow : IArrow
Gets the visual arrow at the target end of edges that use this style.
| AbstractEdgeStyle | ||
| Method | Defined by | ||
|---|---|---|---|
|
AbstractEdgeStyle(styleRenderer:IStyleRenderer)
Creates an instance using the provided renderer instance.
| AbstractEdgeStyle | ||
|
clone():Object
| AbstractEdgeStyle | ||
![]() |
Prepares the rendering of an
IModelItem in a CanvasComponent by
adding ICanvasObject's to the provided canvas. | AbstractStyle | |
| Method | Defined by | ||
|---|---|---|---|
| AbstractEdgeStyle | |||
| sourceArrow | property |
sourceArrow:IArrow [read-write]Gets the visual arrow at the source end of edges that use this style.
Implementation public function get sourceArrow():IArrow
public function set sourceArrow(value:IArrow):void
| targetArrow | property |
targetArrow:IArrow [read-write]Gets the visual arrow at the target end of edges that use this style.
Implementation public function get targetArrow():IArrow
public function set targetArrow(value:IArrow):void
| AbstractEdgeStyle | () | constructor |
public function AbstractEdgeStyle(styleRenderer:IStyleRenderer)Creates an instance using the provided renderer instance.
ParametersstyleRenderer:IStyleRenderer |
| clone | () | method |
public override function clone():Object
Returns
Object |
| createClone | () | method |