Click or drag to resize

mxICanvas2D Properties

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The mxICanvas2D type exposes the following members.

Properties
  NameDescription
Public propertyAlpha
Default value 1. This method may add rendering overhead and should be used with care.
Public propertyDashed
Sets the dashed state. This should default to false if unset.
Public propertyDashPattern
Sets the dash pattern. This should default to "3 3" if unset.
Public propertyFillAlpha
Default value 1.
Public propertyFillColor
Default value {@link mxConstants#NONE}.
Public propertyFixDash
Sets the dashed state. This should default to false if unset.
Public propertyFontBackgroundColor
Default value 0. See {@link mxConstants#STYLE_FONTSTYLE}.
Public propertyFontBorderColor
Default value 0. See {@link mxConstants#STYLE_FONTSTYLE}.
Public propertyFontColor
Default value "#000000".
Public propertyFontFamily
Default value {@link mxConstants#DEFAULT_FONTFAMILY}.
Public propertyFontSize
Default value mxConstants.DEFAULT_FONTSIZE.
Public propertyFontStyle
Default value 0. See {@link mxConstants#STYLE_FONTSTYLE}.
Public propertyLineCap
Sets the linecap. This should default to "flat" if unset.
Public propertyLineJoin
Sets the linejoin. This should default to "miter" if unset.
Public propertyMiterLimit
Sets the miterlimit. This should default to 10 if unset.
Public propertyShadow
Default value {@link mxConstants#NONE}.
Public propertyShadowAlpha
Default value 1. This method may add rendering overhead and should be used with care.
Public propertyShadowColor
Default value {@link mxConstants#NONE}.
Public propertyStrokeAlpha
Default value 1.
Public propertyStrokeColor
Sets the stroke color. This should default to mxConstants.NONE if unset.
Public propertyStrokeWidth
Sets the stroke width. This should default to 1 if unset.
Top
See Also