jview
Class MyTableSorter.Arrow
java.lang.Object
jview.MyTableSorter.Arrow
- All Implemented Interfaces:
- Icon
- Enclosing class:
- MyTableSorter
private static class MyTableSorter.Arrow
- extends Object
- implements Icon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descending
private boolean descending
size
private int size
priority
private int priority
MyTableSorter.Arrow
public MyTableSorter.Arrow(boolean descending,
int size,
int priority)
paintIcon
public void paintIcon(Component c,
Graphics g,
int x,
int y)
- Specified by:
paintIcon in interface Icon
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth in interface Icon
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight in interface Icon