12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178 |
- ht.lib = ht.lib || {};
- if (!ht.lib['rr']) {
- ht.lib['rr'] = function (x, y, width, height, angle, localVarObj, localDynamicVar, nodename) {
- _ratio = GD.getRatioWithRotation(0, ratio);
- ht.lib['rr'].superClass.constructor.apply(this);
- this.localVarObj = localVarObj;
- this.localDynamicVar = localDynamicVar;
- this.childNodes = [];
-
- this._styleObject = {};
- this._originWidth = 31*_ratio.ratioX;
- this._originHeight = 33*_ratio.ratioY;
- this._baseClass = "ht.lib.rr";
- 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_rrNode0type = 'oval';
- var Lib_rrNode0 = new ht.Node(),
- Lib_rrNode0BorderWidth = 2*2;
- if (Lib_rrNode0type === 'arc') {
- Lib_rrNode0BorderWidth *= 2;
- }
- Lib_rrNode0.setImage(GD.getRectJSON(30*_ratio.ratioX, 30*_ratio.ratioY, Lib_rrNode0type, '@arcFrom@', '@arcTo@', '@arcClose@'));
- Lib_rrNode0.setPosition(15*ratio.ratioX, 15*ratio.ratioY);
- Lib_rrNode0.setSize(30*_ratio.ratioX, 30*_ratio.ratioY);
- Lib_rrNode0.s({
- 'pixelPerfect':true
- /*@AddPara@*/
- });
- Lib_rrNode0.a('node.width', 30*_ratio.ratioX);
- Lib_rrNode0.a('node.height', 30*_ratio.ratioY);
- Lib_rrNode0.a('node.type', Lib_rrNode0type);
- Lib_rrNode0.a('node.rect', [0, 0, 30*_ratio.ratioX, 30*_ratio.ratioY]);
- Lib_rrNode0.a('node.background', 'rgba(255,255,255,0.003921569)');
- Lib_rrNode0.a('node.gradientcolor', '');
- Lib_rrNode0.a('node.gradient', '');
- Lib_rrNode0.a('node.borderwidth', Lib_rrNode0BorderWidth);
- Lib_rrNode0.a('node.color', 'rgba(255,128,0,1)');
- Lib_rrNode0.a('node.fillrect', [0,0,0,0]);
- Lib_rrNode0.a('node.fillbackcolor', 'rgba(0,0,0,0)');
- Lib_rrNode0.a('node.fillgradientcolor', 'rgba(0,0,0,0)');
- Lib_rrNode0.a('node.fillgradient', '');
- if (Lib_rrNode0type !== 'rect') {
- Lib_rrNode0.a('node.arcFrom', parseFloat('@arcFrom@'));
- Lib_rrNode0.a('node.arcTo', parseFloat('@arcTo@'));
- Lib_rrNode0.a('node.arcClose', '@arcClose@' === 'true' ? true : false);
- }
- if (Lib_rrNode0type === 'arc') {
- Lib_rrNode0.a('node.arcOval', true);
- }
- Lib_rrNode0.setRotation(0*Math.PI/180);
- Lib_rrNode0.borderWidth = Lib_rrNode0BorderWidth;
- Lib_rrNode0.borderFillwidth = Lib_rrNode0BorderWidth;
- dataModel.add(Lib_rrNode0);
- Lib_rrNode0._nodename = 'Lib_rrNode0'
- Lib_rrNode0._nodeType = 'rect';
- zoomNodeList.push({
- node: Lib_rrNode0,
- 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_rrNode0, Lib_rrNode0.getImage());var Lib_rrNode1points=[5, 5,25, 5],
- Lib_rrNode1rect=ht.Default.unionPoint([{x:5,y:5},{x:25,y:5}]),
- Lib_rrNode1compspts=[];
- _ratio = GD.getRatioWithRotation(0, ratio);
- var _startratio = GD.getRatioWithRotation(3.14159265358979, ratio),
- _endratio = GD.getRatioWithRotation(0, ratio);
- for(var i=0;i<Lib_rrNode1points.length;i++){
- if(i%2==0){
- Lib_rrNode1compspts.push(Lib_rrNode1points[i]-Lib_rrNode1rect.x);
- }else{
- Lib_rrNode1compspts.push(Lib_rrNode1points[i]-Lib_rrNode1rect.y);
- }
- }
- var Lib_rrNode1ptslength=Lib_rrNode1compspts.length;
- if (Lib_rrNode1rect.height === 0) {
- Lib_rrNode1compspts[0] -= 0;
- Lib_rrNode1compspts[Lib_rrNode1ptslength-2] += 0;
- } else if (Lib_rrNode1rect.width === 0){
- Lib_rrNode1compspts[1] -= 0;
- Lib_rrNode1compspts[Lib_rrNode1ptslength-1] += 0;
- } else {
- Lib_rrNode1compspts[0] -= 0;
- Lib_rrNode1compspts[1] -= 0;
- Lib_rrNode1compspts[Lib_rrNode1ptslength-2] += 0;
- Lib_rrNode1compspts[Lib_rrNode1ptslength-1] += 0;
- }
- Lib_rrNode1 = new ht.Node();
- Lib_rrNode1.borderWidth = 2;
- Lib_rrNode1rect.width = Lib_rrNode1rect.width === 0 ? 0.0001 : Lib_rrNode1rect.width;
- Lib_rrNode1rect.height = Lib_rrNode1rect.height === 0 ? 0.0001 : Lib_rrNode1rect.height;
- var Lib_rrNode1endCompspts = [Lib_rrNode1compspts[Lib_rrNode1ptslength-2],Lib_rrNode1compspts[Lib_rrNode1ptslength-1],0,0];
- var Lib_rrNode1startCompspts = [Lib_rrNode1compspts[0],Lib_rrNode1compspts[1],0,0];
- Lib_rrNode1.setImage(GD.getPolyLineJSON());
- Lib_rrNode1.setPosition(Lib_rrNode1rect.x+Lib_rrNode1rect.width/2,Lib_rrNode1rect.y+Lib_rrNode1rect.height/2);
- Lib_rrNode1.setSize(Lib_rrNode1rect.width,Lib_rrNode1rect.height);
- Lib_rrNode1.setStyle("opacity",1);
- Lib_rrNode1.s({'pixelPerfect':true});
- Lib_rrNode1borderwidth=2;
- Lib_rrNode1.setRotation(0);
- dataModel.add(Lib_rrNode1);
- Lib_rrNode1.a('node.points',Lib_rrNode1compspts);
- Lib_rrNode1.a('node.segments',[1,2]);
- Lib_rrNode1.a('node.color','rgba(255,128,0,1)');
- Lib_rrNode1.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_rrNode1.a('node.borderColor','rgba(255,128,0,1)');
- Lib_rrNode1.a('node.background','rgba(255,128,0,1)');
- Lib_rrNode1.a('node.gradient','');
- Lib_rrNode1.a('node.gradientcolor','rgba(255,128,0,1)');
- Lib_rrNode1.a('node.endCompspts',Lib_rrNode1endCompspts);
- Lib_rrNode1.a('node.startCompspts',Lib_rrNode1startCompspts);
- (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_rrNode1';
- 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_rrNode1, Lib_rrNode1.getImage(), Lib_rrNode1compspts, Lib_rrNode1endCompspts, Lib_rrNode1startCompspts);
- var Lib_rrNode2points=[0, 15,30, 15],
- Lib_rrNode2rect=ht.Default.unionPoint([{x:0,y:15},{x:30,y:15}]),
- Lib_rrNode2compspts=[];
- _ratio = GD.getRatioWithRotation(0, ratio);
- var _startratio = GD.getRatioWithRotation(3.14159265358979, ratio),
- _endratio = GD.getRatioWithRotation(0, ratio);
- for(var i=0;i<Lib_rrNode2points.length;i++){
- if(i%2==0){
- Lib_rrNode2compspts.push(Lib_rrNode2points[i]-Lib_rrNode2rect.x);
- }else{
- Lib_rrNode2compspts.push(Lib_rrNode2points[i]-Lib_rrNode2rect.y);
- }
- }
- var Lib_rrNode2ptslength=Lib_rrNode2compspts.length;
- if (Lib_rrNode2rect.height === 0) {
- Lib_rrNode2compspts[0] -= 0;
- Lib_rrNode2compspts[Lib_rrNode2ptslength-2] += 0;
- } else if (Lib_rrNode2rect.width === 0){
- Lib_rrNode2compspts[1] -= 0;
- Lib_rrNode2compspts[Lib_rrNode2ptslength-1] += 0;
- } else {
- Lib_rrNode2compspts[0] -= 0;
- Lib_rrNode2compspts[1] -= 0;
- Lib_rrNode2compspts[Lib_rrNode2ptslength-2] += 0;
- Lib_rrNode2compspts[Lib_rrNode2ptslength-1] += 0;
- }
- Lib_rrNode2 = new ht.Node();
- Lib_rrNode2.borderWidth = 2;
- Lib_rrNode2rect.width = Lib_rrNode2rect.width === 0 ? 0.0001 : Lib_rrNode2rect.width;
- Lib_rrNode2rect.height = Lib_rrNode2rect.height === 0 ? 0.0001 : Lib_rrNode2rect.height;
- var Lib_rrNode2endCompspts = [Lib_rrNode2compspts[Lib_rrNode2ptslength-2],Lib_rrNode2compspts[Lib_rrNode2ptslength-1],0,0];
- var Lib_rrNode2startCompspts = [Lib_rrNode2compspts[0],Lib_rrNode2compspts[1],0,0];
- Lib_rrNode2.setImage(GD.getPolyLineJSON());
- Lib_rrNode2.setPosition(Lib_rrNode2rect.x+Lib_rrNode2rect.width/2,Lib_rrNode2rect.y+Lib_rrNode2rect.height/2);
- Lib_rrNode2.setSize(Lib_rrNode2rect.width,Lib_rrNode2rect.height);
- Lib_rrNode2.setStyle("opacity",1);
- Lib_rrNode2.s({'pixelPerfect':true});
- Lib_rrNode2borderwidth=2;
- Lib_rrNode2.setRotation(0);
- dataModel.add(Lib_rrNode2);
- Lib_rrNode2.a('node.points',Lib_rrNode2compspts);
- Lib_rrNode2.a('node.segments',[1,2]);
- Lib_rrNode2.a('node.color','rgba(255,128,0,1)');
- Lib_rrNode2.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_rrNode2.a('node.borderColor','rgba(255,128,0,1)');
- Lib_rrNode2.a('node.background','rgba(255,128,0,1)');
- Lib_rrNode2.a('node.gradient','');
- Lib_rrNode2.a('node.gradientcolor','rgba(255,128,0,1)');
- Lib_rrNode2.a('node.endCompspts',Lib_rrNode2endCompspts);
- Lib_rrNode2.a('node.startCompspts',Lib_rrNode2startCompspts);
- (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_rrNode2';
- 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_rrNode2, Lib_rrNode2.getImage(), Lib_rrNode2compspts, Lib_rrNode2endCompspts, Lib_rrNode2startCompspts);
- var Lib_rrNode3points=[3, 10,28, 10],
- Lib_rrNode3rect=ht.Default.unionPoint([{x:3,y:10},{x:28,y:10}]),
- Lib_rrNode3compspts=[];
- _ratio = GD.getRatioWithRotation(0, ratio);
- var _startratio = GD.getRatioWithRotation(3.14159265358979, ratio),
- _endratio = GD.getRatioWithRotation(0, ratio);
- for(var i=0;i<Lib_rrNode3points.length;i++){
- if(i%2==0){
- Lib_rrNode3compspts.push(Lib_rrNode3points[i]-Lib_rrNode3rect.x);
- }else{
- Lib_rrNode3compspts.push(Lib_rrNode3points[i]-Lib_rrNode3rect.y);
- }
- }
- var Lib_rrNode3ptslength=Lib_rrNode3compspts.length;
- if (Lib_rrNode3rect.height === 0) {
- Lib_rrNode3compspts[0] -= 0;
- Lib_rrNode3compspts[Lib_rrNode3ptslength-2] += 0;
- } else if (Lib_rrNode3rect.width === 0){
- Lib_rrNode3compspts[1] -= 0;
- Lib_rrNode3compspts[Lib_rrNode3ptslength-1] += 0;
- } else {
- Lib_rrNode3compspts[0] -= 0;
- Lib_rrNode3compspts[1] -= 0;
- Lib_rrNode3compspts[Lib_rrNode3ptslength-2] += 0;
- Lib_rrNode3compspts[Lib_rrNode3ptslength-1] += 0;
- }
- Lib_rrNode3 = new ht.Node();
- Lib_rrNode3.borderWidth = 2;
- Lib_rrNode3rect.width = Lib_rrNode3rect.width === 0 ? 0.0001 : Lib_rrNode3rect.width;
- Lib_rrNode3rect.height = Lib_rrNode3rect.height === 0 ? 0.0001 : Lib_rrNode3rect.height;
- var Lib_rrNode3endCompspts = [Lib_rrNode3compspts[Lib_rrNode3ptslength-2],Lib_rrNode3compspts[Lib_rrNode3ptslength-1],0,0];
- var Lib_rrNode3startCompspts = [Lib_rrNode3compspts[0],Lib_rrNode3compspts[1],0,0];
- Lib_rrNode3.setImage(GD.getPolyLineJSON());
- Lib_rrNode3.setPosition(Lib_rrNode3rect.x+Lib_rrNode3rect.width/2,Lib_rrNode3rect.y+Lib_rrNode3rect.height/2);
- Lib_rrNode3.setSize(Lib_rrNode3rect.width,Lib_rrNode3rect.height);
- Lib_rrNode3.setStyle("opacity",1);
- Lib_rrNode3.s({'pixelPerfect':true});
- Lib_rrNode3borderwidth=2;
- Lib_rrNode3.setRotation(0);
- dataModel.add(Lib_rrNode3);
- Lib_rrNode3.a('node.points',Lib_rrNode3compspts);
- Lib_rrNode3.a('node.segments',[1,2]);
- Lib_rrNode3.a('node.color','rgba(255,128,0,1)');
- Lib_rrNode3.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_rrNode3.a('node.borderColor','rgba(255,128,0,1)');
- Lib_rrNode3.a('node.background','rgba(255,128,0,1)');
- Lib_rrNode3.a('node.gradient','');
- Lib_rrNode3.a('node.gradientcolor','rgba(255,128,0,1)');
- Lib_rrNode3.a('node.endCompspts',Lib_rrNode3endCompspts);
- Lib_rrNode3.a('node.startCompspts',Lib_rrNode3startCompspts);
- (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_rrNode3';
- 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_rrNode3, Lib_rrNode3.getImage(), Lib_rrNode3compspts, Lib_rrNode3endCompspts, Lib_rrNode3startCompspts);
- var Lib_rrNode4points=[16, 13,16, 33],
- Lib_rrNode4rect=ht.Default.unionPoint([{x:16,y:13},{x:16,y:33}]),
- Lib_rrNode4compspts=[];
- _ratio = GD.getRatioWithRotation(0, ratio);
- var _startratio = GD.getRatioWithRotation(4.71238898038469, ratio),
- _endratio = GD.getRatioWithRotation(7.85398163397448, ratio);
- for(var i=0;i<Lib_rrNode4points.length;i++){
- if(i%2==0){
- Lib_rrNode4compspts.push(Lib_rrNode4points[i]-Lib_rrNode4rect.x);
- }else{
- Lib_rrNode4compspts.push(Lib_rrNode4points[i]-Lib_rrNode4rect.y);
- }
- }
- var Lib_rrNode4ptslength=Lib_rrNode4compspts.length;
- if (Lib_rrNode4rect.height === 0) {
- Lib_rrNode4compspts[0] -= 0;
- Lib_rrNode4compspts[Lib_rrNode4ptslength-2] += 0;
- } else if (Lib_rrNode4rect.width === 0){
- Lib_rrNode4compspts[1] -= 0;
- Lib_rrNode4compspts[Lib_rrNode4ptslength-1] += 0;
- } else {
- Lib_rrNode4compspts[0] -= 0;
- Lib_rrNode4compspts[1] -= 0;
- Lib_rrNode4compspts[Lib_rrNode4ptslength-2] += 0;
- Lib_rrNode4compspts[Lib_rrNode4ptslength-1] += 0;
- }
- Lib_rrNode4 = new ht.Node();
- Lib_rrNode4.borderWidth = 2;
- Lib_rrNode4rect.width = Lib_rrNode4rect.width === 0 ? 0.0001 : Lib_rrNode4rect.width;
- Lib_rrNode4rect.height = Lib_rrNode4rect.height === 0 ? 0.0001 : Lib_rrNode4rect.height;
- var Lib_rrNode4endCompspts = [Lib_rrNode4compspts[Lib_rrNode4ptslength-2],Lib_rrNode4compspts[Lib_rrNode4ptslength-1],0,0];
- var Lib_rrNode4startCompspts = [Lib_rrNode4compspts[0],Lib_rrNode4compspts[1],0,0];
- Lib_rrNode4.setImage(GD.getPolyLineJSON());
- Lib_rrNode4.setPosition(Lib_rrNode4rect.x+Lib_rrNode4rect.width/2,Lib_rrNode4rect.y+Lib_rrNode4rect.height/2);
- Lib_rrNode4.setSize(Lib_rrNode4rect.width,Lib_rrNode4rect.height);
- Lib_rrNode4.setStyle("opacity",1);
- Lib_rrNode4.s({'pixelPerfect':true});
- Lib_rrNode4borderwidth=2;
- Lib_rrNode4.setRotation(0);
- dataModel.add(Lib_rrNode4);
- Lib_rrNode4.a('node.points',Lib_rrNode4compspts);
- Lib_rrNode4.a('node.segments',[1,2]);
- Lib_rrNode4.a('node.color','rgba(255,128,0,1)');
- Lib_rrNode4.a('node.borderPattern',getDashStyle("@borderPattern@"));
- Lib_rrNode4.a('node.borderColor','rgba(255,128,0,1)');
- Lib_rrNode4.a('node.background','rgba(255,128,0,1)');
- Lib_rrNode4.a('node.gradient','');
- Lib_rrNode4.a('node.gradientcolor','rgba(255,128,0,1)');
- Lib_rrNode4.a('node.endCompspts',Lib_rrNode4endCompspts);
- Lib_rrNode4.a('node.startCompspts',Lib_rrNode4startCompspts);
- (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_rrNode4';
- 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_rrNode4, Lib_rrNode4.getImage(), Lib_rrNode4compspts, Lib_rrNode4endCompspts, Lib_rrNode4startCompspts);
- /*@GraphList@*/
- /*@PageInit@*/
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- this['Lib_rrNode0'] = Lib_rrNode0;
- Lib_rrNode0.__parentLib = nodename;
- Lib_rrNode0.__parent = this;
- this.childNodes.push(Lib_rrNode0);
- this['Lib_rrNode1'] = Lib_rrNode1;
- Lib_rrNode1.__parentLib = nodename;
- Lib_rrNode1.__parent = this;
- this.childNodes.push(Lib_rrNode1);
- this['Lib_rrNode2'] = Lib_rrNode2;
- Lib_rrNode2.__parentLib = nodename;
- Lib_rrNode2.__parent = this;
- this.childNodes.push(Lib_rrNode2);
- this['Lib_rrNode3'] = Lib_rrNode3;
- Lib_rrNode3.__parentLib = nodename;
- Lib_rrNode3.__parent = this;
- this.childNodes.push(Lib_rrNode3);
- this['Lib_rrNode4'] = Lib_rrNode4;
- Lib_rrNode4.__parentLib = nodename;
- Lib_rrNode4.__parent = this;
- this.childNodes.push(Lib_rrNode4);
- /*@ControlContextMenu@*/
- /*@Declare@*/
- this.init(x, y, width, height, angle);
- };
- ht.Default.def('ht.lib.rr', Object, {
- refresh10ms: function () {
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_rrNode0= this.Lib_rrNode0;
- var Lib_rrNode1= this.Lib_rrNode1;
- var Lib_rrNode2= this.Lib_rrNode2;
- var Lib_rrNode3= this.Lib_rrNode3;
- var Lib_rrNode4= this.Lib_rrNode4;
- /*@refresh10ms@*/
- },
- refresh100ms: function () {
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_rrNode0= this.Lib_rrNode0;
- var Lib_rrNode1= this.Lib_rrNode1;
- var Lib_rrNode2= this.Lib_rrNode2;
- var Lib_rrNode3= this.Lib_rrNode3;
- var Lib_rrNode4= this.Lib_rrNode4;
- /*@refresh100ms@*/
- },
- refresh500ms: function () {
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_rrNode0= this.Lib_rrNode0;
- var Lib_rrNode1= this.Lib_rrNode1;
- var Lib_rrNode2= this.Lib_rrNode2;
- var Lib_rrNode3= this.Lib_rrNode3;
- var Lib_rrNode4= this.Lib_rrNode4;
- /*@refresh500ms@*/
- },
- refresh1s: function () {
- var Counter1s = arguments[0] || 0;
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_rrNode0= this.Lib_rrNode0;
- var Lib_rrNode1= this.Lib_rrNode1;
- var Lib_rrNode2= this.Lib_rrNode2;
- var Lib_rrNode3= this.Lib_rrNode3;
- var Lib_rrNode4= this.Lib_rrNode4;
- /*@refresh1s@*/
- },
- refresh5s: function () {
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_rrNode0= this.Lib_rrNode0;
- var Lib_rrNode1= this.Lib_rrNode1;
- var Lib_rrNode2= this.Lib_rrNode2;
- var Lib_rrNode3= this.Lib_rrNode3;
- var Lib_rrNode4= this.Lib_rrNode4;
- /*@refresh5s@*/
- },
- /*@PageDynamic@*/
- onEvent: function (e, data, type, origin, offset, objMouseOn, ctm) {
-
- var localVarObj = this.localVarObj;
- var localDynamicVarObj = this.localDynamicVar();
- var Lib_rrNode0= this.Lib_rrNode0;
- var Lib_rrNode1= this.Lib_rrNode1;
- var Lib_rrNode2= this.Lib_rrNode2;
- var Lib_rrNode3= this.Lib_rrNode3;
- var Lib_rrNode4= this.Lib_rrNode4;
-
- 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);
- }
- });
- }
|