mxGraph
|
Class that can draw an independent array of cells. More...
Classes | |
class | CanvasFactory |
Defines the requirements for a class that can create canvases. More... | |
class | ImageCanvasFactory |
FIXME: Use anonymous class in CreateImage with invocation parameters in factory method code. More... | |
Static Public Member Functions | |
static mxICanvas | DrawCells (mxGraph graph, Object[] cells, double scale, mxRectangle clip, CanvasFactory factory) |
Draws the given cells using a Graphics2D canvas and returns the buffered image that represents the cells. More... | |
static Image | CreateImage (mxGraph graph, Object[] cells, double scale, Color?background, bool antiAlias, mxRectangle clip) |
Creates an image for the given arguments. More... | |
static Image | CreateImage (mxGraph graph, Object[] cells, double scale, Color?background, bool antiAlias, mxRectangle clip, mxGdiCanvas graphicsCanvas) |
Creates an image for the given arguments. More... | |
Class that can draw an independent array of cells.
|
inlinestatic |
Creates an image for the given arguments.
|
inlinestatic |
Creates an image for the given arguments.
|
inlinestatic |
Draws the given cells using a Graphics2D canvas and returns the buffered image that represents the cells.
References com.mxgraph.mxRectangle.Height, and com.mxgraph.mxRectangle.Width.