Home
last modified time | relevance | path

Searched refs:IsoCubeShape2 (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js602 function IsoCubeShape2() function
606 mxUtils.extend(IsoCubeShape2, mxShape);
607 IsoCubeShape2.prototype.isoAngle = 15; class
609 IsoCubeShape2.prototype.paintVertexShape = function(c, x, y, w, h)
637 mxCellRenderer.registerShape('isoCube2', IsoCubeShape2);
6153 …ath.min(94, parseFloat(mxUtils.getValue(this.state.style, 'isoAngle', IsoCubeShape2.isoAngle)))) *…
6433 IsoCubeShape2.prototype.getConstraints = function(style, w, h)