Uses of Class
com.mxgraph.util.mxCellRenderer.CanvasFactory
-
Packages that use mxCellRenderer.CanvasFactory Package Description com.mxgraph.util This package provides utility classes such as mxConstants, mxUtils, mxPoint and mxRectangle as well as all classes for custom events and the undo history. -
-
Uses of mxCellRenderer.CanvasFactory in com.mxgraph.util
Methods in com.mxgraph.util with parameters of type mxCellRenderer.CanvasFactory Modifier and Type Method Description static mxICanvas
mxCellRenderer. 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.
-