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. | |
static Image | CreateImage (mxGraph graph, Object[] cells, double scale, Color?background, bool antiAlias, mxRectangle clip) |
Creates an image for the given arguments. | |
static Image | CreateImage (mxGraph graph, Object[] cells, double scale, Color?background, bool antiAlias, mxRectangle clip, mxGdiCanvas graphicsCanvas) |
Creates an image for the given arguments. |
Class that can draw an independent array of cells.
static Image com::mxgraph::mxCellRenderer::CreateImage | ( | mxGraph | graph, | |
Object[] | cells, | |||
double | scale, | |||
Color? | background, | |||
bool | antiAlias, | |||
mxRectangle | clip, | |||
mxGdiCanvas | graphicsCanvas | |||
) | [inline, static] |
Creates an image for the given arguments.
static Image com::mxgraph::mxCellRenderer::CreateImage | ( | mxGraph | graph, | |
Object[] | cells, | |||
double | scale, | |||
Color? | background, | |||
bool | antiAlias, | |||
mxRectangle | clip | |||
) | [inline, static] |
Creates an image for the given arguments.
static mxICanvas com::mxgraph::mxCellRenderer::DrawCells | ( | mxGraph | graph, | |
Object[] | cells, | |||
double | scale, | |||
mxRectangle | clip, | |||
CanvasFactory | factory | |||
) | [inline, static] |
Draws the given cells using a Graphics2D canvas and returns the buffered image that represents the cells.