Uses of Class
com.mxgraph.util.mxCellRenderer.CanvasFactory
Packages that use mxCellRenderer.CanvasFactory
Package
Description
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.CanvasFactoryModifier and TypeMethodDescriptionstatic mxICanvas
mxCellRenderer.drawCells
(mxGraph graph, 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.