Implementation of the hexagon shape.
mxHexagon | Implementation of the hexagon shape. |
Functions | |
mxHexagon | Constructs a new hexagon shape. |
redrawPath | Draws the path for this shape. |
mxHexagon.prototype.redrawPath = function( path, x, y, w, h )
Draws the path for this shape. This method uses the mxPath abstraction to paint the shape for VML and SVG.
Constructs a new hexagon shape.
function mxHexagon()
Draws the path for this shape.
mxHexagon.prototype.redrawPath = function( path, x, y, w, h )