Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js294 function CubeShape() function
298 mxUtils.extend(CubeShape, mxCylinder);
299 CubeShape.prototype.size = 20; class
300 CubeShape.prototype.darkOpacity = 0;
301 CubeShape.prototype.darkOpacity2 = 0;
303 CubeShape.prototype.paintVertexShape = function(c, x, y, w, h)
362 CubeShape.prototype.getLabelMargins = function(rect)
374 mxCellRenderer.registerShape('cube', CubeShape);
6206 'cube': createCubeHandleFunction(1, CubeShape.prototype.size, false),
6553 CubeShape.prototype.getConstraints = function(style, w, h)