public abstract static class mxCellRenderer.CanvasFactory
extends java.lang.Object
| Constructor and Description |
|---|
CanvasFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract mxICanvas |
createCanvas(int width,
int height)
Separates the creation of the canvas from its initialization, when the
size of the required graphics buffer / document / container is known.
|
public abstract mxICanvas createCanvas(int width, int height)