Home
last modified time | relevance | path

Searched refs:node_radius (Results 1 – 2 of 2) sorted by relevance

/petsc/share/petsc/saws/js/
H A DboxTree.js14 var node_radius = 4; //adjust this global variable to change the size of the drawn node variable
72 …\"" + (x + visualLoc.x) + "\" cy=\"" + (y + visualLoc.y) + "\" r=\"" + node_radius + "\" stroke=\"…
78 …ret += "<text x=\"" + (x + visualLoc.x + 1.2*node_radius) + "\" y=\"" + (y + visualLoc.y + 2*node_…
92 …var height = 2*node_radius + 12 * countNumOccurances("<br>",description); //make each line 15 pixe…
117 x: node_radius,
118 y: node_radius
167 visualLoc.x = node_radius;
201 var southFrontier = visualLoc.y - node_radius + text_size.height;
250 visualLoc.y = node_radius;
284 var rightFrontier = visualLoc.x - node_radius + text_size.width;
H A DtreeInterface.js479 var parent_x = parseFloat($(svgCanvas).offset().left) + parseFloat(x) + node_radius;
480 var parent_y = parseFloat($(svgCanvas).offset().top) + parseFloat(y) + node_radius;
481 …;font-size:14px;opacity:1;border:2px solid lightblue;border-radius:" + node_radius + "px;\"></div>…