org.jurvis.swing.table
Class JvBevelArrowIcon
java.lang.Object
org.jurvis.swing.table.JvBevelArrowIcon
- All Implemented Interfaces:
- Icon
public class JvBevelArrowIcon
- extends Object
- implements Icon
|
Field Summary |
static int |
DOWN
|
static int |
UP
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UP
public static final int UP
- See Also:
- Constant Field Values
DOWN
public static final int DOWN
- See Also:
- Constant Field Values
JvBevelArrowIcon
public JvBevelArrowIcon(int direction,
boolean isRaisedView,
boolean isPressedView)
JvBevelArrowIcon
public JvBevelArrowIcon(Color edge1,
Color edge2,
Color fill,
int size,
int direction)
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight in interface Icon
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth in interface Icon
paintIcon
public void paintIcon(Component c,
Graphics g,
int x,
int y)
- Specified by:
paintIcon in interface Icon
Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.