Packagecom.yworks.graph.drawing.common
Classpublic class VoidLabelStyle
InheritanceVoidLabelStyle Inheritance AbstractVoidStyle Inheritance Object
Implements ILabelStyle

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



Public Properties
 PropertyDefined By
  instance : VoidLabelStyle
[static] [read-only] The static shared instance.
VoidLabelStyle
  styleRenderer : IStyleRenderer
[override] [read-only] Returns VoidLabelStyleRenderer.instance
VoidLabelStyle
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:VoidLabelStyle  [read-only]

The static shared instance.


Implementation
    public static function get instance():VoidLabelStyle
styleRendererproperty 
styleRenderer:IStyleRenderer  [read-only] [override]

Returns VoidLabelStyleRenderer.instance


Implementation
    public function get styleRenderer():IStyleRenderer

See also