public abstract static class mxCellRenderer.CanvasFactory extends Object
| Constructor and Description |
|---|
mxCellRenderer.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)
Copyright (c) 2010 Gaudenz Alder. All rights reserved.