Lines Matching refs:style

3 ;style =  class
47 …this.bb = paper.text(x,(y+style.txtsize/2)+10,text).attr({"font-size":style.tooltip.txtsize,"fill"…
53 …per.rect(BB.x-4,BB.y-2,BB.width+8,BB.height+4).attr({"fill":style.tooltip.bgr,"stroke":style.toolt…
129 callActors[aParsedCommands[curCommand][0]] = (style.margin+l_colsminlen)/2+l_colspacing*curActor;
136 callActors[aParsedCommands[curCommand][1]] = (style.margin+l_colsminlen)/2+l_colspacing*curActor;
148 el.style.clear = "both";
163 l_colsminlen = style.cols.minlen;
164 l_colspacing = style.colspacing;
291 20+(title?style.titlesize:0), // y
293 style.cols.height, // height
294 style.cols.rectradius) // corner radius
295 .attr("fill",style.cols.fill);
298 5+style.cols.height+(title?style.titlesize:0),// center y
300 .attr({"font-size":style.txtsize, "fill":style.cols.txtcolor});
302 y = style.cols.height*2+10;//starting y
303 if (title) y += style.titlesize;
316 var adjStart = style.strokewidth/2;
317 var adjEnd = -style.strokewidth/2;
319 adjStart = -style.strokewidth/2;
320 adjEnd = style.strokewidth/2;
326 "stroke-width":style.strokewidth+5,
342 "stroke-width":style.strokewidth,
343 "stroke":style.strokecolor
348 y-style.txtsize/2-2,
353 y-style.txtsize/2-2,
356 "font-size":style.txtsize,
357 "fill":style.txtcolor
364 …paper.rect(BB.x,BB.y,BB.width,BB.height).attr({"stroke":"none","fill":style.bgr}).toBack();//backg…
411 noteHeight+=style.txtsize;
414 t = paper.text(midx,y+noteHeight/2,note).attr("font-size",style.txtsize);//text
417 …if(!style.note.align||style.note.align=="left")t.attr({"x":BB.x,"text-anchor":"start"});//left ali…
419 else if(style.note.align=="right")t.attr({"x":BB.x+BB.width,"text-anchor":"end"});//right align
422 BB.x-style.note.margin,
423 BB.y-style.note.margin,
424 BB.width+style.note.margin*2,
425 BB.height+style.note.margin*2,
426 style.note.rectradius)
427 .attr("fill",style.note.fill);
429 y += noteHeight+style.txtsize;
442 if(bShouldIncrement&&!isParallel)y+=style.linespacing;
444 y-=style.linespacing-10;
450 "L"+callActors[i]+","+(20+(title?style.titlesize:0))) // to
451 .attr("stroke",style.strokecolor).toBack();
456 style.cols.height,
457 style.cols.rectradius)
458 .attr("fill", style.cols.fill);
461 y+style.cols.height/2,
463 .attr({"font-size":style.txtsize, "fill":style.cols.txtcolor});
465 maxx = cactLen*l_colspacing-style.margin/2;
469 "M"+(breaks[i][1]?0:style.margin/2)+","+breaks[i][0]+ // from
470 "L"+(breaks[i][1]?(maxx+style.margin):(maxx+style.margin-l_colsminlen/2))+","+breaks[i][0]) // to
471 .attr({"stroke-dasharray":"--", "stroke-width":style.strokewidth, "stroke":style.strokecolor});
475 breaks[i][0]-style.txtsize/2,
477 .attr({"font-size":style.txtsize,"text-anchor":"start","fill":style.txtcolor});
482 paper.text((maxx+style.margin)/2,
483 10+style.titlesize/2,
485 .attr({"font-size":style.titlesize, "fill":style.txtcolor});
487 paper.rect(0, 0, maxx+style.margin, y+(style.cols.height+20))
488 .attr({"fill":style.bgr, "stroke-dasharray":"."}).toBack();//dashed border
489 paper.setSize(maxx+style.margin,y+(style.cols.height+20))//resize paper so it fits