| Package | com.yworks.graph.drawing |
| Class | public class AbstractVoidStyle |
| Inheritance | AbstractVoidStyle Object |
| Implements | IVisualStyle |
| Subclasses | VoidEdgeStyle, VoidLabelStyle, VoidNodeStyle, VoidPortStyle |
IVisualStyle
interface that does nothing, i.e. install() doesn't install anything.
| Property | Defined By | ||
|---|---|---|---|
| styleRenderer : IStyleRenderer [read-only]
Concrete void style implementations need to override this method. | AbstractVoidStyle | ||
| Method | Defined By | ||
|---|---|---|---|
clone():Object
Creates a clone of this instance. | AbstractVoidStyle | ||
Returns an empty array. | AbstractVoidStyle | ||
| styleRenderer | property |
styleRenderer:IStyleRenderer [read-only] Concrete void style implementations need to override this method.
public function get styleRenderer():IStyleRenderer| clone | () | method |
public function clone():ObjectCreates a clone of this instance.
ReturnsObject — A clone of this instance.
|
| install | () | method |
public function install(canvas:CanvasComponent, group:ICanvasObjectGroup, modelItem:IModelItem):ArrayReturns an empty array.
Parameters
canvas:CanvasComponent | |
group:ICanvasObjectGroup | |
modelItem:IModelItem |
Array |