Documentation of 'com.mxgraph.util.mxCellRenderer' Java class
mxCellRenderer
com.mxgraph.util

Class mxCellRenderer



  • public class mxCellRenderer
    extends java.lang.Object
    • Method Detail

      • drawCells

        public static mxICanvas drawCells(mxGraph graph,
                                          java.lang.Object[] cells,
                                          double scale,
                                          mxRectangle clip,
                                          mxCellRenderer.CanvasFactory factory)
        Draws the given cells using a Graphics2D canvas and returns the buffered image that represents the cells.
        Parameters:
        graph - Graph to be painted onto the canvas.
        Returns:
        Returns the image that represents the canvas.
      • createBufferedImage

        public static java.awt.image.BufferedImage createBufferedImage(mxGraph graph,
                                                                       java.lang.Object[] cells,
                                                                       double scale,
                                                                       java.awt.Color background,
                                                                       boolean antiAlias,
                                                                       mxRectangle clip)
      • createBufferedImage

        public static java.awt.image.BufferedImage createBufferedImage(mxGraph graph,
                                                                       java.lang.Object[] cells,
                                                                       double scale,
                                                                       java.awt.Color background,
                                                                       boolean antiAlias,
                                                                       mxRectangle clip,
                                                                       mxGraphics2DCanvas graphicsCanvas)
      • createHtmlDocument

        public static org.w3c.dom.Document createHtmlDocument(mxGraph graph,
                                                              java.lang.Object[] cells,
                                                              double scale,
                                                              java.awt.Color background,
                                                              mxRectangle clip)
      • createSvgDocument

        public static org.w3c.dom.Document createSvgDocument(mxGraph graph,
                                                             java.lang.Object[] cells,
                                                             double scale,
                                                             java.awt.Color background,
                                                             mxRectangle clip)
      • createVmlDocument

        public static org.w3c.dom.Document createVmlDocument(mxGraph graph,
                                                             java.lang.Object[] cells,
                                                             double scale,
                                                             java.awt.Color background,
                                                             mxRectangle clip)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.