mxTriangle

Implementation of the triangle shape.

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

Functions

mxTriangle

function mxTriangle()

Constructs a new triangle shape.

isRoundable

mxTriangle.prototype.isRoundable = function()

Adds roundable support.

redrawPath

mxTriangle.prototype.redrawPath = function(c,
x,
y,
w,
h)

Draws the path for this shape.

function mxTriangle()
Constructs a new triangle shape.
mxTriangle.prototype.isRoundable = function()
Adds roundable support.
mxTriangle.prototype.redrawPath = function(c,
x,
y,
w,
h)
Draws the path for this shape.
Close