Lines Matching refs:mxShapeMockupRuler2
1183 function mxShapeMockupRuler2(bounds, fill, stroke, strokewidth) class
1195 mxUtils.extend(mxShapeMockupRuler2, mxShape);
1197 mxShapeMockupRuler2.prototype.cst = {
1205 mxShapeMockupRuler2.prototype.customProperties = [
1217 mxShapeMockupRuler2.prototype.paintVertexShape = function(c, x, y, w, h)
1226 mxShapeMockupRuler2.prototype.background = function(c, w, h)
1232 mxShapeMockupRuler2.prototype.foreground = function(c, x, y, w, h)
1234 …var facing = mxUtils.getValue(this.style, mxShapeMockupRuler2.prototype.cst.ORIENTATION, mxShapeMo…
1247 if (facing === mxShapeMockupRuler2.prototype.cst.FACE_DOWN)
1292 else if (facing === mxShapeMockupRuler2.prototype.cst.FACE_UP)
1339 mxCellRenderer.registerShape(mxShapeMockupRuler2.prototype.cst.SHAPE_RULER, mxShapeMockupRuler2);
1341 Graph.handleFactory[mxShapeMockupRuler2.prototype.cst.SHAPE_RULER] = function(state)