Packagecom.yworks.graph.drawing
Classpublic class AbstractVoidStyle
InheritanceAbstractVoidStyle Inheritance Object
Implements IVisualStyle
Subclasses VoidEdgeStyle, VoidLabelStyle, VoidNodeStyle, VoidPortStyle

A void implementation of the IVisualStyle interface that does nothing, i.e. install() doesn't install anything.



Public Properties
 PropertyDefined By
  styleRenderer : IStyleRenderer
[read-only] Concrete void style implementations need to override this method.
AbstractVoidStyle
Public Methods
 MethodDefined By
  
clone():Object
Creates a clone of this instance.
AbstractVoidStyle
  
install(canvas:CanvasComponent, group:ICanvasObjectGroup, modelItem:IModelItem):Array
Returns an empty array.
AbstractVoidStyle
Property Detail
styleRendererproperty
styleRenderer:IStyleRenderer  [read-only]

Concrete void style implementations need to override this method.


Implementation
    public function get styleRenderer():IStyleRenderer
Method Detail
clone()method
public function clone():Object

Creates a clone of this instance.

Returns
Object — A clone of this instance.
install()method 
public function install(canvas:CanvasComponent, group:ICanvasObjectGroup, modelItem:IModelItem):Array

Returns an empty array.

Parameters

canvas:CanvasComponent
 
group:ICanvasObjectGroup
 
modelItem:IModelItem

Returns
Array