mxGraph
|
Defines the requirements for a class that can create canvases. More...
Public Member Functions | |
abstract mxICanvas | CreateCanvas (int width, int height) |
Returns a new canvas for the given dimension. More... | |
Defines the requirements for a class that can create canvases.
|
pure virtual |
Returns a new canvas for the given dimension.
Implemented in com.mxgraph.mxCellRenderer.ImageCanvasFactory.
Referenced by com.mxgraph.mxCellRenderer.DrawCells().