mxTriangle

Implementation of the triangle shape.

Summary
mxTriangleImplementation of the triangle shape.
Functions
mxTriangleConstructs a new triangle shape.
redrawPathDraws the path for this shape.

Functions

mxTriangle

function mxTriangle()

Constructs a new triangle shape.

redrawPath

mxTriangle.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 mxTriangle()
Constructs a new triangle shape.
mxTriangle.prototype.redrawPath = function(path,
x,
y,
w,
h)
Draws the path for this shape.
An abstraction for creating VML and SVG paths.
Close