Lines Matching refs:prototype

16 mxShapeSysMLComposite.prototype.isHtmlAllowed = function()
21 mxShapeSysMLComposite.prototype.paintForeground = function(c, x, y, w, h)
31 shape.prototype.paintVertexShape.call(tmp, c, x, y, w, h);
98 shape.prototype.paintVertexShape.call(tmp, c, x2, y2, width, height);
130 mxShapeSysMLPackage.prototype.cst = {
135 mxShapeSysMLPackage.prototype.customProperties = [
139 mxShapeSysMLPackage.prototype.getConstraints = function(style, w, h)
168 mxShapeSysMLPackage.prototype.paintVertexShape = function(c, x, y, w, h)
176 mxShapeSysMLPackage.prototype.background = function(c, x, y, w, h)
182 mxShapeSysMLPackage.prototype.foreground = function(c, x, y, w, h)
184 …var xSize = parseInt(mxUtils.getValue(this.style, mxShapeSysMLPackage.prototype.cst.LABEL_X, '90')…
200 mxCellRenderer.registerShape(mxShapeSysMLPackage.prototype.cst.PACKAGE, mxShapeSysMLPackage);
202 Graph.handleFactory[mxShapeSysMLPackage.prototype.cst.PACKAGE] = function(state)
238 mxShapeSysMLPackage2.prototype.cst = {
243 mxShapeSysMLPackage2.prototype.customProperties = [
252 mxShapeSysMLPackage2.prototype.paintVertexShape = function(c, x, y, w, h)
260 mxShapeSysMLPackage2.prototype.background = function(c, x, y, w, h)
266 mxShapeSysMLPackage2.prototype.foreground = function(c, x, y, w, h)
268 …var xSize = parseInt(mxUtils.getValue(this.style, mxShapeSysMLPackage2.prototype.cst.LABEL_X, '90'…
286 mxCellRenderer.registerShape(mxShapeSysMLPackage2.prototype.cst.PACKAGE2, mxShapeSysMLPackage2);
288 Graph.handleFactory[mxShapeSysMLPackage2.prototype.cst.PACKAGE2] = function(state)
324 mxShapeSysMLNone.prototype.cst = {
333 mxShapeSysMLNone.prototype.paintVertexShape = function(c, x, y, w, h)
337 mxCellRenderer.registerShape(mxShapeSysMLNone.prototype.cst.NONE, mxShapeSysMLNone);
359 mxShapeSysMLRect.prototype.cst = {
368 mxShapeSysMLRect.prototype.paintVertexShape = function(c, x, y, w, h)
374 mxCellRenderer.registerShape(mxShapeSysMLRect.prototype.cst.RECT, mxShapeSysMLRect);
396 mxShapeSysMLPortOne.prototype.cst = {
405 mxShapeSysMLPortOne.prototype.paintVertexShape = function(c, x, y, w, h)
411 mxCellRenderer.registerShape(mxShapeSysMLPortOne.prototype.cst.PORT1, mxShapeSysMLPortOne);
413 mxShapeSysMLPortOne.prototype.getConstraints = function(style, w, h)
455 mxShapeSysMLPortTwo.prototype.cst = {
464 mxShapeSysMLPortTwo.prototype.paintVertexShape = function(c, x, y, w, h)
470 mxCellRenderer.registerShape(mxShapeSysMLPortTwo.prototype.cst.PORT2, mxShapeSysMLPortTwo);
472 mxShapeSysMLPortTwo.prototype.getConstraints = function(style, w, h)
514 mxShapeSysMLPortThree.prototype.cst = {
523 mxShapeSysMLPortThree.prototype.paintVertexShape = function(c, x, y, w, h)
538 mxShapeSysMLPortThree.prototype.drawIn = function(c, x, y, w, h)
549 mxShapeSysMLPortThree.prototype.drawOut = function(c, x, y, w, h)
560 mxShapeSysMLPortThree.prototype.drawInOut = function(c, x, y, w, h)
572 mxCellRenderer.registerShape(mxShapeSysMLPortThree.prototype.cst.PORT3, mxShapeSysMLPortThree);
594 mxShapeSysMLPortFour.prototype.cst = {
603 mxShapeSysMLPortFour.prototype.paintVertexShape = function(c, x, y, w, h)
609 mxCellRenderer.registerShape(mxShapeSysMLPortFour.prototype.cst.PORT4, mxShapeSysMLPortFour);
611 mxShapeSysMLPortFour.prototype.constraints = [
638 mxShapeSysMLItemFlow.prototype.cst = {
644 mxShapeSysMLItemFlow.prototype.customProperties = [
663 mxShapeSysMLItemFlow.prototype.paintVertexShape = function(c, x, y, w, h)
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');
746 mxShapeSysMLItemFlow.prototype.drawRight = function(c, x, y, w, h)
757 mxShapeSysMLItemFlow.prototype.drawDown = function(c, x, y, w, h)
768 mxShapeSysMLItemFlow.prototype.drawLeft = function(c, x, y, w, h)
779 mxShapeSysMLItemFlow.prototype.drawUp = function(c, x, y, w, h)
790 mxCellRenderer.registerShape(mxShapeSysMLItemFlow.prototype.cst.ITEM_FLOW, mxShapeSysMLItemFlow);
792 mxShapeSysMLItemFlow.prototype.constraints = [
819 mxShapeSysMLItemFlowLeft.prototype.cst = {
828 mxShapeSysMLItemFlowLeft.prototype.paintVertexShape = function(c, x, y, w, h)
840 mxCellRenderer.registerShape(mxShapeSysMLItemFlowLeft.prototype.cst.ITEM_FLOW_LEFT, mxShapeSysMLIte…
842 mxShapeSysMLItemFlowLeft.prototype.constraints = [
871 mxShapeSysMLItemFlowRight.prototype.cst = {
880 mxShapeSysMLItemFlowRight.prototype.paintVertexShape = function(c, x, y, w, h)
892 mxCellRenderer.registerShape(mxShapeSysMLItemFlowRight.prototype.cst.ITEM_FLOW_RIGHT, mxShapeSysMLI…
894 mxShapeSysMLItemFlowRight.prototype.constraints = [
923 mxShapeSysMLNestedPort.prototype.cst = {
932 mxShapeSysMLNestedPort.prototype.paintVertexShape = function(c, x, y, w, h)
946 mxCellRenderer.registerShape(mxShapeSysMLNestedPort.prototype.cst.NESTED_PORT, mxShapeSysMLNestedPo…
1026 mxShapeSysMLParametricDiagram.prototype.cst = {
1035 mxShapeSysMLParametricDiagram.prototype.paintVertexShape = function(c, x, y, w, h)
1051 mxCellRenderer.registerShape(mxShapeSysMLParametricDiagram.prototype.cst.PARAM_DGM, mxShapeSysMLPar…
1073 mxShapeSysMLConstraintProperty.prototype.cst = {
1082 mxShapeSysMLConstraintProperty.prototype.paintVertexShape = function(c, x, y, w, h)
1098 mxCellRenderer.registerShape(mxShapeSysMLConstraintProperty.prototype.cst.CONS_PROP, mxShapeSysMLCo…
1120 mxShapeSysMLCallBehaviorAction.prototype.cst = {
1129 mxShapeSysMLCallBehaviorAction.prototype.paintVertexShape = function(c, x, y, w, h)
1142 mxShapeSysMLCallBehaviorAction.prototype.drawSymb = function(c, x, y, w, h)
1154 mxCellRenderer.registerShape(mxShapeSysMLCallBehaviorAction.prototype.cst.CALL_BEH_ACT, mxShapeSysM…
1156 mxShapeSysMLCallBehaviorAction.prototype.getConstraints = function(style, w, h)
1201 mxShapeSysMLAcceptEventAction.prototype.cst = {
1210 mxShapeSysMLAcceptEventAction.prototype.paintVertexShape = function(c, x, y, w, h)
1222 mxCellRenderer.registerShape(mxShapeSysMLAcceptEventAction.prototype.cst.ACC_EVENT, mxShapeSysMLAcc…
1224 mxShapeSysMLAcceptEventAction.prototype.getConstraints = function(style, w, h)
1266 mxShapeSysMLTimeEvent.prototype.cst = {
1275 mxShapeSysMLTimeEvent.prototype.paintVertexShape = function(c, x, y, w, h)
1286 mxCellRenderer.registerShape(mxShapeSysMLTimeEvent.prototype.cst.TIME_EVENT, mxShapeSysMLTimeEvent);
1288 mxShapeSysMLTimeEvent.prototype.getConstraints = function(style, w, h)
1323 mxShapeSysMLSendSignalAction.prototype.cst = {
1332 mxShapeSysMLSendSignalAction.prototype.paintVertexShape = function(c, x, y, w, h)
1344 mxCellRenderer.registerShape(mxShapeSysMLSendSignalAction.prototype.cst.SEND_SIG_ACT, mxShapeSysMLS…
1346 mxShapeSysMLSendSignalAction.prototype.getConstraints = function(style, w, h)
1388 mxShapeSysMLActivityFinal.prototype.cst = {
1397 mxShapeSysMLActivityFinal.prototype.paintVertexShape = function(c, x, y, w, h)
1409 mxCellRenderer.registerShape(mxShapeSysMLActivityFinal.prototype.cst.ACT_FINAL, mxShapeSysMLActivit…
1411 mxShapeSysMLActivityFinal.prototype.getConstraints = function(style, w, h)
1447 mxShapeSysMLActivityParameterNode.prototype.cst = {
1456 mxShapeSysMLActivityParameterNode.prototype.paintVertexShape = function(c, x, y, w, h)
1499 mxCellRenderer.registerShape(mxShapeSysMLActivityParameterNode.prototype.cst.ACT_PARAM_NODE, mxShap…
1501 mxShapeSysMLActivityParameterNode.prototype.getConstraints = function(style, w, h)
1532 mxShapeSysMLControlOperator.prototype.cst = {
1541 mxShapeSysMLControlOperator.prototype.paintVertexShape = function(c, x, y, w, h)
1549 mxShapeSysMLControlOperator.prototype.background = function(c, x, y, w, h)
1555 mxShapeSysMLControlOperator.prototype.foreground = function(c, x, y, w, h)
1573 mxCellRenderer.registerShape(mxShapeSysMLControlOperator.prototype.cst.CONT_OPER, mxShapeSysMLContr…
1595 mxShapeSysMLFlowFinal.prototype.cst = {
1604 mxShapeSysMLFlowFinal.prototype.paintVertexShape = function(c, x, y, w, h)
1621 mxCellRenderer.registerShape(mxShapeSysMLFlowFinal.prototype.cst.FLOW_FINAL, mxShapeSysMLFlowFinal);
1623 mxShapeSysMLFlowFinal.prototype.getConstraints = function(style, w, h)
1659 mxShapeSysMLIsControl.prototype.cst = {
1668 mxShapeSysMLIsControl.prototype.paintVertexShape = function(c, x, y, w, h)
1680 mxCellRenderer.registerShape(mxShapeSysMLIsControl.prototype.cst.IS_CONTROL, mxShapeSysMLIsControl);
1682 mxShapeSysMLIsControl.prototype.getConstraints = function(style, w, h)
1712 mxShapeSysMLIsStream.prototype.cst = {
1721 mxShapeSysMLIsStream.prototype.paintVertexShape = function(c, x, y, w, h)
1741 mxCellRenderer.registerShape(mxShapeSysMLIsStream.prototype.cst.IS_STREAM, mxShapeSysMLIsStream);
1743 mxShapeSysMLIsStream.prototype.getConstraints = function(style, w, h)
1773 mxShapeSysMLIsActStream.prototype.cst = {
1782 mxShapeSysMLIsActStream.prototype.paintVertexShape = function(c, x, y, w, h)
1811 mxCellRenderer.registerShape(mxShapeSysMLIsActStream.prototype.cst.IS_ACT_STREAM, mxShapeSysMLIsAct…
1813 mxShapeSysMLIsActStream.prototype.getConstraints = function(style, w, h)
1845 mxShapeSysMLParameterSet.prototype.cst = {
1854 mxShapeSysMLParameterSet.prototype.paintVertexShape = function(c, x, y, w, h)
1877 mxCellRenderer.registerShape(mxShapeSysMLParameterSet.prototype.cst.PARAM_SET, mxShapeSysMLParamete…
1879 mxShapeSysMLParameterSet.prototype.getConstraints = function(style, w, h)
1919 mxShapeSysMLParameterActivitySet.prototype.cst = {
1928 mxShapeSysMLParameterActivitySet.prototype.paintVertexShape = function(c, x, y, w, h)
1973 mxCellRenderer.registerShape(mxShapeSysMLParameterActivitySet.prototype.cst.PARAM_ACT_SET, mxShapeS…
1975 mxShapeSysMLParameterActivitySet.prototype.getConstraints = function(style, w, h)
2015 mxShapeSysMLProbability.prototype.cst = {
2024 mxShapeSysMLProbability.prototype.paintVertexShape = function(c, x, y, w, h)
2047 mxCellRenderer.registerShape(mxShapeSysMLProbability.prototype.cst.PROBABILITY, mxShapeSysMLProbabi…
2049 mxShapeSysMLProbability.prototype.getConstraints = function(style, w, h)
2092 mxShapeSysMLActivityProbability.prototype.cst = {
2101 mxShapeSysMLActivityProbability.prototype.paintVertexShape = function(c, x, y, w, h)
2146 mxCellRenderer.registerShape(mxShapeSysMLActivityProbability.prototype.cst.ACT_PROB, mxShapeSysMLAc…
2148 mxShapeSysMLActivityProbability.prototype.getConstraints = function(style, w, h)
2191 mxShapeSysMLObjectFlowRight.prototype.cst = {
2200 mxShapeSysMLObjectFlowRight.prototype.paintVertexShape = function(c, x, y, w, h)
2210 mxCellRenderer.registerShape(mxShapeSysMLObjectFlowRight.prototype.cst.OBJ_FLOW_R, mxShapeSysMLObje…
2212 mxShapeSysMLObjectFlowRight.prototype.getConstraints = function(style, w, h)
2244 mxShapeSysMLObjectFlowLeft.prototype.cst = {
2253 mxShapeSysMLObjectFlowLeft.prototype.paintVertexShape = function(c, x, y, w, h)
2263 mxCellRenderer.registerShape(mxShapeSysMLObjectFlowLeft.prototype.cst.OBJ_FLOW_L, mxShapeSysMLObjec…
2265 mxShapeSysMLObjectFlowLeft.prototype.getConstraints = function(style, w, h)
2297 mxShapeSysMLActivityPartition.prototype.cst = {
2306 mxShapeSysMLActivityPartition.prototype.paintVertexShape = function(c, x, y, w, h)
2319 mxCellRenderer.registerShape(mxShapeSysMLActivityPartition.prototype.cst.ACT_PART, mxShapeSysMLActi…
2341 mxShapeSysMLContinuation.prototype.cst = {
2350 mxShapeSysMLContinuation.prototype.paintVertexShape = function(c, x, y, w, h)
2380 mxCellRenderer.registerShape(mxShapeSysMLContinuation.prototype.cst.CONT, mxShapeSysMLContinuation);
2382 mxShapeSysMLContinuation.prototype.getConstraints = function(style, w, h)
2444 mxShapeSysMLCoregion.prototype.cst = {
2453 mxShapeSysMLCoregion.prototype.paintVertexShape = function(c, x, y, w, h)
2473 mxCellRenderer.registerShape(mxShapeSysMLCoregion.prototype.cst.COREGION, mxShapeSysMLCoregion);
2515 mxShapeSysMLDimension.prototype.cst = {
2524 mxShapeSysMLDimension.prototype.paintVertexShape = function(c, x, y, w, h)
2530 mxShapeSysMLDimension.prototype.background = function(c, x, y, w, h)
2548 mxCellRenderer.registerShape(mxShapeSysMLDimension.prototype.cst.DIMENSION, mxShapeSysMLDimension);
2614 mxShapeSysMLCompositeState.prototype.cst = {
2623 mxShapeSysMLCompositeState.prototype.paintVertexShape = function(c, x, y, w, h)
2629 mxShapeSysMLCompositeState.prototype.background = function(c, x, y, w, h)
2639 mxCellRenderer.registerShape(mxShapeSysMLCompositeState.prototype.cst.COMP_STATE, mxShapeSysMLCompo…
2641 mxShapeSysMLCompositeState.prototype.getConstraints = function(style, w, h)
2700 mxShapeSysMLRegion.prototype.cst = {
2709 mxShapeSysMLRegion.prototype.paintVertexShape = function(c, x, y, w, h)
2720 mxShapeSysMLRegion.prototype.background = function(c, x, y, w, h, tabH, tabW)
2732 mxShapeSysMLRegion.prototype.foreground = function(c, x, y, w, h, tabH, tabW)
2741 mxCellRenderer.registerShape(mxShapeSysMLRegion.prototype.cst.REGION, mxShapeSysMLRegion);
2743 mxShapeSysMLRegion.prototype.getConstraints = function(style, w, h)
2802 mxShapeSysMLSimpleState.prototype.cst = {
2811 mxShapeSysMLSimpleState.prototype.paintVertexShape = function(c, x, y, w, h)
2819 mxShapeSysMLSimpleState.prototype.background = function(c, x, y, w, h)
2826 mxShapeSysMLSimpleState.prototype.foreground = function(c, x, y, w, h)
2834 mxCellRenderer.registerShape(mxShapeSysMLSimpleState.prototype.cst.SIMPLE_STATE, mxShapeSysMLSimple…
2836 mxShapeSysMLSimpleState.prototype.getConstraints = function(style, w, h)
2880 mxShapeSysMLStateMachine.prototype.cst = {
2889 mxShapeSysMLStateMachine.prototype.paintVertexShape = function(c, x, y, w, h)
2897 mxShapeSysMLStateMachine.prototype.background = function(c, x, y, w, h)
2903 mxShapeSysMLStateMachine.prototype.foreground = function(c, x, y, w, h)
2915 mxCellRenderer.registerShape(mxShapeSysMLStateMachine.prototype.cst.STATE_MACHINE, mxShapeSysMLStat…
2917 mxShapeSysMLStateMachine.prototype.getConstraints = function(style, w, h)
2961 mxShapeSysMLX.prototype.cst = {
2970 mxShapeSysMLX.prototype.paintVertexShape = function(c, x, y, w, h)
2982 mxCellRenderer.registerShape(mxShapeSysMLX.prototype.cst.X, mxShapeSysMLX);
2984 mxShapeSysMLX.prototype.getConstraints = function(style, w, h)
3016 mxShapeSysMLSubmachineState.prototype.cst = {
3025 mxShapeSysMLSubmachineState.prototype.paintVertexShape = function(c, x, y, w, h)
3033 mxShapeSysMLSubmachineState.prototype.background = function(c, x, y, w, h)
3039 mxShapeSysMLSubmachineState.prototype.foreground = function(c, x, y, w, h)
3051 mxCellRenderer.registerShape(mxShapeSysMLSubmachineState.prototype.cst.SUBMACHINE_STATE, mxShapeSys…
3053 mxShapeSysMLSubmachineState.prototype.getConstraints = function(style, w, h)
3097 mxShapeSysMLUseCaseExtensionPoints.prototype.cst = {
3106 mxShapeSysMLUseCaseExtensionPoints.prototype.paintVertexShape = function(c, x, y, w, h)
3114 mxShapeSysMLUseCaseExtensionPoints.prototype.background = function(c, x, y, w, h)
3120 mxShapeSysMLUseCaseExtensionPoints.prototype.foreground = function(c, x, y, w, h)
3128 mxCellRenderer.registerShape(mxShapeSysMLUseCaseExtensionPoints.prototype.cst.USE_CASE_EXT_PT, mxSh…
3130 mxShapeSysMLUseCaseExtensionPoints.prototype.getConstraints = function(style, w, h)