Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupMisc.js1061 function mxShapeMockupRuler(bounds, fill, stroke, strokewidth) class
1073 mxUtils.extend(mxShapeMockupRuler, mxShape);
1075 mxShapeMockupRuler.prototype.cst = {
1088 mxShapeMockupRuler.prototype.paintVertexShape = function(c, x, y, w, h)
1097 mxShapeMockupRuler.prototype.background = function(c, w, h)
1103 mxShapeMockupRuler.prototype.foreground = function(c, w, h)
1105 …var facing = mxUtils.getValue(this.style, mxShapeMockupRuler.prototype.cst.ORIENTATION, mxShapeMoc…
1106 var unitSize = mxUtils.getValue(this.style, mxShapeMockupRuler.prototype.cst.UNIT_SIZE, '10');
1113 if (facing === mxShapeMockupRuler.prototype.cst.FACE_DOWN)
1143 else if (facing === mxShapeMockupRuler.prototype.cst.FACE_UP)
[all …]
/plugin/diagramsnet/lib/js/
H A Dshapes-14-6-5.min.js569mxShapeMockupRuler(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stroke… class
570 mxShapeMockupRuler.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);this.background(…
571 mxShapeMockupRuler.prototype.foreground=function(a,d,e){var b=mxUtils.getValue(this.style,mxShapeMo…
572 …=1;a.stroke()}};mxCellRenderer.registerShape(mxShapeMockupRuler.prototype.cst.SHAPE_RULER,mxShapeM…
H A Dshapes.min.js520mxShapeMockupRuler(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stroke… class
521 mxShapeMockupRuler.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);this.background(…
522 mxShapeMockupRuler.prototype.foreground=function(a,d,e){var b=mxUtils.getValue(this.style,mxShapeMo…
523 …=1;a.stroke()}};mxCellRenderer.registerShape(mxShapeMockupRuler.prototype.cst.SHAPE_RULER,mxShapeM…
H A Dviewer-static.min.js4657mxShapeMockupRuler(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stroke… class
4658 mxShapeMockupRuler.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);this.background(…
4659 mxShapeMockupRuler.prototype.foreground=function(a,d,e){var b=mxUtils.getValue(this.style,mxShapeMo…
4660 …=1;a.stroke()}};mxCellRenderer.registerShape(mxShapeMockupRuler.prototype.cst.SHAPE_RULER,mxShapeM…