Class mxCellRenderer.CanvasFactory

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

public abstract static class mxCellRenderer.CanvasFactory extends Object
  • Constructor Details

    • CanvasFactory

      public CanvasFactory()
  • Method Details

    • 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.