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