com.explosion.datastream.exql.gui.table
Class Arrow
java.lang.Object
com.explosion.datastream.exql.gui.table.Arrow
- All Implemented Interfaces:
- javax.swing.Icon
public class Arrow
- extends java.lang.Object
- implements javax.swing.Icon
Copied from Sun class Table Sorter written by Philip Milne, Brendon McLean,
Dan van Enckevort, Parwinder Sekhon
- Author:
- Stephen Cowx Created on Apr 20, 2004
Constructor Summary |
Arrow(java.lang.String name,
boolean descending,
int size,
int priority)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Arrow
public Arrow(java.lang.String name,
boolean descending,
int size,
int priority)
paintIcon
public void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
- Specified by:
paintIcon
in interface javax.swing.Icon
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interface javax.swing.Icon
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interface javax.swing.Icon
Copyright © 2003-2005 Explosion I.T.. All Rights Reserved.