jview
Class MyTableSorter.Arrow

java.lang.Object
  extended by jview.MyTableSorter.Arrow
All Implemented Interfaces:
Icon
Enclosing class:
MyTableSorter

private static class MyTableSorter.Arrow
extends Object
implements Icon


Field Summary
private  boolean descending
           
private  int priority
           
private  int size
           
 
Constructor Summary
MyTableSorter.Arrow(boolean descending, int size, int priority)
           
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(Component c, Graphics g, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descending

private boolean descending

size

private int size

priority

private int priority
Constructor Detail

MyTableSorter.Arrow

public MyTableSorter.Arrow(boolean descending,
                           int size,
                           int priority)
Method Detail

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