Searched refs:bottomYOffset (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java90 public int bottomYOffset; field in class:HierarchicalLayoutManager.LayoutNode
292 p = new Point(cur.x + curEdge.relativeFrom, cur.y + cur.height - cur.bottomYOffset + (curEdge.link == null ? 0 : curEdge.link.getFrom().getRelativePosition().y));
351 Point p = new Point(e.from.x + e.relativeFrom, e.from.y + e.from.height - e.from.bottomYOffset + e.link.getFrom().getRelativePosition().y);
1035 maxHeight = Math.max(maxHeight, n.height - n.yOffset - n.bottomYOffset);
1037 bottomBaseLine = Math.max(bottomBaseLine, n.bottomYOffset);
1048 n.y = curY + baseLine + (maxHeight - (n.height - n.yOffset - n.bottomYOffset)) / 2 - n.yOffset;
1579 node.bottomYOffset += offset;

Completed in 40 milliseconds