| Package | Description |
|---|---|
| org.kie.workbench.common.stunner.client.lienzo.canvas | |
| org.kie.workbench.common.stunner.client.lienzo.canvas.wires |
| Modifier and Type | Class and Description |
|---|---|
class |
LienzoCanvas<V extends LienzoCanvasView> |
| Modifier and Type | Method and Description |
|---|---|
LienzoCanvasView<L> |
LienzoCanvasView.add(ShapeView<?> shape) |
LienzoCanvasView<L> |
LienzoCanvasView.clear() |
LienzoCanvasView<L> |
LienzoCanvasView.delete(ShapeView<?> shape) |
protected LienzoCanvasView<L> |
LienzoCanvasView.doInitialize(CanvasSettings canvasSettings) |
LienzoCanvasView<L> |
LienzoCanvasView.setDecoratorFactory(BiFunction<Integer,Integer,com.ait.lienzo.client.core.shape.IPrimitive<?>> decoratorFatory) |
LienzoCanvasView<L> |
LienzoCanvasView.setGrid(CanvasGrid grid) |
| Modifier and Type | Class and Description |
|---|---|
class |
WiresCanvasView |
| Modifier and Type | Method and Description |
|---|---|
LienzoCanvasView<WiresLayer> |
WiresCanvasView.add(ShapeView<?> shape) |
LienzoCanvasView |
WiresCanvasView.addChild(ShapeView<?> parent,
ShapeView<?> child) |
LienzoCanvasView |
WiresCanvasView.addRoot(ShapeView<?> shape) |
LienzoCanvasView<WiresLayer> |
WiresCanvasView.delete(ShapeView<?> shape) |
LienzoCanvasView |
WiresCanvasView.deleteChild(ShapeView<?> parent,
ShapeView<?> child) |
LienzoCanvasView |
WiresCanvasView.deleteRoot(ShapeView<?> shape) |
LienzoCanvasView |
WiresCanvasView.dock(ShapeView<?> parent,
ShapeView<?> child) |
LienzoCanvasView |
WiresCanvasView.undock(ShapeView<?> childParent,
ShapeView<?> child) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.