Package com.mxgraph.util
Class mxCellRenderer.CanvasFactory
- java.lang.Object
-
- com.mxgraph.util.mxCellRenderer.CanvasFactory
-
- Enclosing class:
- mxCellRenderer
public abstract static class mxCellRenderer.CanvasFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CanvasFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-
-
-
Method Detail
-
createCanvas
public 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.
-
-