Lines Matching refs:boundaries

104 				var boundaries = rack.getBBox();
108 …var server_block = paper.rect(boundaries.x, boundaries.y + ((equipment['index']-1) * 4.445 * drawi…
127 var boundaries = server_block.getBBox();
128 …var text = paper.text(boundaries.width/2+6, boundaries.y + boundaries.height/2, equipment['label']…
133 var boundaries = rack.getBBox();
137 …var cage_block = paper.rect(boundaries.x, boundaries.y + ((equipment['index']-1) * 4.445 * drawing…
146 var boundaries = cage_block.getBBox();
147 …var text = paper.text(boundaries.width/2+6, boundaries.y + boundaries.height/2, equipment['label']…
157 var boundaries = cage_block.getBBox();
165 …deck_block = paper.roundedRectangle(boundaries.x, boundaries.y + previous_deck_height, boundaries.…
169 …deck_block = paper.roundedRectangle(boundaries.x, boundaries.y + previous_deck_height, boundaries.…
173 …deck_block = paper.roundedRectangle(boundaries.x, boundaries.y + previous_deck_height, boundaries.…
187 var boundaries = deck_block.getBBox();
188 …var text = paper.text(boundaries.width/2+6, boundaries.y + boundaries.height/2, deck['label']).att…
198 …drawDeckModules(paper, boundaries, corner, previous_deck_height, deck_height, deck['blocks'], deck…
201 …drawDeckModules(paper, boundaries, corner, previous_deck_height, deck_height, deck['blades'], deck…
217 var boundaries = rack.getBBox();
221 …var filler = paper.rect(boundaries.x, boundaries.y + ((equipment['index']-1) * 4.445 * drawing_hsc…
222 boundaries = filler.getBBox();
223 …var text1 = paper.text(boundaries.x + boundaries.width - 6, boundaries.y + equipment_height/2, equ…
224 …var text2 = paper.text(boundaries.x + 2, boundaries.y + boundaries.height/2, 'filler panel').attr(…
330 var boundaries = module.getBBox();
331 …var text = paper.text(boundaries.x + boundaries.width/2, boundaries.y + boundaries.height/2, modul…