public abstract static class mxCellRenderer.CanvasFactory
extends java.lang.Object
Constructor | Description |
---|---|
CanvasFactory() |
Modifier and Type | Method | 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-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.