1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420 |
- ht.lib = ht.lib || {};
- if (!ht.lib['矩形箭头竖']) {
- ht.lib['矩形箭头竖'] = function (x, y, width, height, angle, localVarObj, localDynamicVar, nodename) {
- _ratio = GD.getRatioWithRotation(0, ratio);
- ht.lib['矩形箭头竖'].superClass.constructor.apply(this);
- this.localVarObj = localVarObj;
- this.localDynamicVar = localDynamicVar;
- this.childNodes = [];
-
- this._styleObject = {};
- this._originWidth = 19.12164*_ratio.ratioX;
- this._originHeight = 56.61331*_ratio.ratioY;
- this._baseClass = "ht.lib.矩形箭头竖";
- this._background = new ht.Node();
- this._background.setWidth(this._originWidth);
- this._background.setHeight(this._originHeight);
- this._background.setPosition(this._originWidth/2, this._originHeight/2);
- this._background.setImage({
- width: width,
- height: height,
- clip: true,
- comps: [
- {
- type: 'rect',
- background: 'rgba(0,255,0,0)',
- rect: [0,0,width, height]
- }
- ]
- });
- this._background.__parentLib = nodename;
- this._background.isLibBackground = true;
- this.childNodes.push(this._background);
- dataModel.add(this._background);
- /*@PageBackgroundInit@*/
- /*@PageBeforeInit@*/
- _ratio = GD.getRatioWithRotation(0*Math.PI/180, ratio);
- var Lib_矩形箭头竖Node0type = 'rect';
- var Lib_矩形箭头竖Node0 = new ht.Node(),
- Lib_矩形箭头竖Node0BorderWidth = 2*2;
- if (Lib_矩形箭头竖Node0type === 'arc') {
- Lib_矩形箭头竖Node0BorderWidth *= 2;
- }
- Lib_矩形箭头竖Node0.setImage(GD.getRectJSON(15.36963*_ratio.ratioX, 25.91444*_ratio.ratioY, Lib_矩形箭头竖Node0type, '@arcFrom@', '@arcTo@', '@arcClose@'));
- Lib_矩形箭头竖Node0.setPosition(9*ratio.ratioX, 28*ratio.ratioY);
- Lib_矩形箭头竖Node0.setSize(15.36963*_ratio.ratioX, 25.91444*_ratio.ratioY);
- Lib_矩形箭头竖Node0.s({
- 'pixelPerfect':true
- /*@AddPara@*/
- });
- Lib_矩形箭头竖Node0.a('node.width', 15.36963*_ratio.ratioX);
- Lib_矩形箭头竖Node0.a('node.height', 25.91444*_ratio.ratioY);
- Lib_矩形箭头竖Node0.a('node.type', Lib_矩形箭头竖Node0type);
- Lib_矩形箭头竖Node0.a('node.rect', [0, 0, 15.36963*_ratio.ratioX, 25.91444*_ratio.ratioY]);
- Lib_矩形箭头竖Node0.a('node.background', 'rgba(255,255,255,0.003921569)');
- Lib_矩形箭头竖Node0.a('node.gradientcolor', '');
- Lib_矩形箭头竖Node0.a('node.gradient', '');
- Lib_矩形箭头竖Node0.a('node.borderwidth', Lib_矩形箭头竖Node0BorderWidth);
- Lib_矩形箭头竖Node0.a('node.color', 'rgba(255,0,255,1)');
- Lib_矩形箭头竖Node0.a('node.fillrect', [0,0,0,0]);
- Lib_矩形箭头竖Node0.a('node.fillbackcolor', 'rgba(0,0,0,0)');
- Lib_矩形箭头竖Node0.a('node.fillgradientcolor', 'rgba(0,0,0,0)');
- Lib_矩形箭头竖Node0.a('node.fillgradient', '');
- if (Lib_矩形箭头竖Node0type !== 'rect') {
- Lib_矩形箭头竖Node0.a('node.arcFrom', parseFloat('@arcFrom@'));
- Lib_矩形箭头竖Node0.a('node.arcTo', parseFloat('@arcTo@'));
- Lib_矩形箭头竖Node0.a('node.arcClose', '@arcClose@' === 'true' ? true : false);
- }
- if (Lib_矩形箭头竖Node0type === 'arc') {
- Lib_矩形箭头竖Node0.a('node.arcOval', true);
- }
- Lib_矩形箭头竖Node0.setRotation(0*Math.PI/180);
- Lib_矩形箭头竖Node0.borderWidth = Lib_矩形箭头竖Node0BorderWidth;
- Lib_矩形箭头竖Node0.borderFillwidth = Lib_矩形箭头竖Node0BorderWidth;
- dataModel.add(Lib_矩形箭头竖Node0);
- Lib_矩形箭头竖Node0._nodename = 'Lib_矩形箭头竖Node0'
- Lib_矩形箭头竖Node0._nodeType = 'rect';
- zoomNodeList.push({
- node: Lib_矩形箭头竖Node0,
- attr: 'node.borderwidth'
- });
- (function (node, _img) {
- var setWidth = node.setWidth,
- setHeight = node.setHeight;
- node.setWidth = function (width) {
- if (width === this.getWidth()) return ;
- var height = this.getHeight();
- this.a('node.width', width);
- this.a('node.rect', [0,0,width, height]);
- setWidth.apply(this, arguments);
- }
- node.setHeight = function (height) {
- if (height === this.getHeight()) return ;
- var width = this.getWidth();
- this.a('node.height', height);
- this.a('node.rect', [0,0,width, height]);
- setHeight.apply(this, arguments);
- }
- })(Lib_矩形箭头竖Node0, Lib_矩形箭头竖Node0.getImage());var Lib_矩形箭头竖Node1points=[9, 41,9, 50],
- Lib_矩形箭头竖Node1rect=ht.Default.unionPoint([{x:9,y:41},{x:9,y:50}]),
- Lib_矩形箭头竖Node1compspts=[];
- _ratio = GD.getRatioWithRotation(0, ratio);
- var _startratio = GD.getRatioWithRotation(4.71238898038469, ratio),
- _endratio = GD.getRatioWithRotation(7.85398163397448, ratio);
- for(var i=0;i<Lib_矩形箭头竖Node1points.length;i++){
- if(i%2==0){
- Lib_矩形箭头竖Node1compspts.push(Lib_矩形箭头竖Node1points[i]-Lib_矩形箭头竖Node1rect.x);
- }else{
- Lib_矩形箭头竖Node1compspts.push(Lib_矩形箭头竖Node1points[i]-Lib_矩形箭头竖Node1rect.y);
- }
- }
- var Lib_矩形箭头竖Node1ptslength=Lib_矩形箭头竖Node1compspts.length;
- if (Lib_矩形箭头竖Node1rect.height === 0) {
- Lib_矩形箭头竖Node1compspts[0] -= 0;
- Lib_矩形箭头竖Node1compspts[Lib_矩形箭头竖Node1ptslength-2] += 0;
- } else if (Lib_矩形箭头竖Node1rect.width === 0){
- Lib_矩形箭头竖Node1compspts[1] -= 0;
- Lib_矩形箭头竖Node1compspts[Lib_矩形箭头竖Node1ptslength-1] += 0;
- } else {
- Lib_矩形箭头竖Node1compspts[0] -= 0;
- Lib_矩形箭头竖Node1compspts[1] -= 0;
- Lib_矩形箭头竖Node1compspts[Lib_矩形箭头竖Node1ptslength-2] += 0;
- Lib_矩形箭头竖Node1compspts[Lib_矩形箭头竖Node1ptslength-1] += 0;
- }
- Lib_矩形箭头竖Node1 = new ht.Node();
- Lib_矩形箭头竖Node1.borderWidth = 2;
- Lib_矩形箭头竖Node1rect.width = Lib_矩形箭头竖Node1rect.width === 0 ? 0.0001 : Lib_矩形箭头竖Node1rect.width;
- Lib_矩形箭头竖Node1rect.height = Lib_矩形箭头竖Node1rect.height === 0 ? 0.0001 : Lib_矩形箭头竖Node1rect.height;
- var Lib_矩形箭头竖Node1endCompspts = [Lib_矩形箭头竖Node1compspts[Lib_矩形箭头竖Node1ptslength-2],Lib_矩形箭头竖Node1compspts[Lib_矩形箭头竖Node1ptslength-1],0,0];
- var Lib_矩形箭头竖Node1startCompspts = [Lib_矩形箭头竖Node1compspts[0],Lib_矩形箭头竖Node1compspts[1],0,0];
- Lib_矩形箭头竖Node1.setImage(GD.getPolyLineJSON());
- Lib_矩形箭头竖Node1.setPosition(Lib_矩形箭头竖Node1rect.x+Lib_矩形箭头竖Node1rect.width/2,Lib_矩形箭头竖Node1rect.y+Lib_矩形箭头竖Node1rect.height/2);
- Lib_矩形箭头竖Node1.setSize(Lib_矩形箭头竖Node1rect.width,Lib_矩形箭头竖Node1rect.height);
- Lib_矩形箭头竖Node1.setStyle("opacity",1);
- Lib_矩形箭头竖Node1.s({'pixelPerfect':true});
- Lib_矩形箭头竖Node1borderwidth=2;
- Lib_矩形箭头竖Node1.setRotation(0);
- dataModel.add(Lib_矩形箭头竖Node1);
- Lib_矩形箭头竖Node1.a('node.points',Lib_矩形箭头竖Node1compspts);
- Lib_矩形箭头竖Node1.a('node.segments',[1,2]);
- Lib_矩形箭头竖Node1.a('node.color','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node1.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_矩形箭头竖Node1.a('node.borderColor','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node1.a('node.background','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node1.a('node.gradient','');
- Lib_矩形箭头竖Node1.a('node.gradientcolor','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node1.a('node.endCompspts',Lib_矩形箭头竖Node1endCompspts);
- Lib_矩形箭头竖Node1.a('node.startCompspts',Lib_矩形箭头竖Node1startCompspts);
- (function (node, img, compspts, endCompspts, startCompspts) {
- var position = node.getPosition(),
- w = node.getWidth()*_ratio.ratioX,
- h = node.getHeight()*_ratio.ratioY;
- function resetPoints(rx, ry) {
- for (var i = 0, len = compspts.length; i < len; i++) {
- if (i%2 === 0) {
- compspts[i]*=rx;
- } else {
- compspts[i]*=ry;
- }
- }
- endCompspts[0] = compspts[compspts.length-2];
- endCompspts[1] = compspts[compspts.length-1];
- endCompspts[2] *= rx;
- endCompspts[3] *= ry;
- node.a('node.offsetEndY', -(endCompspts[3]*0.5));
- node.a('node.offsetEndX', -(endCompspts[2]*0.5));
-
- startCompspts[0] = compspts[0];
- startCompspts[1] = compspts[1];
- startCompspts[2] *= rx;
- startCompspts[3] *= ry;
- node.a('node.offsetStartY', -(startCompspts[3]*0.5));
- node.a('node.offsetStartX', -(startCompspts[2]*0.5));
- node.a('node.endRotation', GD.calcRotationByStartAndEnd(compspts[i-4], compspts[i-3], compspts[i-2], compspts[i-1]));
- node.a('node.startRotation', GD.calcRotationByStartAndEnd(compspts[0], compspts[1], compspts[2], compspts[3]) + Math.PI);
- }
- node.setSize(w, h);
- node.setPosition(position.x * ratio.ratioX, position.y * ratio.ratioY);
- node.a('node.width', w);
- node.a('node.height', h);
- resetPoints(_ratio.ratioX, _ratio.ratioY);
- node.borderWidth = 2;
- node.a('node.borderwidth',node.borderWidth);
- node._nodename = 'Lib_矩形箭头竖Node1';
- node._nodeType = 'line';
- zoomNodeList.push({
- node: node,
- attr: 'node.borderwidth'
- });
- var setWidth = node.setWidth,
- setHeight = node.setHeight,
- timer, rx = 1, ry = 1;
-
- node.setWidth = function (width) {
- var _width = this.getWidth();
- rx = width / _width;
- node.a('node.width', width);
- setWidth.apply(this, arguments);
- resetPoints(rx, 1);
- }
- node.setHeight = function (height) {
- var _height = this.getHeight();
- ry = height / _height;
- node.a('node.height', height);
- setHeight.apply(this, arguments);
- resetPoints(1, ry);
- }
- })(Lib_矩形箭头竖Node1, Lib_矩形箭头竖Node1.getImage(), Lib_矩形箭头竖Node1compspts, Lib_矩形箭头竖Node1endCompspts, Lib_矩形箭头竖Node1startCompspts);
- var Lib_矩形箭头竖Node2points=[9, 0,9, 27],
- Lib_矩形箭头竖Node2rect=ht.Default.unionPoint([{x:9,y:0},{x:9,y:27}]),
- Lib_矩形箭头竖Node2compspts=[];
- _ratio = GD.getRatioWithRotation(0, ratio);
- var _startratio = GD.getRatioWithRotation(4.71238898038469, ratio),
- _endratio = GD.getRatioWithRotation(7.85398163397448, ratio);
- for(var i=0;i<Lib_矩形箭头竖Node2points.length;i++){
- if(i%2==0){
- Lib_矩形箭头竖Node2compspts.push(Lib_矩形箭头竖Node2points[i]-Lib_矩形箭头竖Node2rect.x);
- }else{
- Lib_矩形箭头竖Node2compspts.push(Lib_矩形箭头竖Node2points[i]-Lib_矩形箭头竖Node2rect.y);
- }
- }
- var Lib_矩形箭头竖Node2ptslength=Lib_矩形箭头竖Node2compspts.length;
- if (Lib_矩形箭头竖Node2rect.height === 0) {
- Lib_矩形箭头竖Node2compspts[0] -= 0;
- Lib_矩形箭头竖Node2compspts[Lib_矩形箭头竖Node2ptslength-2] += 0;
- } else if (Lib_矩形箭头竖Node2rect.width === 0){
- Lib_矩形箭头竖Node2compspts[1] -= 0;
- Lib_矩形箭头竖Node2compspts[Lib_矩形箭头竖Node2ptslength-1] += 0;
- } else {
- Lib_矩形箭头竖Node2compspts[0] -= 0;
- Lib_矩形箭头竖Node2compspts[1] -= 0;
- Lib_矩形箭头竖Node2compspts[Lib_矩形箭头竖Node2ptslength-2] += 0;
- Lib_矩形箭头竖Node2compspts[Lib_矩形箭头竖Node2ptslength-1] += 0;
- }
- Lib_矩形箭头竖Node2 = new ht.Node();
- Lib_矩形箭头竖Node2.borderWidth = 2;
- Lib_矩形箭头竖Node2rect.width = Lib_矩形箭头竖Node2rect.width === 0 ? 0.0001 : Lib_矩形箭头竖Node2rect.width;
- Lib_矩形箭头竖Node2rect.height = Lib_矩形箭头竖Node2rect.height === 0 ? 0.0001 : Lib_矩形箭头竖Node2rect.height;
- var Lib_矩形箭头竖Node2endCompspts = [Lib_矩形箭头竖Node2compspts[Lib_矩形箭头竖Node2ptslength-2],Lib_矩形箭头竖Node2compspts[Lib_矩形箭头竖Node2ptslength-1],0,0];
- var Lib_矩形箭头竖Node2startCompspts = [Lib_矩形箭头竖Node2compspts[0],Lib_矩形箭头竖Node2compspts[1],0,0];
- Lib_矩形箭头竖Node2.setImage(GD.getPolyLineJSON());
- Lib_矩形箭头竖Node2.setPosition(Lib_矩形箭头竖Node2rect.x+Lib_矩形箭头竖Node2rect.width/2,Lib_矩形箭头竖Node2rect.y+Lib_矩形箭头竖Node2rect.height/2);
- Lib_矩形箭头竖Node2.setSize(Lib_矩形箭头竖Node2rect.width,Lib_矩形箭头竖Node2rect.height);
- Lib_矩形箭头竖Node2.setStyle("opacity",1);
- Lib_矩形箭头竖Node2.s({'pixelPerfect':true});
- Lib_矩形箭头竖Node2borderwidth=2;
- Lib_矩形箭头竖Node2.setRotation(0);
- dataModel.add(Lib_矩形箭头竖Node2);
- Lib_矩形箭头竖Node2.a('node.points',Lib_矩形箭头竖Node2compspts);
- Lib_矩形箭头竖Node2.a('node.segments',[1,2]);
- Lib_矩形箭头竖Node2.a('node.color','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node2.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_矩形箭头竖Node2.a('node.borderColor','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node2.a('node.background','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node2.a('node.gradient','');
- Lib_矩形箭头竖Node2.a('node.gradientcolor','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node2.a('node.endCompspts',Lib_矩形箭头竖Node2endCompspts);
- Lib_矩形箭头竖Node2.a('node.startCompspts',Lib_矩形箭头竖Node2startCompspts);
- (function (node, img, compspts, endCompspts, startCompspts) {
- var position = node.getPosition(),
- w = node.getWidth()*_ratio.ratioX,
- h = node.getHeight()*_ratio.ratioY;
- function resetPoints(rx, ry) {
- for (var i = 0, len = compspts.length; i < len; i++) {
- if (i%2 === 0) {
- compspts[i]*=rx;
- } else {
- compspts[i]*=ry;
- }
- }
- endCompspts[0] = compspts[compspts.length-2];
- endCompspts[1] = compspts[compspts.length-1];
- endCompspts[2] *= rx;
- endCompspts[3] *= ry;
- node.a('node.offsetEndY', -(endCompspts[3]*0.5));
- node.a('node.offsetEndX', -(endCompspts[2]*0.5));
-
- startCompspts[0] = compspts[0];
- startCompspts[1] = compspts[1];
- startCompspts[2] *= rx;
- startCompspts[3] *= ry;
- node.a('node.offsetStartY', -(startCompspts[3]*0.5));
- node.a('node.offsetStartX', -(startCompspts[2]*0.5));
- node.a('node.endRotation', GD.calcRotationByStartAndEnd(compspts[i-4], compspts[i-3], compspts[i-2], compspts[i-1]));
- node.a('node.startRotation', GD.calcRotationByStartAndEnd(compspts[0], compspts[1], compspts[2], compspts[3]) + Math.PI);
- }
- node.setSize(w, h);
- node.setPosition(position.x * ratio.ratioX, position.y * ratio.ratioY);
- node.a('node.width', w);
- node.a('node.height', h);
- resetPoints(_ratio.ratioX, _ratio.ratioY);
- node.borderWidth = 2;
- node.a('node.borderwidth',node.borderWidth);
- node._nodename = 'Lib_矩形箭头竖Node2';
- node._nodeType = 'line';
- zoomNodeList.push({
- node: node,
- attr: 'node.borderwidth'
- });
- var setWidth = node.setWidth,
- setHeight = node.setHeight,
- timer, rx = 1, ry = 1;
-
- node.setWidth = function (width) {
- var _width = this.getWidth();
- rx = width / _width;
- node.a('node.width', width);
- setWidth.apply(this, arguments);
- resetPoints(rx, 1);
- }
- node.setHeight = function (height) {
- var _height = this.getHeight();
- ry = height / _height;
- node.a('node.height', height);
- setHeight.apply(this, arguments);
- resetPoints(1, ry);
- }
- })(Lib_矩形箭头竖Node2, Lib_矩形箭头竖Node2.getImage(), Lib_矩形箭头竖Node2compspts, Lib_矩形箭头竖Node2endCompspts, Lib_矩形箭头竖Node2startCompspts);
- var Lib_矩形箭头竖Node3rect=ht.Default.unionPoint([{x: 4, y: 20},{x: 4, y: 20},{x: 13, y: 20},{x: 9, y: 28}]),
- Lib_矩形箭头竖Node3points=[4,20,4,20,13,20,9,28],
- Lib_矩形箭头竖Node3compsPoints=[],
- Lib_矩形箭头竖Node3SetPoints = [{x: 4, y: 20},{x: 4, y: 20},{x: 13, y: 20},{x: 9, y: 28}],
- Lib_矩形箭头竖Node3setSegments = [1,2,2,2];
- _ratio = GD.getRatioWithRotation(0, ratio);
- for(var i=0;i<Lib_矩形箭头竖Node3points.length;i++){
- if(i%2==0){
- Lib_矩形箭头竖Node3compsPoints.push(Lib_矩形箭头竖Node3points[i]-Lib_矩形箭头竖Node3rect.x);
- }else{
- Lib_矩形箭头竖Node3compsPoints.push(Lib_矩形箭头竖Node3points[i]-Lib_矩形箭头竖Node3rect.y);
- }
- }
- var Lib_矩形箭头竖Node3 = new ht.Node();
- Lib_矩形箭头竖Node3.setImage(GD.getPolyGonJSON());
- Lib_矩形箭头竖Node3.setPosition(Lib_矩形箭头竖Node3rect.x + Lib_矩形箭头竖Node3rect.width/2, Lib_矩形箭头竖Node3rect.y + Lib_矩形箭头竖Node3rect.height/2);
- Lib_矩形箭头竖Node3.setSize(Lib_矩形箭头竖Node3rect.width, Lib_矩形箭头竖Node3rect.height);
- Lib_矩形箭头竖Node3.setRotation(0);
- Lib_矩形箭头竖Node3.borderWidth=2;
- Lib_矩形箭头竖Node3.borderFillwidth=2*2;
- Lib_矩形箭头竖Node3.s({'pixelPerfect':true});
- dataModel.add(Lib_矩形箭头竖Node3);
- // Lib_矩形箭头竖Node3.a('node.width', Lib_矩形箭头竖Node3rect.width*_ratio.ratioX);
- // Lib_矩形箭头竖Node3.a('node.height', Lib_矩形箭头竖Node3rect.height*_ratio.ratioY);
- Lib_矩形箭头竖Node3.a('node.clip', function(g,width,height,data) {
- var clippoints = Lib_矩形箭头竖Node3SetPoints;
- if(clippoints.length<=3) return;
- if(Lib_矩形箭头竖Node3.a('Lib_矩形箭头竖Node3.isFill')=="false") return;
- var clipcompsPoints=[];
- var rect = ht.Default.unionPoint(clippoints);
- for(var i=0;i<clippoints.length;i++){
- clipcompsPoints.push({x:clippoints[i].x-rect.x,y:clippoints[i].y-rect.y});
- }
- var clipsegments=Lib_矩形箭头竖Node3setSegments;
- g.beginPath();
- drawPoints(g,clipcompsPoints,clipsegments);
- g.clip();
- })
- Lib_矩形箭头竖Node3.a('node.type', 'shape');
- Lib_矩形箭头竖Node3.a('node.comsPoints', Lib_矩形箭头竖Node3compsPoints);
- Lib_矩形箭头竖Node3.a('node.closePath', true);
- Lib_矩形箭头竖Node3.a('node.borderwidth', 2);
- Lib_矩形箭头竖Node3.a('node.color', 'rgba(255,0,255,1)');
- Lib_矩形箭头竖Node3.a('node.background','rgba(255,128,0,1)');
- Lib_矩形箭头竖Node3.a('node.closePath', true);
- Lib_矩形箭头竖Node3.a('node.closePath', true);
- Lib_矩形箭头竖Node3.a('node.gradient','');
- Lib_矩形箭头竖Node3.a('node.gradientcolor','rgba(255,128,0,1)');
- Lib_矩形箭头竖Node3.a('node.isFill','false');
- Lib_矩形箭头竖Node3.a('node.original',[0,0,0,0]);
- Lib_矩形箭头竖Node3.a('node.fillrect',[0,0,0,0]);
- Lib_矩形箭头竖Node3.a('node.fillbackcolor','rgba(255,128,0,1)');
- Lib_矩形箭头竖Node3.a('node.fillgradient','');
- Lib_矩形箭头竖Node3.a('node.fillgradientcolor','rgba(255,128,0,1)');
- Lib_矩形箭头竖Node3.a('node.segments',Lib_矩形箭头竖Node3setSegments);
- Lib_矩形箭头竖Node3.a('node.borderPattern',"");
- (function (node, nodecompsPoints, setPoints) {
- var w = node.getWidth()*_ratio.ratioX,
- h = node.getHeight()*_ratio.ratioY,
- img = node.getImage();
- function resetPoints(rx, ry) {
- for (var i = 0, len = nodecompsPoints.length; i < len; i++) {
- if (i%2 === 0) {
- nodecompsPoints[i]*=rx;
- } else {
- nodecompsPoints[i]*=ry;
- }
- if (setPoints[i]) {
- setPoints[i].x *= rx;
- setPoints[i].y *= ry;
- }
- }
- }
- node.setSize(w, h);
- node.a('node.width', w);
- node.a('node.height', h);
- resetPoints(_ratio.ratioX, _ratio.ratioY);
- var position = node.getPosition();
- node.setPosition(position.x * ratio.ratioX, position.y * ratio.ratioY);
- node._nodename = 'Lib_矩形箭头竖Node3';
- node._nodeType = 'polygon';
- zoomNodeList.push({
- node: node,
- attr: 'node.borderwidth'
- });
- // 重载setWidth, setHeight
- var setWidth = node.setWidth,
- setHeight = node.setHeight,
- timer, rx = 1, ry = 1;
- node.setWidth = function (width) {
- var _width = this.getWidth();
- rx = width / _width;
- node.a('node.width', width);
- setWidth.apply(this, arguments);
- resetPoints(rx, 1);
- }
- node.setHeight = function (height) {
- var _height = this.getHeight();
- ry = height / _height;
- node.a('node.height', height);
- setHeight.apply(this, arguments);
- resetPoints(1, ry);
- }
- })(Lib_矩形箭头竖Node3, Lib_矩形箭头竖Node3compsPoints, Lib_矩形箭头竖Node3SetPoints );
- var Lib_矩形箭头竖Node4points=[5, 55,13, 55],
- Lib_矩形箭头竖Node4rect=ht.Default.unionPoint([{x:5,y:55},{x:13,y:55}]),
- Lib_矩形箭头竖Node4compspts=[];
- _ratio = GD.getRatioWithRotation(0, ratio);
- var _startratio = GD.getRatioWithRotation(3.14159265358979, ratio),
- _endratio = GD.getRatioWithRotation(0, ratio);
- for(var i=0;i<Lib_矩形箭头竖Node4points.length;i++){
- if(i%2==0){
- Lib_矩形箭头竖Node4compspts.push(Lib_矩形箭头竖Node4points[i]-Lib_矩形箭头竖Node4rect.x);
- }else{
- Lib_矩形箭头竖Node4compspts.push(Lib_矩形箭头竖Node4points[i]-Lib_矩形箭头竖Node4rect.y);
- }
- }
- var Lib_矩形箭头竖Node4ptslength=Lib_矩形箭头竖Node4compspts.length;
- if (Lib_矩形箭头竖Node4rect.height === 0) {
- Lib_矩形箭头竖Node4compspts[0] -= 0;
- Lib_矩形箭头竖Node4compspts[Lib_矩形箭头竖Node4ptslength-2] += 0;
- } else if (Lib_矩形箭头竖Node4rect.width === 0){
- Lib_矩形箭头竖Node4compspts[1] -= 0;
- Lib_矩形箭头竖Node4compspts[Lib_矩形箭头竖Node4ptslength-1] += 0;
- } else {
- Lib_矩形箭头竖Node4compspts[0] -= 0;
- Lib_矩形箭头竖Node4compspts[1] -= 0;
- Lib_矩形箭头竖Node4compspts[Lib_矩形箭头竖Node4ptslength-2] += 0;
- Lib_矩形箭头竖Node4compspts[Lib_矩形箭头竖Node4ptslength-1] += 0;
- }
- Lib_矩形箭头竖Node4 = new ht.Node();
- Lib_矩形箭头竖Node4.borderWidth = 2;
- Lib_矩形箭头竖Node4rect.width = Lib_矩形箭头竖Node4rect.width === 0 ? 0.0001 : Lib_矩形箭头竖Node4rect.width;
- Lib_矩形箭头竖Node4rect.height = Lib_矩形箭头竖Node4rect.height === 0 ? 0.0001 : Lib_矩形箭头竖Node4rect.height;
- var Lib_矩形箭头竖Node4endCompspts = [Lib_矩形箭头竖Node4compspts[Lib_矩形箭头竖Node4ptslength-2],Lib_矩形箭头竖Node4compspts[Lib_矩形箭头竖Node4ptslength-1],0,0];
- var Lib_矩形箭头竖Node4startCompspts = [Lib_矩形箭头竖Node4compspts[0],Lib_矩形箭头竖Node4compspts[1],0,0];
- Lib_矩形箭头竖Node4.setImage(GD.getPolyLineJSON());
- Lib_矩形箭头竖Node4.setPosition(Lib_矩形箭头竖Node4rect.x+Lib_矩形箭头竖Node4rect.width/2,Lib_矩形箭头竖Node4rect.y+Lib_矩形箭头竖Node4rect.height/2);
- Lib_矩形箭头竖Node4.setSize(Lib_矩形箭头竖Node4rect.width,Lib_矩形箭头竖Node4rect.height);
- Lib_矩形箭头竖Node4.setStyle("opacity",1);
- Lib_矩形箭头竖Node4.s({'pixelPerfect':true});
- Lib_矩形箭头竖Node4borderwidth=2;
- Lib_矩形箭头竖Node4.setRotation(0);
- dataModel.add(Lib_矩形箭头竖Node4);
- Lib_矩形箭头竖Node4.a('node.points',Lib_矩形箭头竖Node4compspts);
- Lib_矩形箭头竖Node4.a('node.segments',[1,2]);
- Lib_矩形箭头竖Node4.a('node.color','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node4.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_矩形箭头竖Node4.a('node.borderColor','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node4.a('node.background','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node4.a('node.gradient','');
- Lib_矩形箭头竖Node4.a('node.gradientcolor','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node4.a('node.endCompspts',Lib_矩形箭头竖Node4endCompspts);
- Lib_矩形箭头竖Node4.a('node.startCompspts',Lib_矩形箭头竖Node4startCompspts);
- (function (node, img, compspts, endCompspts, startCompspts) {
- var position = node.getPosition(),
- w = node.getWidth()*_ratio.ratioX,
- h = node.getHeight()*_ratio.ratioY;
- function resetPoints(rx, ry) {
- for (var i = 0, len = compspts.length; i < len; i++) {
- if (i%2 === 0) {
- compspts[i]*=rx;
- } else {
- compspts[i]*=ry;
- }
- }
- endCompspts[0] = compspts[compspts.length-2];
- endCompspts[1] = compspts[compspts.length-1];
- endCompspts[2] *= rx;
- endCompspts[3] *= ry;
- node.a('node.offsetEndY', -(endCompspts[3]*0.5));
- node.a('node.offsetEndX', -(endCompspts[2]*0.5));
-
- startCompspts[0] = compspts[0];
- startCompspts[1] = compspts[1];
- startCompspts[2] *= rx;
- startCompspts[3] *= ry;
- node.a('node.offsetStartY', -(startCompspts[3]*0.5));
- node.a('node.offsetStartX', -(startCompspts[2]*0.5));
- node.a('node.endRotation', GD.calcRotationByStartAndEnd(compspts[i-4], compspts[i-3], compspts[i-2], compspts[i-1]));
- node.a('node.startRotation', GD.calcRotationByStartAndEnd(compspts[0], compspts[1], compspts[2], compspts[3]) + Math.PI);
- }
- node.setSize(w, h);
- node.setPosition(position.x * ratio.ratioX, position.y * ratio.ratioY);
- node.a('node.width', w);
- node.a('node.height', h);
- resetPoints(_ratio.ratioX, _ratio.ratioY);
- node.borderWidth = 2;
- node.a('node.borderwidth',node.borderWidth);
- node._nodename = 'Lib_矩形箭头竖Node4';
- node._nodeType = 'line';
- zoomNodeList.push({
- node: node,
- attr: 'node.borderwidth'
- });
- var setWidth = node.setWidth,
- setHeight = node.setHeight,
- timer, rx = 1, ry = 1;
-
- node.setWidth = function (width) {
- var _width = this.getWidth();
- rx = width / _width;
- node.a('node.width', width);
- setWidth.apply(this, arguments);
- resetPoints(rx, 1);
- }
- node.setHeight = function (height) {
- var _height = this.getHeight();
- ry = height / _height;
- node.a('node.height', height);
- setHeight.apply(this, arguments);
- resetPoints(1, ry);
- }
- })(Lib_矩形箭头竖Node4, Lib_矩形箭头竖Node4.getImage(), Lib_矩形箭头竖Node4compspts, Lib_矩形箭头竖Node4endCompspts, Lib_矩形箭头竖Node4startCompspts);
- var Lib_矩形箭头竖Node5points=[1, 52,16, 52],
- Lib_矩形箭头竖Node5rect=ht.Default.unionPoint([{x:1,y:52},{x:16,y:52}]),
- Lib_矩形箭头竖Node5compspts=[];
- _ratio = GD.getRatioWithRotation(0, ratio);
- var _startratio = GD.getRatioWithRotation(3.14159265358979, ratio),
- _endratio = GD.getRatioWithRotation(0, ratio);
- for(var i=0;i<Lib_矩形箭头竖Node5points.length;i++){
- if(i%2==0){
- Lib_矩形箭头竖Node5compspts.push(Lib_矩形箭头竖Node5points[i]-Lib_矩形箭头竖Node5rect.x);
- }else{
- Lib_矩形箭头竖Node5compspts.push(Lib_矩形箭头竖Node5points[i]-Lib_矩形箭头竖Node5rect.y);
- }
- }
- var Lib_矩形箭头竖Node5ptslength=Lib_矩形箭头竖Node5compspts.length;
- if (Lib_矩形箭头竖Node5rect.height === 0) {
- Lib_矩形箭头竖Node5compspts[0] -= 0;
- Lib_矩形箭头竖Node5compspts[Lib_矩形箭头竖Node5ptslength-2] += 0;
- } else if (Lib_矩形箭头竖Node5rect.width === 0){
- Lib_矩形箭头竖Node5compspts[1] -= 0;
- Lib_矩形箭头竖Node5compspts[Lib_矩形箭头竖Node5ptslength-1] += 0;
- } else {
- Lib_矩形箭头竖Node5compspts[0] -= 0;
- Lib_矩形箭头竖Node5compspts[1] -= 0;
- Lib_矩形箭头竖Node5compspts[Lib_矩形箭头竖Node5ptslength-2] += 0;
- Lib_矩形箭头竖Node5compspts[Lib_矩形箭头竖Node5ptslength-1] += 0;
- }
- Lib_矩形箭头竖Node5 = new ht.Node();
- Lib_矩形箭头竖Node5.borderWidth = 2;
- Lib_矩形箭头竖Node5rect.width = Lib_矩形箭头竖Node5rect.width === 0 ? 0.0001 : Lib_矩形箭头竖Node5rect.width;
- Lib_矩形箭头竖Node5rect.height = Lib_矩形箭头竖Node5rect.height === 0 ? 0.0001 : Lib_矩形箭头竖Node5rect.height;
- var Lib_矩形箭头竖Node5endCompspts = [Lib_矩形箭头竖Node5compspts[Lib_矩形箭头竖Node5ptslength-2],Lib_矩形箭头竖Node5compspts[Lib_矩形箭头竖Node5ptslength-1],0,0];
- var Lib_矩形箭头竖Node5startCompspts = [Lib_矩形箭头竖Node5compspts[0],Lib_矩形箭头竖Node5compspts[1],0,0];
- Lib_矩形箭头竖Node5.setImage(GD.getPolyLineJSON());
- Lib_矩形箭头竖Node5.setPosition(Lib_矩形箭头竖Node5rect.x+Lib_矩形箭头竖Node5rect.width/2,Lib_矩形箭头竖Node5rect.y+Lib_矩形箭头竖Node5rect.height/2);
- Lib_矩形箭头竖Node5.setSize(Lib_矩形箭头竖Node5rect.width,Lib_矩形箭头竖Node5rect.height);
- Lib_矩形箭头竖Node5.setStyle("opacity",1);
- Lib_矩形箭头竖Node5.s({'pixelPerfect':true});
- Lib_矩形箭头竖Node5borderwidth=2;
- Lib_矩形箭头竖Node5.setRotation(0);
- dataModel.add(Lib_矩形箭头竖Node5);
- Lib_矩形箭头竖Node5.a('node.points',Lib_矩形箭头竖Node5compspts);
- Lib_矩形箭头竖Node5.a('node.segments',[1,2]);
- Lib_矩形箭头竖Node5.a('node.color','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node5.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_矩形箭头竖Node5.a('node.borderColor','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node5.a('node.background','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node5.a('node.gradient','');
- Lib_矩形箭头竖Node5.a('node.gradientcolor','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node5.a('node.endCompspts',Lib_矩形箭头竖Node5endCompspts);
- Lib_矩形箭头竖Node5.a('node.startCompspts',Lib_矩形箭头竖Node5startCompspts);
- (function (node, img, compspts, endCompspts, startCompspts) {
- var position = node.getPosition(),
- w = node.getWidth()*_ratio.ratioX,
- h = node.getHeight()*_ratio.ratioY;
- function resetPoints(rx, ry) {
- for (var i = 0, len = compspts.length; i < len; i++) {
- if (i%2 === 0) {
- compspts[i]*=rx;
- } else {
- compspts[i]*=ry;
- }
- }
- endCompspts[0] = compspts[compspts.length-2];
- endCompspts[1] = compspts[compspts.length-1];
- endCompspts[2] *= rx;
- endCompspts[3] *= ry;
- node.a('node.offsetEndY', -(endCompspts[3]*0.5));
- node.a('node.offsetEndX', -(endCompspts[2]*0.5));
-
- startCompspts[0] = compspts[0];
- startCompspts[1] = compspts[1];
- startCompspts[2] *= rx;
- startCompspts[3] *= ry;
- node.a('node.offsetStartY', -(startCompspts[3]*0.5));
- node.a('node.offsetStartX', -(startCompspts[2]*0.5));
- node.a('node.endRotation', GD.calcRotationByStartAndEnd(compspts[i-4], compspts[i-3], compspts[i-2], compspts[i-1]));
- node.a('node.startRotation', GD.calcRotationByStartAndEnd(compspts[0], compspts[1], compspts[2], compspts[3]) + Math.PI);
- }
- node.setSize(w, h);
- node.setPosition(position.x * ratio.ratioX, position.y * ratio.ratioY);
- node.a('node.width', w);
- node.a('node.height', h);
- resetPoints(_ratio.ratioX, _ratio.ratioY);
- node.borderWidth = 2;
- node.a('node.borderwidth',node.borderWidth);
- node._nodename = 'Lib_矩形箭头竖Node5';
- node._nodeType = 'line';
- zoomNodeList.push({
- node: node,
- attr: 'node.borderwidth'
- });
- var setWidth = node.setWidth,
- setHeight = node.setHeight,
- timer, rx = 1, ry = 1;
-
- node.setWidth = function (width) {
- var _width = this.getWidth();
- rx = width / _width;
- node.a('node.width', width);
- setWidth.apply(this, arguments);
- resetPoints(rx, 1);
- }
- node.setHeight = function (height) {
- var _height = this.getHeight();
- ry = height / _height;
- node.a('node.height', height);
- setHeight.apply(this, arguments);
- resetPoints(1, ry);
- }
- })(Lib_矩形箭头竖Node5, Lib_矩形箭头竖Node5.getImage(), Lib_矩形箭头竖Node5compspts, Lib_矩形箭头竖Node5endCompspts, Lib_矩形箭头竖Node5startCompspts);
- var Lib_矩形箭头竖Node6points=[0, 49,19, 49],
- Lib_矩形箭头竖Node6rect=ht.Default.unionPoint([{x:0,y:49},{x:19,y:49}]),
- Lib_矩形箭头竖Node6compspts=[];
- _ratio = GD.getRatioWithRotation(0, ratio);
- var _startratio = GD.getRatioWithRotation(3.14159265358979, ratio),
- _endratio = GD.getRatioWithRotation(0, ratio);
- for(var i=0;i<Lib_矩形箭头竖Node6points.length;i++){
- if(i%2==0){
- Lib_矩形箭头竖Node6compspts.push(Lib_矩形箭头竖Node6points[i]-Lib_矩形箭头竖Node6rect.x);
- }else{
- Lib_矩形箭头竖Node6compspts.push(Lib_矩形箭头竖Node6points[i]-Lib_矩形箭头竖Node6rect.y);
- }
- }
- var Lib_矩形箭头竖Node6ptslength=Lib_矩形箭头竖Node6compspts.length;
- if (Lib_矩形箭头竖Node6rect.height === 0) {
- Lib_矩形箭头竖Node6compspts[0] -= 0;
- Lib_矩形箭头竖Node6compspts[Lib_矩形箭头竖Node6ptslength-2] += 0;
- } else if (Lib_矩形箭头竖Node6rect.width === 0){
- Lib_矩形箭头竖Node6compspts[1] -= 0;
- Lib_矩形箭头竖Node6compspts[Lib_矩形箭头竖Node6ptslength-1] += 0;
- } else {
- Lib_矩形箭头竖Node6compspts[0] -= 0;
- Lib_矩形箭头竖Node6compspts[1] -= 0;
- Lib_矩形箭头竖Node6compspts[Lib_矩形箭头竖Node6ptslength-2] += 0;
- Lib_矩形箭头竖Node6compspts[Lib_矩形箭头竖Node6ptslength-1] += 0;
- }
- Lib_矩形箭头竖Node6 = new ht.Node();
- Lib_矩形箭头竖Node6.borderWidth = 2;
- Lib_矩形箭头竖Node6rect.width = Lib_矩形箭头竖Node6rect.width === 0 ? 0.0001 : Lib_矩形箭头竖Node6rect.width;
- Lib_矩形箭头竖Node6rect.height = Lib_矩形箭头竖Node6rect.height === 0 ? 0.0001 : Lib_矩形箭头竖Node6rect.height;
- var Lib_矩形箭头竖Node6endCompspts = [Lib_矩形箭头竖Node6compspts[Lib_矩形箭头竖Node6ptslength-2],Lib_矩形箭头竖Node6compspts[Lib_矩形箭头竖Node6ptslength-1],0,0];
- var Lib_矩形箭头竖Node6startCompspts = [Lib_矩形箭头竖Node6compspts[0],Lib_矩形箭头竖Node6compspts[1],0,0];
- Lib_矩形箭头竖Node6.setImage(GD.getPolyLineJSON());
- Lib_矩形箭头竖Node6.setPosition(Lib_矩形箭头竖Node6rect.x+Lib_矩形箭头竖Node6rect.width/2,Lib_矩形箭头竖Node6rect.y+Lib_矩形箭头竖Node6rect.height/2);
- Lib_矩形箭头竖Node6.setSize(Lib_矩形箭头竖Node6rect.width,Lib_矩形箭头竖Node6rect.height);
- Lib_矩形箭头竖Node6.setStyle("opacity",1);
- Lib_矩形箭头竖Node6.s({'pixelPerfect':true});
- Lib_矩形箭头竖Node6borderwidth=2;
- Lib_矩形箭头竖Node6.setRotation(0);
- dataModel.add(Lib_矩形箭头竖Node6);
- Lib_矩形箭头竖Node6.a('node.points',Lib_矩形箭头竖Node6compspts);
- Lib_矩形箭头竖Node6.a('node.segments',[1,2]);
- Lib_矩形箭头竖Node6.a('node.color','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node6.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_矩形箭头竖Node6.a('node.borderColor','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node6.a('node.background','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node6.a('node.gradient','');
- Lib_矩形箭头竖Node6.a('node.gradientcolor','rgba(255,0,255,1)');
- Lib_矩形箭头竖Node6.a('node.endCompspts',Lib_矩形箭头竖Node6endCompspts);
- Lib_矩形箭头竖Node6.a('node.startCompspts',Lib_矩形箭头竖Node6startCompspts);
- (function (node, img, compspts, endCompspts, startCompspts) {
- var position = node.getPosition(),
- w = node.getWidth()*_ratio.ratioX,
- h = node.getHeight()*_ratio.ratioY;
- function resetPoints(rx, ry) {
- for (var i = 0, len = compspts.length; i < len; i++) {
- if (i%2 === 0) {
- compspts[i]*=rx;
- } else {
- compspts[i]*=ry;
- }
- }
- endCompspts[0] = compspts[compspts.length-2];
- endCompspts[1] = compspts[compspts.length-1];
- endCompspts[2] *= rx;
- endCompspts[3] *= ry;
- node.a('node.offsetEndY', -(endCompspts[3]*0.5));
- node.a('node.offsetEndX', -(endCompspts[2]*0.5));
-
- startCompspts[0] = compspts[0];
- startCompspts[1] = compspts[1];
- startCompspts[2] *= rx;
- startCompspts[3] *= ry;
- node.a('node.offsetStartY', -(startCompspts[3]*0.5));
- node.a('node.offsetStartX', -(startCompspts[2]*0.5));
- node.a('node.endRotation', GD.calcRotationByStartAndEnd(compspts[i-4], compspts[i-3], compspts[i-2], compspts[i-1]));
- node.a('node.startRotation', GD.calcRotationByStartAndEnd(compspts[0], compspts[1], compspts[2], compspts[3]) + Math.PI);
- }
- node.setSize(w, h);
- node.setPosition(position.x * ratio.ratioX, position.y * ratio.ratioY);
- node.a('node.width', w);
- node.a('node.height', h);
- resetPoints(_ratio.ratioX, _ratio.ratioY);
- node.borderWidth = 2;
- node.a('node.borderwidth',node.borderWidth);
- node._nodename = 'Lib_矩形箭头竖Node6';
- node._nodeType = 'line';
- zoomNodeList.push({
- node: node,
- attr: 'node.borderwidth'
- });
- var setWidth = node.setWidth,
- setHeight = node.setHeight,
- timer, rx = 1, ry = 1;
-
- node.setWidth = function (width) {
- var _width = this.getWidth();
- rx = width / _width;
- node.a('node.width', width);
- setWidth.apply(this, arguments);
- resetPoints(rx, 1);
- }
- node.setHeight = function (height) {
- var _height = this.getHeight();
- ry = height / _height;
- node.a('node.height', height);
- setHeight.apply(this, arguments);
- resetPoints(1, ry);
- }
- })(Lib_矩形箭头竖Node6, Lib_矩形箭头竖Node6.getImage(), Lib_矩形箭头竖Node6compspts, Lib_矩形箭头竖Node6endCompspts, Lib_矩形箭头竖Node6startCompspts);
- /*@GraphList@*/
- /*@PageInit@*/
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- this['Lib_矩形箭头竖Node0'] = Lib_矩形箭头竖Node0;
- Lib_矩形箭头竖Node0.__parentLib = nodename;
- Lib_矩形箭头竖Node0.__parent = this;
- this.childNodes.push(Lib_矩形箭头竖Node0);
- this['Lib_矩形箭头竖Node1'] = Lib_矩形箭头竖Node1;
- Lib_矩形箭头竖Node1.__parentLib = nodename;
- Lib_矩形箭头竖Node1.__parent = this;
- this.childNodes.push(Lib_矩形箭头竖Node1);
- this['Lib_矩形箭头竖Node2'] = Lib_矩形箭头竖Node2;
- Lib_矩形箭头竖Node2.__parentLib = nodename;
- Lib_矩形箭头竖Node2.__parent = this;
- this.childNodes.push(Lib_矩形箭头竖Node2);
- this['Lib_矩形箭头竖Node3'] = Lib_矩形箭头竖Node3;
- Lib_矩形箭头竖Node3.__parentLib = nodename;
- Lib_矩形箭头竖Node3.__parent = this;
- this.childNodes.push(Lib_矩形箭头竖Node3);
- this['Lib_矩形箭头竖Node4'] = Lib_矩形箭头竖Node4;
- Lib_矩形箭头竖Node4.__parentLib = nodename;
- Lib_矩形箭头竖Node4.__parent = this;
- this.childNodes.push(Lib_矩形箭头竖Node4);
- this['Lib_矩形箭头竖Node5'] = Lib_矩形箭头竖Node5;
- Lib_矩形箭头竖Node5.__parentLib = nodename;
- Lib_矩形箭头竖Node5.__parent = this;
- this.childNodes.push(Lib_矩形箭头竖Node5);
- this['Lib_矩形箭头竖Node6'] = Lib_矩形箭头竖Node6;
- Lib_矩形箭头竖Node6.__parentLib = nodename;
- Lib_矩形箭头竖Node6.__parent = this;
- this.childNodes.push(Lib_矩形箭头竖Node6);
- /*@ControlContextMenu@*/
- /*@Declare@*/
- this.init(x, y, width, height, angle);
- };
- ht.Default.def('ht.lib.矩形箭头竖', Object, {
- refresh10ms: function () {
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_矩形箭头竖Node0= this.Lib_矩形箭头竖Node0;
- var Lib_矩形箭头竖Node1= this.Lib_矩形箭头竖Node1;
- var Lib_矩形箭头竖Node2= this.Lib_矩形箭头竖Node2;
- var Lib_矩形箭头竖Node3= this.Lib_矩形箭头竖Node3;
- var Lib_矩形箭头竖Node4= this.Lib_矩形箭头竖Node4;
- var Lib_矩形箭头竖Node5= this.Lib_矩形箭头竖Node5;
- var Lib_矩形箭头竖Node6= this.Lib_矩形箭头竖Node6;
- /*@refresh10ms@*/
- },
- refresh100ms: function () {
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_矩形箭头竖Node0= this.Lib_矩形箭头竖Node0;
- var Lib_矩形箭头竖Node1= this.Lib_矩形箭头竖Node1;
- var Lib_矩形箭头竖Node2= this.Lib_矩形箭头竖Node2;
- var Lib_矩形箭头竖Node3= this.Lib_矩形箭头竖Node3;
- var Lib_矩形箭头竖Node4= this.Lib_矩形箭头竖Node4;
- var Lib_矩形箭头竖Node5= this.Lib_矩形箭头竖Node5;
- var Lib_矩形箭头竖Node6= this.Lib_矩形箭头竖Node6;
- /*@refresh100ms@*/
- },
- refresh500ms: function () {
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_矩形箭头竖Node0= this.Lib_矩形箭头竖Node0;
- var Lib_矩形箭头竖Node1= this.Lib_矩形箭头竖Node1;
- var Lib_矩形箭头竖Node2= this.Lib_矩形箭头竖Node2;
- var Lib_矩形箭头竖Node3= this.Lib_矩形箭头竖Node3;
- var Lib_矩形箭头竖Node4= this.Lib_矩形箭头竖Node4;
- var Lib_矩形箭头竖Node5= this.Lib_矩形箭头竖Node5;
- var Lib_矩形箭头竖Node6= this.Lib_矩形箭头竖Node6;
- /*@refresh500ms@*/
- },
- refresh1s: function () {
- var Counter1s = arguments[0] || 0;
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_矩形箭头竖Node0= this.Lib_矩形箭头竖Node0;
- var Lib_矩形箭头竖Node1= this.Lib_矩形箭头竖Node1;
- var Lib_矩形箭头竖Node2= this.Lib_矩形箭头竖Node2;
- var Lib_矩形箭头竖Node3= this.Lib_矩形箭头竖Node3;
- var Lib_矩形箭头竖Node4= this.Lib_矩形箭头竖Node4;
- var Lib_矩形箭头竖Node5= this.Lib_矩形箭头竖Node5;
- var Lib_矩形箭头竖Node6= this.Lib_矩形箭头竖Node6;
- /*@refresh1s@*/
- },
- refresh5s: function () {
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_矩形箭头竖Node0= this.Lib_矩形箭头竖Node0;
- var Lib_矩形箭头竖Node1= this.Lib_矩形箭头竖Node1;
- var Lib_矩形箭头竖Node2= this.Lib_矩形箭头竖Node2;
- var Lib_矩形箭头竖Node3= this.Lib_矩形箭头竖Node3;
- var Lib_矩形箭头竖Node4= this.Lib_矩形箭头竖Node4;
- var Lib_矩形箭头竖Node5= this.Lib_矩形箭头竖Node5;
- var Lib_矩形箭头竖Node6= this.Lib_矩形箭头竖Node6;
- /*@refresh5s@*/
- },
- /*@PageDynamic@*/
- onEvent: function (e, data, type, origin, offset, objMouseOn, ctm) {
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_矩形箭头竖Node0= this.Lib_矩形箭头竖Node0;
- var Lib_矩形箭头竖Node1= this.Lib_矩形箭头竖Node1;
- var Lib_矩形箭头竖Node2= this.Lib_矩形箭头竖Node2;
- var Lib_矩形箭头竖Node3= this.Lib_矩形箭头竖Node3;
- var Lib_矩形箭头竖Node4= this.Lib_矩形箭头竖Node4;
- var Lib_矩形箭头竖Node5= this.Lib_矩形箭头竖Node5;
- var Lib_矩形箭头竖Node6= this.Lib_矩形箭头竖Node6;
-
- if (type === 'click') {
- /*@EvnentClicked@*/
- } else if (type === 'mousedown') {
- mouseX=e.clientX;
- mouseY=e.clientY;
- /*@EvnentMouseDown@*/
- } else if (type === 'mouseup') {
- /*@EvnentMouseUp@*/
- } else if (type === 'mousemove') {
- var mouseX, mouseY, position, zoom;
- position=origin.getLogicalPoint(e);
- zoom = graphView.getZoom();
- if (origin === graphView) {
- mouseX= position.x + origin.tx();
- mouseY = position.y + origin.ty();
- } else {
- offset = offset || {x: 0, y: 0};
- mouseX = position.x / zoom + offset.x + origin.tx();
- mouseY = position.y / zoom + offset.y + origin.ty();
- }
- /*@EvnentMouseLeave@*/
- /*@EvnentMouseOver@*/
- } else if (type === 'keydown') {
- /*@EvnentKeyDown@*/
- } else if (type === 'contextmenu') {
- /*@Declare@*/
- /*@SetNodeContextMenu@*/
- /*@SetPageContextMenu@*/
- }
- /*@LibEvent@*/
- },
- getBaseClass: function () {
- return this._baseClass;
- },
- getWidth: function () {
- return this._width;
- },
- getHeight: function () {
- return this._height;
- },
- getSize: function () {
- return {
- width: this._width,
- height: this._height
- }
- },
- setWidth: function (width) {
- if (width === undefined || width === null || width != width) {
- return ;
- }
- var originWidth = this._width;
- var ratio = width / originWidth;
- var childNodes = this.childNodes, childNode, p, op = this.getPosition(), w, cw, ox, rotation = this.getRotation();
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- p = childNode.getPosition();
- cw = childNode.getWidth();
- w = cw >=2 ? cw * ratio : cw;
- childNode.setWidth(w);
- ox = op.x + (p.x - op.x) * ratio;
- childNode.setPosition(ox, p.y);
- rotation = GD.calcRotation(rotation);
- if (rotation === 0 || rotation === Math.PI) {
- // 图元未旋转
- ox = op.x + (p.x - op.x)*ratio;
- childNode.setPosition(ox, p.y);
- } else if (rotation === 90 * Math.PI / 180) {
- // 图元旋转以后
- ox = op.y + (p.y - op.y)*ratio;
- childNode.setPosition(p.x, ox);
- }
- }
- this._width = width;
- this._originWidth = width;
- this._ratioX = ratio;
- return this;
- },
- setHeight: function (height) {
- if (height === undefined || height === null || height != height) {
- return ;
- }
- var originHeight = this._height;
- var ratio = height / originHeight;
- var childNodes = this.childNodes, childNode, p, op = this.getPosition(), h, ch, oy, rotation = this.getRotation();
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- p = childNode.getPosition();
- ch = childNode.getHeight();
- h = ch >=2 ? ch * ratio : ch;
- childNode.setHeight(h);
-
- rotation = GD.calcRotation(rotation);
- if (rotation === 0 || rotation === Math.PI) {
- // 图元未旋转
- oy = op.y + (p.y - op.y)*ratio;
- childNode.setPosition(p.x, oy);
- } else if (rotation === 90 * Math.PI / 180) {
- // 图元旋转以后
- oy = op.x + (p.x - op.x)*ratio;
- childNode.setPosition(oy, p.y);
- }
- }
- this._height = height;
- this._originHeight = height;
- this._ratioY = ratio;
- return this;
- },
- setSize: function (size) {
- // var args = Array.prototype.slice.call(arguments, 0);
- // var height, width;
- // if (args.length === 0) {
- // return ;
- // }else if (args.length === 1) {
- // height = args[0].height;
- // width = args[0].width;
- // } else {
- // width = args[0];
- // height = args[1];
- // }
- // var wh = GD.getRatioWithRotation(angle, wid)
- // this.setHeight(height);
- // this.setWidth(width);
- // return this;
- var args = Array.prototype.slice.call(arguments, 0);
- var height, width;
- if (args.length === 0) {
- return ;
- }else if (args.length === 1) {
- height = args[0].height;
- width = args[0].width;
- angle = 0;
- } else if (args.length === 2) {
- if (typeof args[0] === 'object') {
- width = args[0].width;
- height = args[0].height;
- angle = args[1] || 0;
- } else {
- width = args[0];
- height = args[1];
- angle = 0;
- }
- } else if (args.length === 3) {
- width = args[0];
- height = args[1];
- angle = args[2] || 0;
- }
- var wh = GD.getRatioWithRotation(0, width, height);
- this.setHeight(wh.ratioY);
- this.setWidth(wh.ratioX);
- return this;
- },
- getPosition: function () {
- return {
- x: this._x,
- y: this._y
- }
- },
- setPosition: function () {
- var args = Array.prototype.slice.call(arguments, 0), x, y;
- if (args.length === 0) {
- return this;
- } else if (args.length === 1) {
- if (typeof args[0] != 'object') {
- return this;
- }
- x = args[0].x;
- y = args[0].y;
- } else {
- x = args[0];
- y = args[1];
- }
- if ((x !== 0 && !x) || (y !== 0 && !y)) {
- return this;
- }
- // var childNodes = this.childNodes, offset, childNode, p;
- // for (var i = 0, len = childNodes.length; i < len; i++) {
- // childNode = childNodes[i];
- // p = childNode.getPosition();
- // childNode.setPosition(x - (this._x-p.x)*this._ratioX, y - (this._y-p.y)*this._ratioY);
- // }
- // this._x = x;
- // this._y = y;
- // return this;
- var childNodes, childNode, background, offset = {}, op, cp;
- childNodes = this.childNodes;
- background = this._background;
- op = background.getPosition();
- offset.x = x - op.x;
- offset.y = y - op.y;
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- cp = childNode.getPosition();
- childNode.setPosition(cp.x + offset.x, cp.y + offset.y);
- }
- this._x = x;
- this._y = y;
- this._position = {x: x, y: y};
- return this;
- },
- getStyle: function (key) {
- if (!key) {
- return undefined;
- }
- return this._styleObject[key];
- },
- setStyle: function (key, value, force) {
- var childNodes = this.childNodes, childNode;
-
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- if (key === '2d.visible') {
- if (value === graphView.isVisible(childNode)) {
- continue;
- }
- if (!value) {
- childNode._savedIsVisible = graphView.isVisible(childNode);
- childNode.s({
- '2d.visible': false
- })
- } else {
- childNode.s({
- '2d.visible': childNode._savedIsVisible
- })
- }
- continue;
- }
- childNode.s({
- key: value
- });
- }
- this._styleObject[key] = value;
- return this;
- },
- calcSize: function () {
- var background = this._background;
- var position = background.getPosition(),
- width = background.getWidth(),
- height = background.getHeight();
- this._width = width;
- this._height = height;
- this._x = position.x;
- this._y = position.y;
- this._position = {
- x: this._x,
- y: this._y
- }
- return this;
- return this;
- },
- s: function (styleObj, force) {
- var args = Array.prototype.slice.call(arguments, 0);
- var styleObj;
- if (args.length === 0) {
- return this;
- } else if (args.length === 1) {
- styleObj = args[0];
- } else {
- this.setStyle(args[0], args[1]);
- return this;
- }
- for (var key in styleObj) {
- if (!styleObj.hasOwnProperty(key)) {
- continue;
- }
- this.setStyle(key, styleObj[key], force);
- }
- return this;
- },
- init: function (x, y, width, height, angle) {
- var that = this;
- this.calcSize();
- (function (width, height, angle) {
- // that.setSize(width, height, angle);
- // var wh = GD.getRatioWithRotation(angle, width, height);
- // width = wh.ratioX;
- // height = wh.ratioY;
- var originHeight = that._height;
- var originWidth = that._width;
- var ratioY = height / originHeight;
- var ratioX = width / originWidth;
- var childNodes = that.childNodes,
- childNode,p, op = that.getPosition(), h, ch, oy, w, cw, ox, name, borderRatio, borderWidth;
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- p = childNode.getPosition();
- childNode.originHeight = childNode.originHeight || childNode.getHeight();
- ch = childNode.getHeight();
- cw = childNode.getWidth();
-
- if (ch > 2) {
- h = ch * ratioY;
- childNode.setHeight(h);
- }
- if (cw > 2) {
- w = cw * ratioX;
- childNode.setWidth(w);
- }
- borderRatio = (ratioX + ratioY)*0.5;
- if (childNode._nodeType === 'line') { // 如果是线,
- if (childNode.getWidth() > childNode.getHeight()) {
- borderRatio = ratioX;
- } else {
- borderRatio = ratioY;
- }
- }
- name = childNode._nodename;
- // if (childNode.borderWidth && name && ch > 2 && cw > 2) {
- // borderWidth = childNode.borderWidth / borderRatio;
- // if (borderWidth > ch*0.5 || borderWidth > cw *0.5) {
- // // borderWidth = childNode.borderWidth;
- // }
- // childNode.borderWidth = borderWidth;
- // childNode.a(name + '.borderwidth', borderWidth);
- // }
- }
- that._height = height;
- that._originHeight = height;
- that._ratioY = ratioY;
- that._width = width;
- that._originWidth = width;
- that._ratioX = ratioX;
- })(width, height, angle);
- that._x = width / 2;
- that._y = height / 2;
- that._rotation = 0;
- // that.setPosition(x, y);
- (function (x, y) {
- var childNodes = that.childNodes, offset, childNode;
- var w2 = that.getWidth() / 2, h2 = that.getHeight()/2;
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- offset = childNode.getPosition();
- childNode.setPosition(x + offset.x * that._ratioX - w2, y + offset.y * that._ratioY - h2);
- }
- that._x = x;
- that._y = y;
- })(x, y);
- // setTimeout(that.addEVent, 1000);
- },
- setRotation: function (angle) {
- var that = this, _angle = that.getRotation();
- if (angle!==0 && !angle || angle === _angle) {
- return this;
- }
- var childNodes = this.childNodes, childNode, p = this.getPosition(), px = p.x, py = p.y;
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- var x = childNode.getPosition().x - px;
- var y = childNode.getPosition().y - py;
- childNode.setPosition(Math.cos(angle-_angle) * x - Math.sin(angle-_angle) * y + px, Math.cos(angle-_angle) * y + Math.sin(angle-_angle) * x + py);
- childNode.setRotation(angle);
- }
- this._rotation = angle;
- return this;
- },
- getRotation: function () {
- return this._rotation;
- },
- setScale: function (sx, sy) {
- var that = this,
- childNodes = this.childNodes,
- childNode;
- if (sx === undefined || sx === null) return ;
- if (sy === undefined || sy === null) {
- sy = sx;
- }
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- if (typeof childNode.setScale === 'function') {
- childNode.setScale(sx, sy);
- }
- }
- },
- getScale: function () {
- return this._background.getScale();
- },
- setScaleX: function (sx) {
- if (sx === undefined || sx === null) return;
- var that = this,
- childNodes = this.childNodes,
- childNode;
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- if (typeof childNode.setScaleX === 'function') {
- childNode.setScaleX(sx);
- }
- }
- },
- setScaleY: function (sy) {
- if (sy === undefined || sy === null) return;
- var that = this,
- childNodes = this.childNodes,
- childNode;
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- if (typeof childNode.setScaleY === 'function') {
- childNode.setScaleY(sy);
- }
- }
- },
- getScaleX: function () {
- return this._background.getScaleX();
- },
- getScaleY: function () {
- return this._background.getScaleY();
- },
- evert: function () {
- var that = this,
- childNodes = this.childNodes,
- background = this._background,
- bp = background.getPosition(),
- bx = bp.x,
- by = bp.y,
- childNode, distanceX, distanceY, x, y, p, nx, ny;
-
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- p = childNode.getPosition();
- x = p.x;
- y = p.y;
- distanceX = bx - x;
- distanceY = by - y;
- nx = bx + distanceX;
- ny = by + distanceY;
- childNode.setPosition(nx, ny);
- if (typeof childNode.setScale === 'function') {
- if (!(childNode._disallowEvert === true))
- childNode.setScale(-1, -1);
- }
- }
- },
- evertX: function () {
- var that = this,
- childNodes = this.childNodes,
- background = this._background,
- bx = background.getPosition().x,
- childNode, distance, x, p, nx;
-
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- p = childNode.getPosition();
- x = p.x;
- distance = bx - x;
- nx = bx + distance;
- childNode.setPosition(nx, p.y);
- if (typeof childNode.setScaleX === 'function') {
- if (!(childNode._disallowEvert === true))
- childNode.setScaleX(-1);
- }
- }
- },
- evertY: function () {
- var that = this,
- childNodes = this.childNodes,
- background = this._background,
- by = background.getPosition().y,
- childNode, distance, y, p, ny;
-
- for (var i = 0, len = childNodes.length; i < len; i++) {
- childNode = childNodes[i];
- p = childNode.getPosition();
- y = p.y;
- distance = by - y;
- ny = by + distance;
- childNode.setPosition(p.x, ny);
- if (typeof childNode.setScaleY === 'function') {
- if (!(childNode._disallowEvert === true))
- childNode.setScaleY(-1);
- }
- }
- },
- attr: function (key, value) {
- var _attrObj = this._attrObj || {};
- if (arguments.length === 1) {
- return _attrObj[key];
- }
- var childNodes = this.childNodes, childNode;
- _attrObj[key] = value;
- for (var i = 0; childNode = childNodes[i++];) {
- if (typeof childNode.a === 'function') {
- childNode.a(key, value);
- }
- }
- },
- a: function () {
- return this.attr.apply(this, arguments);
- }
- });
- }
|