12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421 |
- 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,128,0,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,128,0,1)');
- Lib_矩形箭头上Node1.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_矩形箭头上Node1.a('node.borderColor','rgba(255,128,0,1)');
- Lib_矩形箭头上Node1.a('node.background','rgba(255,128,0,1)');
- Lib_矩形箭头上Node1.a('node.gradient','');
- Lib_矩形箭头上Node1.a('node.gradientcolor','rgba(255,128,0,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,128,0,1)');
- Lib_矩形箭头上Node2.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_矩形箭头上Node2.a('node.borderColor','rgba(255,128,0,1)');
- Lib_矩形箭头上Node2.a('node.background','rgba(255,128,0,1)');
- Lib_矩形箭头上Node2.a('node.gradient','');
- Lib_矩形箭头上Node2.a('node.gradientcolor','rgba(255,128,0,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=0;
- Lib_矩形箭头上Node3.borderFillwidth=0*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', 0);
- Lib_矩形箭头上Node3.a('node.color', 'rgba(255,128,0,0)');
- 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 = 1;
- 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=1;
- 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,128,0,1)');
- Lib_矩形箭头上Node4.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_矩形箭头上Node4.a('node.borderColor','rgba(255,128,0,1)');
- Lib_矩形箭头上Node4.a('node.background','rgba(255,128,0,1)');
- Lib_矩形箭头上Node4.a('node.gradient','');
- Lib_矩形箭头上Node4.a('node.gradientcolor','rgba(255,128,0,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 = 1;
- 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 = 1;
- 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=1;
- 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,128,0,1)');
- Lib_矩形箭头上Node5.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_矩形箭头上Node5.a('node.borderColor','rgba(255,128,0,1)');
- Lib_矩形箭头上Node5.a('node.background','rgba(255,128,0,1)');
- Lib_矩形箭头上Node5.a('node.gradient','');
- Lib_矩形箭头上Node5.a('node.gradientcolor','rgba(255,128,0,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 = 1;
- 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 = 1;
- 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=1;
- 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,128,0,1)');
- Lib_矩形箭头上Node6.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_矩形箭头上Node6.a('node.borderColor','rgba(255,128,0,1)');
- Lib_矩形箭头上Node6.a('node.background','rgba(255,128,0,1)');
- Lib_矩形箭头上Node6.a('node.gradient','');
- Lib_矩形箭头上Node6.a('node.gradientcolor','rgba(255,128,0,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 = 1;
- 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@*/
- if(typeof(Lib_矩形箭头上Node3.borderWidth)!="undefined"){setDashStyle(Lib_矩形箭头上Node3,"Lib_矩形箭头上Node3",'NoDash',Lib_矩形箭头上Node3.borderWidth);}
- /*@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);
- }
- });
- }
|