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(c,
x,
y,
w,
h)

Draws the path for this shape.

function mxHexagon()
Constructs a new hexagon shape.
mxHexagon.prototype.redrawPath = function(c,
x,
y,
w,
h)
Draws the path for this shape.
Close