mxGraph
Classes | Static Public Member Functions
com.mxgraph.mxCellRenderer Class Reference

Class that can draw an independent array of cells. More...

List of all members.

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.

Detailed Description

Class that can draw an independent array of cells.


Member Function Documentation

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 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 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.


The documentation for this class was generated from the following file: