Packagecom.yworks.graph.drawing.common
Classpublic class VoidEdgeStyle
InheritanceVoidEdgeStyle Inheritance AbstractVoidStyle Inheritance Object
Implements IEdgeStyle

A void implementation of a Edge style that does nothing and behaves like an invisible style.



Public Properties
 PropertyDefined By
  instance : VoidEdgeStyle
[static] [read-only] The static shared instance.
VoidEdgeStyle
  sourceArrow : IArrow
[read-only] Returns DefaultArrow.none
VoidEdgeStyle
  styleRenderer : IStyleRenderer
[override] [read-only] Returns VoidEdgeStyleRenderer.instance
VoidEdgeStyle
  targetArrow : IArrow
[read-only] Returns DefaultArrow.none
VoidEdgeStyle
Public Methods
 MethodDefined By
 Inherited
clone():Object
Creates a clone of this instance.
AbstractVoidStyle
 Inherited
install(canvas:CanvasComponent, group:ICanvasObjectGroup, modelItem:IModelItem):Array
Returns an empty array.
AbstractVoidStyle
Property Detail
instanceproperty
instance:VoidEdgeStyle  [read-only]

The static shared instance.


Implementation
    public static function get instance():VoidEdgeStyle
sourceArrowproperty 
sourceArrow:IArrow  [read-only]

Returns DefaultArrow.none


Implementation
    public function get sourceArrow():IArrow
styleRendererproperty 
styleRenderer:IStyleRenderer  [read-only] [override]

Returns VoidEdgeStyleRenderer.instance


Implementation
    public function get styleRenderer():IStyleRenderer

See also

targetArrowproperty 
targetArrow:IArrow  [read-only]

Returns DefaultArrow.none


Implementation
    public function get targetArrow():IArrow