Rendering hint for configuring the canvas.
Specifies the spacing to be added to the bottom spacing. Default is 0. Use the value 1 here to get the same label positions as in mxGraph 1.x.
Specifies the spacing to be added to the left spacing. Default is 0.
Specifies the spacing to be added to the right spacing. Default is 0.
Specifies the spacing to be added to the top spacing. Default is 0. Use the value 5 here to get the same label positions as in mxGraph 1.x.
Contains the bounding box of the shape, that is, the smallest rectangle that includes all pixels of the shape.
Holds the Rectangle that specifies the bounds of this shape.
Specifies if caching for HTML labels should be enabled. Default is true.
Holds the dialect in which the shape is to be painted. This can be one of the DIALECT constants in Constants.
Specifies if the string size should be measured in
Specifies if the actual string size should be measured. If disabled the
boundingBox will not ignore the actual size of the string, otherwise
Contains the last rendered text value. Used for caching.
Minimum stroke width for SVG output.
Holds the outermost DOM node that represents this shape.
Specifies if the shape should be drawn as an outline. This disables all
fill colors and can be used to disable other drawing states that should
not be painted for outlines. Default is false. This should be set before
calling
Specifies if pointer events should be handled. Default is true.
Holds the array of
Specifies if linefeeds in HTML labels should be replaced with BR tags. Default is true.
Holds the scale in which the shape is being painted.
Specifies if pointer events outside of shape should be handled. Default is false.
Optional reference to the corresponding
Holds the StencilShape that defines the shape.
Specifies if pointer events outside of stencils should be handled. Default is false. Set this to true for backwards compatibility with the 1.x branch.
Optional reference to the style of the corresponding
Specifies if pointer events should be handled. Default is true.
Event-tolerance for SVG strokes (in px).
This is only passed to the canvas in createSvgCanvas if pointerEvents is true
.
Allows to use the SVG bounding box in SVG. Default is false for performance reasons.
Rotation for vertical text. Default is -90 (bottom to top).
Specifies if the shape is visible. Default is true.
Paints the given points with rounded corners.
Extends mxShape to update the text styles.
Augments the bounding box with the strokewidth and shadow offsets.
Sets the state of the canvas for drawing the shape.
Creates a new canvas for drawing this shape. May return null.
Creates and returns an SvgCanvas2D for rendering this shape.
Destroys the given canvas which was used for drawing. This implementation increments the reference counts on all shared gradients used in the canvas.
Returns the bounding box for the gradient box for this shape.
Returns the scaled top, left, bottom and right margin to be used for computing the label bounds as an Rectangle, where the bottom and right margin are defined in the width and height of the rectangle, respectively.
Hook for subclassers.
Generic rendering code.
Hook for subclassers. This implementation is empty.
Hook for subclassers. This implementation is empty.
Hook for subclassers. This implementation is empty.
Paints the glass gradient effect.
Paints the vertex shape.
Paints the line shape.
Returns the spacing as an Point.
Sets the scale and rotation on the given canvas.
Extends Shape to implement a text shape.
To change vertical text from "bottom to top" to "top to bottom", the following code can be used: