Package com.mxgraph.util
Class mxCellRenderer.CanvasFactory
java.lang.Object
com.mxgraph.util.mxCellRenderer.CanvasFactory
- Enclosing class:
mxCellRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract 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.
-
Constructor Details
-
CanvasFactory
public CanvasFactory()
-
-
Method Details
-
createCanvas
Separates the creation of the canvas from its initialization, when the size of the required graphics buffer / document / container is known.
-