mxHexagon

Implementation of the hexagon shape.

Summary
mxHexagonImplementation of the hexagon shape.
Functions
mxHexagonConstructs a new hexagon shape.
redrawPathDraws the path for this shape.

Functions

mxHexagon

function mxHexagon()

Constructs a new hexagon shape.

redrawPath

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.

function mxHexagon()
Constructs a new hexagon shape.
mxHexagon.prototype.redrawPath = function(path,
x,
y,
w,
h)
Draws the path for this shape.
An abstraction for creating VML and SVG paths.
Close