com::mxgraph::mxCellRenderer::ImageCanvasFactory Class Reference

FIXME: Use anonymous class in CreateImage with invocation parameters in factory method code. More...

Inheritance diagram for com::mxgraph::mxCellRenderer::ImageCanvasFactory:
com::mxgraph::mxCellRenderer::CanvasFactory

List of all members.

Public Member Functions

 ImageCanvasFactory (mxGdiCanvas graphicsCanvas, Color?background, bool antiAlias)
 Constructs a new image canvas factors.
override mxICanvas CreateCanvas (int width, int height)
 Returns a new canvas for the given dimension.

Protected Attributes

mxGdiCanvas graphicsCanvas
 Holds the graphics canvas to be used for painting.
Color background
 Specifies the background color.
bool antiAlias
 Specifies if antialiasing should be enabled.

Detailed Description

FIXME: Use anonymous class in CreateImage with invocation parameters in factory method code.


Constructor & Destructor Documentation

com::mxgraph::mxCellRenderer::ImageCanvasFactory::ImageCanvasFactory ( mxGdiCanvas  graphicsCanvas,
Color?  background,
bool  antiAlias 
) [inline]

Constructs a new image canvas factors.

Parameters:
graphicsCanvas Specifies the graphics canvas for painting.
background Specifies the background color of the image.
antiAlias Specifies if antialiasing should be enabled.

Member Function Documentation

override mxICanvas com::mxgraph::mxCellRenderer::ImageCanvasFactory::CreateCanvas ( int  width,
int  height 
) [inline, virtual]

Returns a new canvas for the given dimension.

Implements com::mxgraph::mxCellRenderer::CanvasFactory.


Member Data Documentation

Specifies if antialiasing should be enabled.

Specifies the background color.

Holds the graphics canvas to be used for painting.


The documentation for this class was generated from the following file:
Generated on Tue Dec 18 13:06:24 2012 for mxGraph by  doxygen 1.6.3