mxGraph
|
FIXME: Use anonymous class in CreateImage with invocation parameters in factory method code. More...
Public Member Functions | |
ImageCanvasFactory (mxGdiCanvas graphicsCanvas, Color? background, bool antiAlias) | |
Constructs a new image canvas factors. More... | |
override mxICanvas | CreateCanvas (int width, int height) |
Returns a new canvas for the given dimension. More... | |
Protected Attributes | |
mxGdiCanvas | graphicsCanvas |
Holds the graphics canvas to be used for painting. More... | |
Color | background |
Specifies the background color. More... | |
bool | antiAlias |
Specifies if antialiasing should be enabled. More... | |
FIXME: Use anonymous class in CreateImage with invocation parameters in factory method code.
|
inline |
Constructs a new image canvas factors.
graphicsCanvas | Specifies the graphics canvas for painting. |
background | Specifies the background color of the image. |
antiAlias | Specifies if antialiasing should be enabled. |
|
inlinevirtual |
Returns a new canvas for the given dimension.
Implements com.mxgraph.mxCellRenderer.CanvasFactory.
|
protected |
Specifies if antialiasing should be enabled.
|
protected |
Specifies the background color.
|
protected |
Holds the graphics canvas to be used for painting.