Searched defs:getRightChildIndent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java315 public int getRightChildIndent() { method in class:BasicTreeUI
1370 int leftX = bounds.x - getRightChildIndent();
1384 int rightX = bounds.x + bounds.width + getRightChildIndent();
1414 lineX = lineX - getRightChildIndent() + insets.left;
1418 getRightChildIndent() - 1;
1491 middleXOfKnob = bounds.x - getRightChildIndent() + 1;
1493 middleXOfKnob = bounds.x + bounds.width + getRightChildIndent() - 1;
2258 boxLeftX = boxLeftX + i.left - getRightChildIndent() + 1;
2260 boxLeftX = tree.getWidth() - boxLeftX - i.right + getRightChildIndent() - 1;

Completed in 66 milliseconds