com.mxgraph.util
Class mxCellRenderer.CanvasFactory
java.lang.Object
  
com.mxgraph.util.mxCellRenderer.CanvasFactory
- Enclosing class:
 - mxCellRenderer
 
public abstract static class mxCellRenderer.CanvasFactory
- extends Object
 
 
| 
Method Summary | 
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. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
mxCellRenderer.CanvasFactory
public mxCellRenderer.CanvasFactory()
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.
 
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.