mxICanvas2D Properties |
The mxICanvas2D type exposes the following members.
| Name | Description | |
|---|---|---|
| Alpha |
Default value 1. This method may add rendering overhead and should be
used with care.
| |
| Dashed |
Sets the dashed state. This should default to false if unset.
| |
| DashPattern |
Sets the dash pattern. This should default to "3 3" if unset.
| |
| FillAlpha |
Default value 1.
| |
| FillColor |
Default value {@link mxConstants#NONE}.
| |
| FixDash |
Sets the dashed state. This should default to false if unset.
| |
| FontBackgroundColor |
Default value 0. See {@link mxConstants#STYLE_FONTSTYLE}.
| |
| FontBorderColor |
Default value 0. See {@link mxConstants#STYLE_FONTSTYLE}.
| |
| FontColor |
Default value "#000000".
| |
| FontFamily |
Default value {@link mxConstants#DEFAULT_FONTFAMILY}.
| |
| FontSize |
Default value mxConstants.DEFAULT_FONTSIZE.
| |
| FontStyle |
Default value 0. See {@link mxConstants#STYLE_FONTSTYLE}.
| |
| LineCap |
Sets the linecap. This should default to "flat" if unset.
| |
| LineJoin |
Sets the linejoin. This should default to "miter" if unset.
| |
| MiterLimit |
Sets the miterlimit. This should default to 10 if unset.
| |
| Shadow |
Default value {@link mxConstants#NONE}.
| |
| ShadowAlpha |
Default value 1. This method may add rendering overhead and should be
used with care.
| |
| ShadowColor |
Default value {@link mxConstants#NONE}.
| |
| StrokeAlpha |
Default value 1.
| |
| StrokeColor |
Sets the stroke color. This should default to mxConstants.NONE if unset.
| |
| StrokeWidth |
Sets the stroke width. This should default to 1 if unset.
|