Lines Matching refs:c

35 mxArchiMateLocation.prototype.paintVertexShape = function(c, x, y, w, h)  argument
37 c.translate(x, y);
38 this.background(c, 0, 0, w, h);
39 c.setShadow(false);
40 c.translate(w - 20, 5);
41 this.foreground(c, w - 20, 5, 15, 15);
44 mxArchiMateLocation.prototype.background = function(c, x, y, w, h) argument
46 c.rect(0, 0, w, h);
47 c.fillAndStroke();
50 mxArchiMateLocation.prototype.foreground = function(c, x, y, w, h) argument
52 c.setDashed(false);
54 c.translate(3 ,0);
56 c.begin();
57 c.moveTo(w * 0.5, h);
58 c.arcTo(w * 0.1775, h * 0.3, 0, 0, 0, w * 0.345, h * 0.7);
59 c.arcTo(w * 0.538, h * 0.364, 0, 0, 1, w * 0.5, 0);
60 c.arcTo(w * 0.538, h * 0.364, 0, 0, 1, w * 0.655, h * 0.7);
61 c.arcTo(w * 0.1775, h * 0.3, 0, 0, 0, w * 0.5, h);
62 c.stroke();
136 mxArchiMateBusiness.prototype.paintVertexShape = function(c, x, y, w, h) argument
138 c.translate(x, y);
139 this.background(c, 0, 0, w, h);
140 c.setShadow(false);
141 c.translate(w - 20, 5);
142 this.foreground(c, w - 20, 5, 15, 15);
145 mxArchiMateBusiness.prototype.background = function(c, x, y, w, h) argument
147 c.roundrect(0, 0, w, h, 10, 10);
148 c.fillAndStroke();
151 mxArchiMateBusiness.prototype.foreground = function(c, x, y, w, h) argument
155 c.setDashed(false);
159 c.translate(0, 2);
162 c.begin();
163 c.moveTo(0, h * 0.15);
164 c.lineTo(w * 0.65, h * 0.15);
165 c.lineTo(w * 0.65, 0);
166 c.lineTo(w, h * 0.5);
167 c.lineTo(w * 0.65, h);
168 c.lineTo(w * 0.65, h * 0.85);
169 c.lineTo(0, h * 0.85);
170 c.close();
171 c.stroke();
175 c.translate(2, 0);
178 c.begin();
179 c.moveTo(0, h * 0.15);
180 c.lineTo(w * 0.5, 0);
181 c.lineTo(w, h * 0.15);
182 c.lineTo(w, h);
183 c.lineTo(w * 0.5, h * 0.85);
184 c.lineTo(0, h);
185 c.close();
186 c.stroke();
190 c.begin();
191 c.moveTo(w * 0.55, 0);
192 c.arcTo(w * 0.45, h * 0.5, 0, 0, 1, w * 0.55, h);
193 c.close();
194 c.moveTo(w * 0.45, 0);
195 c.arcTo(w * 0.45, h * 0.5, 0, 0, 0, w * 0.45, h);
196 c.close();
197 c.stroke();
201 c.translate(0, 3);
204 c.begin();
205 c.moveTo(w - h * 0.5, 0);
206 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, w - h * 0.5, h);
207 c.lineTo(0, h);
208 c.arcTo(h * 0.5, h * 0.5, 0, 0, 0, 0, 0);
209 c.close();
210 c.stroke();
214 c.translate(0, 3);
217 c.begin();
218 c.moveTo(w - h * 0.5, 0);
219 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, w - h * 0.5, h);
220 c.lineTo(0, h);
221 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, 0, 0);
222 c.close();
223 c.stroke();
282 mxArchiMateBusinessObject.prototype.paintVertexShape = function(c, x, y, w, h) argument
284 c.translate(x, y);
285 this.background(c, 0, 0, w, h);
286 c.setShadow(false);
287 this.foreground(c, 0, 0, w, h);
290 mxArchiMateBusinessObject.prototype.background = function(c, x, y, w, h) argument
292 c.rect(0, 0, w, h);
293 c.fillAndStroke();
296 mxArchiMateBusinessObject.prototype.foreground = function(c, x, y, w, h) argument
300 c.begin();
301 c.moveTo(0, 15);
302 c.lineTo(w, 15);
303 c.stroke();
362 mxArchiMateRepresentation.prototype.paintVertexShape = function(c, x, y, w, h) argument
364 c.translate(x, y);
365 this.background(c, 0, 0, w, h);
368 mxArchiMateRepresentation.prototype.background = function(c, x, y, w, h) argument
370 c.begin();
371 c.moveTo(0, 0);
372 c.lineTo(w, 0);
373 c.lineTo(w, h * 0.85);
374 c.arcTo(w * 0.35, h * 0.35, 0, 0, 0, w * 0.5, h * 0.85);
375 c.arcTo(w * 0.35, h * 0.35, 0, 0, 1, 0, h * 0.85);
376 c.close();
377 c.fillAndStroke();
435 mxArchiMateProduct.prototype.paintVertexShape = function(c, x, y, w, h) argument
437 c.translate(x, y);
438 this.background(c, 0, 0, w, h);
439 c.setShadow(false);
440 this.foreground(c, 0, 0, w, h);
443 mxArchiMateProduct.prototype.background = function(c, x, y, w, h) argument
445 c.rect(0, 0, w, h);
446 c.fillAndStroke();
449 mxArchiMateProduct.prototype.foreground = function(c, x, y, w, h) argument
453 c.begin();
454 c.moveTo(0, 15);
455 c.lineTo(w * 0.6, 15);
456 c.lineTo(w * 0.6, 0);
457 c.stroke();
527 mxArchiMateApplication.prototype.paintVertexShape = function(c, x, y, w, h) argument
529 c.translate(x, y);
530 this.background(c, 0, 0, w, h);
531 c.setShadow(false);
532 c.translate(w - 20, 5);
533 this.foreground(c, w - 20, 5, 15, 15);
536 mxArchiMateApplication.prototype.background = function(c, x, y, w, h) argument
538 c.rect(0, 0, w, h);
539 c.fillAndStroke();
542 mxArchiMateApplication.prototype.foreground = function(c, x, y, w, h) argument
546 c.setDashed(false);
550 c.translate(1, 0);
553 c.rect(w * 0.25, 0, w * 0.75, h);
554 c.stroke();
556 c.rect(0, h * 0.25, w * 0.5, h * 0.15);
557 c.fillAndStroke();
559 c.rect(0, h * 0.6, w * 0.5, h * 0.15);
560 c.fillAndStroke();
564 c.translate(0, 3);
567 c.ellipse(0, 0, w * 0.6, h);
568 c.stroke();
569 c.ellipse(w * 0.4, 0, w * 0.6, h);
570 c.fillAndStroke();
574 c.translate(0, 4);
577 c.ellipse(w * 0.5, 0, w * 0.5, h);
578 c.stroke();
580 c.begin();
581 c.moveTo(0, h * 0.5);
582 c.lineTo(w * 0.5, h * 0.5);
583 c.stroke();
587 c.translate(0, 1);
590 c.begin();
591 c.moveTo(0, h * 0.5);
592 c.lineTo(w * 0.6, h * 0.5);
593 c.moveTo(w, 0);
594 c.arcTo(w * 0.4, h * 0.5, 0, 0, 0, w, h);
595 c.stroke();
599 c.begin();
600 c.moveTo(w * 0.5, 0);
601 c.lineTo(w, h * 0.2);
602 c.lineTo(w, h);
603 c.lineTo(w * 0.5, h * 0.8);
604 c.lineTo(0, h);
605 c.lineTo(0, h * 0.2);
606 c.close();
607 c.stroke();
611 c.begin();
612 c.moveTo(w * 0.55, 0);
613 c.arcTo(w * 0.45, h * 0.5, 0, 0, 1, w * 0.55, h);
614 c.close();
615 c.moveTo(w * 0.45, 0);
616 c.arcTo(w * 0.45, h * 0.5, 0, 0, 0, w * 0.45, h);
617 c.close();
618 c.stroke();
622 c.translate(0, 3);
625 c.begin();
626 c.moveTo(w - h * 0.5, 0);
627 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, w - h * 0.5, h);
628 c.lineTo(0, h);
629 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, 0, 0);
630 c.close();
631 c.stroke();
635 c.begin();
636 c.moveTo(0, h * 0.25);
637 c.lineTo(w * 0.25, 0);
638 c.lineTo(w, 0);
639 c.lineTo(w, h * 0.75);
640 c.lineTo(w * 0.75, h);
641 c.lineTo(0, h);
642 c.close();
643 c.moveTo(0, h * 0.25);
644 c.lineTo(w * 0.75, h * 0.25);
645 c.lineTo(w * 0.75, h);
646 c.moveTo(w, 0);
647 c.lineTo(w * 0.75, h * 0.25);
648 c.stroke();
652 c.translate(0, 2);
655 c.begin();
656 c.moveTo(w * 0.4, h * 0.2);
657 c.lineTo(w * 0.85, h * 0.2);
658 c.lineTo(w * 0.6, h * 0.8);
659 c.lineTo(w * 0.15, h * 0.8);
660 c.close();
661 c.stroke();
664 c.setFillColor(strokeColor);
666 c.ellipse(w * 0.25, 0, w * 0.3, h * 0.4);
667 c.fill();
669 c.ellipse(w * 0.7, 0, w * 0.3, h * 0.4);
670 c.fill();
672 c.ellipse(0, h * 0.6, w * 0.3, h * 0.4);
673 c.fill();
675 c.ellipse(w * 0.45, h * 0.6, w * 0.3, h * 0.4);
676 c.fill();
680 c.translate(0, 5);
683 c.begin();
684 c.moveTo(w * 0.1, 0);
685 c.lineTo(0, h * 0.5);
686 c.lineTo(w * 0.1, h);
687 c.moveTo(w * 0.9, 0);
688 c.lineTo(w, h * 0.5);
689 c.lineTo(w * 0.9, h);
690 c.stroke();
692 c.setDashed(true);
693 c.begin();
694 c.moveTo(0, h * 0.5);
695 c.lineTo(w, h * 0.5);
696 c.stroke();
700 c.ellipse(w * 0.3, 0, w * 0.7, h * 0.7);
701 c.stroke();
703 c.ellipse(0, h * 0.02, w * 0.98, h * 0.98);
704 c.fillAndStroke();
708 c.translate(2, 0);
711 c.begin();
712 c.moveTo(0, 0);
713 c.lineTo(w * 0.7, 0);
714 c.lineTo(w, h * 0.22);
715 c.lineTo(w, h);
716 c.lineTo(0, h);
717 c.close();
718 c.moveTo(w * 0.7, 0);
719 c.lineTo(w * 0.7, h * 0.22);
720 c.lineTo(w, h * 0.22);
721 c.stroke();
725 c.translate(3, 0);
727 c.ellipse(w * 0.2, 0, w * 0.6, h * 0.3);
728 c.stroke();
730 c.begin();
731 c.moveTo(w * 0.5, h * 0.3);
732 c.lineTo(w * 0.5, h * 0.75);
733 c.moveTo(0, h * 0.45);
734 c.lineTo(w, h * 0.45);
735 c.moveTo(0, h);
736 c.lineTo(w * 0.5, h * 0.75);
737 c.lineTo(w, h);
738 c.stroke();
742 c.translate(0, 4);
745 c.begin();
746 c.moveTo(w * 0.8, 0);
747 c.lineTo(w * 0.2, 0);
748 c.arcTo(w * 0.2, h * 0.5, 0, 0, 0, w * 0.2, h);
749 c.lineTo(w * 0.8, h);
750 c.stroke();
752 c.ellipse(w * 0.6, 0, w * 0.4, h);
753 c.stroke();
822 mxArchiMateTech.prototype.paintVertexShape = function(c, x, y, w, h) argument
824 c.translate(x, y);
825 this.background(c, 0, 0, w, h);
826 c.setShadow(false);
827 c.translate(w - 30, 15);
828 this.foreground(c, w - 30, 15, 15, 15);
831 mxArchiMateTech.prototype.background = function(c, x, y, w, h) argument
833 c.begin();
834 c.moveTo(0, 10);
835 c.lineTo(10, 0);
836 c.lineTo(w, 0);
837 c.lineTo(w, h - 10);
838 c.lineTo(w - 10, h);
839 c.lineTo(0, h);
840 c.close();
841 c.moveTo(0, 10);
842 c.lineTo(w - 10, 10);
843 c.lineTo(w - 10, h);
844 c.moveTo(w, 0);
845 c.lineTo(w - 10, 10);
846 c.fillAndStroke();
849 mxArchiMateTech.prototype.foreground = function(c, x, y, w, h) argument
853 c.setDashed(false);
857 c.roundrect(0, 0, w, h * 0.88, w * 0.05, h * 0.05);
858 c.stroke();
859 c.begin();
860 c.moveTo(w * 0.1, h * 0.88);
861 c.lineTo(0, h);
862 c.lineTo(w, h);
863 c.lineTo(w * 0.9, h * 0.88);
864 c.stroke();
869 c.setFillColor(strokeColor);
871 c.rect(w * 0.4, 0, w * 0.6, h * 0.2);
872 c.fill();
874 c.rect(w * 0.2, h * 0.4, w * 0.6, h * 0.2);
875 c.fill();
877 c.rect(0, h * 0.8, w * 0.6, h * 0.2);
878 c.fill();
959 mxArchiMateMotivational.prototype.paintVertexShape = function(c, x, y, w, h) argument
961 c.translate(x, y);
962 this.background(c, 0, 0, w, h);
963 c.setShadow(false);
964 c.translate(w - 20, 5);
965 this.foreground(c, w - 20, 5, 15, 15);
968 mxArchiMateMotivational.prototype.background = function(c, x, y, w, h) argument
970 c.begin();
971 c.moveTo(10, 0);
972 c.lineTo(w - 10, 0);
973 c.lineTo(w, 10);
974 c.lineTo(w, h - 10);
975 c.lineTo(w - 10, h);
976 c.lineTo(10, h);
977 c.lineTo(0, h - 10);
978 c.lineTo(0, 10);
979 c.close();
980 c.fillAndStroke();
983 mxArchiMateMotivational.prototype.foreground = function(c, x, y, w, h) argument
987 c.setDashed(false);
991 c.translate(0, 4);
994 c.begin();
995 c.moveTo(w * 0.8, 0);
996 c.lineTo(w * 0.2, 0);
997 c.arcTo(w * 0.2, h * 0.5, 0, 0, 0, w * 0.2, h);
998 c.lineTo(w * 0.8, h);
999 c.stroke();
1001 c.ellipse(w * 0.6, 0, w * 0.4, h);
1002 c.stroke();
1006 c.ellipse(w * 0.1, h * 0.1, w * 0.8, h * 0.8);
1007 c.stroke();
1009 c.begin();
1010 c.moveTo(0, h * 0.5);
1011 c.lineTo(w, h * 0.5);
1012 c.moveTo(w * 0.5, 0);
1013 c.lineTo(w * 0.5, h);
1014 c.moveTo(w * 0.145, h * 0.145);
1015 c.lineTo(w * 0.855, h * 0.855);
1016 c.moveTo(w * 0.145, h * 0.855);
1017 c.lineTo(w * 0.855, h * 0.145);
1018 c.stroke();
1021 c.setFillColor(strokeColor);
1023 c.ellipse(w * 0.35, h * 0.35, w * 0.3, h * 0.3);
1024 c.fillAndStroke();
1028 c.ellipse(w * 0.2, 0, w * 0.8, h * 0.8);
1029 c.stroke();
1031 c.begin();
1032 c.moveTo(0, h);
1033 c.lineTo(w * 0.32, h * 0.68);
1034 c.stroke();
1038 c.ellipse(0, 0, w, h);
1039 c.stroke();
1040 c.ellipse(w * 0.15, h * 0.15, w * 0.7, h * 0.7);
1041 c.stroke();
1043 c.setFillColor(strokeColor);
1044 c.ellipse(w * 0.3, h * 0.3, w * 0.4, h * 0.4);
1045 c.fillAndStroke();
1049 c.translate(0, 4);
1052 c.begin();
1053 c.moveTo(w * 0.25, 0);
1054 c.lineTo(w, 0);
1055 c.lineTo(w * 0.75, h);
1056 c.lineTo(0, h);
1057 c.close();
1058 c.stroke();
1062 c.translate(0, 4);
1065 c.begin();
1066 c.moveTo(w * 0.25, 0);
1067 c.lineTo(w, 0);
1068 c.lineTo(w * 0.75, h);
1069 c.lineTo(0, h);
1070 c.close();
1071 c.moveTo(w * 0.45, 0);
1072 c.lineTo(w * 0.2, h);
1073 c.stroke();
1077 c.begin();
1078 c.moveTo(w * 0.05, h * 0.05);
1079 c.arcTo(w * 2.3, h * 2.3, 0, 0, 1, w * 0.95, h * 0.05);
1080 c.arcTo(w * 2.3, h * 2.3, 0, 0, 1, w * 0.95, h * 0.95);
1081 c.arcTo(w * 2.3, h * 2.3, 0, 0, 1, w * 0.05, h * 0.95);
1082 c.arcTo(w * 2.3, h * 2.3, 0, 0, 1, w * 0.05, h * 0.05);
1083 c.close();
1084 c.stroke();
1087 c.setFillColor(strokeColor);
1089 c.begin();
1090 c.moveTo(w * 0.45, h * 0.7);
1091 c.lineTo(w * 0.42, h * 0.15);
1092 c.lineTo(w * 0.58, h * 0.15);
1093 c.lineTo(w * 0.55, h * 0.7);
1094 c.close();
1095 c.fill();
1097 c.rect(w * 0.45, h * 0.75, w * 0.1, h * 0.1);
1098 c.fill();
1157 mxArchiMateGap.prototype.paintVertexShape = function(c, x, y, w, h) argument
1159 c.translate(x, y);
1160 this.background(c, 0, 0, w, h);
1161 c.setShadow(false);
1162 c.translate(w - 20, 5);
1163 this.foreground(c, w - 20, 5, 15, 15);
1166 mxArchiMateGap.prototype.background = function(c, x, y, w, h) argument
1168 c.begin();
1169 c.moveTo(0, 0);
1170 c.lineTo(w, 0);
1171 c.lineTo(w, h * 0.85);
1172 c.arcTo(w * 0.35, h * 0.35, 0, 0, 0, w * 0.5, h * 0.85);
1173 c.arcTo(w * 0.35, h * 0.35, 0, 0, 1, 0, h * 0.85);
1174 c.close();
1175 c.fillAndStroke();
1178 mxArchiMateGap.prototype.foreground = function(c, x, y, w, h) argument
1180 c.setDashed(false);
1182 c.translate(0, 2);
1185 c.ellipse(w * 0.15, 0, w * 0.7, h);
1186 c.stroke();
1188 c.begin();
1189 c.moveTo(0, h * 0.35);
1190 c.lineTo(w, h * 0.35);
1191 c.moveTo(0, h * 0.65);
1192 c.lineTo(w, h * 0.65);
1193 c.stroke();