Searched defs:amount (Results 26 - 26 of 26) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1626 // Graphics by an odd amount.
1639 // Graphics by an odd amount.
1660 * @return amount to indent the given row.
2835 * @return amount to indent the given row.
4212 int amount) {
4216 visRect.x += amount;
4222 visRect.y += amount;
4211 scroll(JTree component, BasicTreeUI ui, int direction, int amount) argument

Completed in 41 milliseconds

12