mxGraph 2.5.0.2


com.mxgraph.util
Class mxCellRenderer.CanvasFactory

java.lang.Object
  extended by com.mxgraph.util.mxCellRenderer.CanvasFactory
Enclosing class:
mxCellRenderer

public abstract static class mxCellRenderer.CanvasFactory
extends Object


Constructor Summary
mxCellRenderer.CanvasFactory()
           
 
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
 

Constructor Detail

mxCellRenderer.CanvasFactory

public mxCellRenderer.CanvasFactory()
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.


mxGraph 2.5.0.2


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.