Class mxCellRenderer.CanvasFactory

  • Enclosing class:
    mxCellRenderer

    public abstract static class mxCellRenderer.CanvasFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CanvasFactory()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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

      • CanvasFactory

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