Lines Matching refs:style

23 	if (this.style != null)
25 var shape = mxCellRenderer.defaultShapes[this.style['symbol0']];
30 tmp.style = this.style;
43 shape = mxCellRenderer.defaultShapes[this.style['symbol' + counter]];
47 var align = this.style['symbol' + counter + 'Align'];
48 var valign = this.style['symbol' + counter + 'VerticalAlign'];
49 var width = this.style['symbol' + counter + 'Width'];
50 var height = this.style['symbol' + counter + 'Height'];
51 var spacing = this.style['symbol' + counter + 'Spacing'] || 0;
52 var vspacing = this.style['symbol' + counter + 'VSpacing'] || 0;
53 var arcspacing = this.style['symbol' + counter + 'ArcSpacing'];
54 var direction = this.style['symbol' + counter + 'Direction'];
95 tmp.style = mxUtils.clone(this.style);
139 mxShapeSysMLPackage.prototype.getConstraints = function(style, w, h) argument
184 …var xSize = parseInt(mxUtils.getValue(this.style, mxShapeSysMLPackage.prototype.cst.LABEL_X, '90')…
206 …var labelX = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'lab…
211 …this.state.style['labelX'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))…
268 …var xSize = parseInt(mxUtils.getValue(this.style, mxShapeSysMLPackage2.prototype.cst.LABEL_X, '90'…
292 …var labelX = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'lab…
297 …this.state.style['labelX'] = Math.round(100 * Math.max(0, Math.min(bounds.width, pt.x - bounds.x))…
413 mxShapeSysMLPortOne.prototype.getConstraints = function(style, w, h) argument
472 mxShapeSysMLPortTwo.prototype.getConstraints = function(style, w, h) argument
665 …var flowDir = mxUtils.getValue(this.style, mxShapeSysMLItemFlow.prototype.cst.FLOW_DIR, 'none').to…
666 var flowType = mxUtils.getValue(this.style, mxShapeSysMLItemFlow.prototype.cst.FLOW_TYPE, 'none');
979 var fillColor = mxUtils.getValue(shape.style, mxConstants.STYLE_FILLCOLOR, 'none');
997 var fillColor = mxUtils.getValue(shape.style, mxConstants.STYLE_FILLCOLOR, 'none');
1156 mxShapeSysMLCallBehaviorAction.prototype.getConstraints = function(style, w, h) argument
1224 mxShapeSysMLAcceptEventAction.prototype.getConstraints = function(style, w, h) argument
1288 mxShapeSysMLTimeEvent.prototype.getConstraints = function(style, w, h) argument
1346 mxShapeSysMLSendSignalAction.prototype.getConstraints = function(style, w, h) argument
1402 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
1411 mxShapeSysMLActivityFinal.prototype.getConstraints = function(style, w, h) argument
1501 mxShapeSysMLActivityParameterNode.prototype.getConstraints = function(style, w, h) argument
1623 mxShapeSysMLFlowFinal.prototype.getConstraints = function(style, w, h) argument
1682 mxShapeSysMLIsControl.prototype.getConstraints = function(style, w, h) argument
1725 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
1726 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
1743 mxShapeSysMLIsStream.prototype.getConstraints = function(style, w, h) argument
1813 mxShapeSysMLIsActStream.prototype.getConstraints = function(style, w, h) argument
1879 mxShapeSysMLParameterSet.prototype.getConstraints = function(style, w, h) argument
1975 mxShapeSysMLParameterActivitySet.prototype.getConstraints = function(style, w, h) argument
2049 mxShapeSysMLProbability.prototype.getConstraints = function(style, w, h) argument
2148 mxShapeSysMLActivityProbability.prototype.getConstraints = function(style, w, h) argument
2212 mxShapeSysMLObjectFlowRight.prototype.getConstraints = function(style, w, h) argument
2265 mxShapeSysMLObjectFlowLeft.prototype.getConstraints = function(style, w, h) argument
2382 mxShapeSysMLContinuation.prototype.getConstraints = function(style, w, h) argument
2569 var strokeColor = mxUtils.getValue(shape.style, mxConstants.STYLE_STROKECOLOR, '#000000');
2588 var strokeColor = mxUtils.getValue(shape.style, mxConstants.STYLE_STROKECOLOR, '#000000');
2641 mxShapeSysMLCompositeState.prototype.getConstraints = function(style, w, h) argument
2722 var strokeW = parseInt(mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1'));
2743 mxShapeSysMLRegion.prototype.getConstraints = function(style, w, h) argument
2821 var strokeW = parseInt(mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1'));
2836 mxShapeSysMLSimpleState.prototype.getConstraints = function(style, w, h) argument
2905 var strokeC = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
2917 mxShapeSysMLStateMachine.prototype.getConstraints = function(style, w, h) argument
2984 mxShapeSysMLX.prototype.getConstraints = function(style, w, h) argument
3041 var strokeC = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
3053 mxShapeSysMLSubmachineState.prototype.getConstraints = function(style, w, h) argument
3130 mxShapeSysMLUseCaseExtensionPoints.prototype.getConstraints = function(style, w, h) argument