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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalIconFactory.java1582 g.drawImage(image, x, y+getShift(), null);
1620 public int getShift() { return 0; } method in class:MetalIconFactory.FolderIcon16
1640 public int getShift() { return -1; } method in class:MetalIconFactory.TreeFolderIcon
1683 g.drawImage(image, x, y+getShift(), null);
1716 public int getShift() { return 0; } method in class:MetalIconFactory.FileIcon16
1725 public int getShift() { return 2; } method in class:MetalIconFactory.TreeLeafIcon

Completed in 48 milliseconds