org.jurvis.swing.table
Class JvBevelArrowIcon

java.lang.Object
  extended by org.jurvis.swing.table.JvBevelArrowIcon
All Implemented Interfaces:
Icon

public class JvBevelArrowIcon
extends Object
implements Icon


Field Summary
static int DOWN
           
static int UP
           
 
Constructor Summary
JvBevelArrowIcon(Color edge1, Color edge2, Color fill, int size, int direction)
           
JvBevelArrowIcon(int direction, boolean isRaisedView, boolean isPressedView)
           
 
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

UP

public static final int UP
See Also:
Constant Field Values

DOWN

public static final int DOWN
See Also:
Constant Field Values
Constructor Detail

JvBevelArrowIcon

public JvBevelArrowIcon(int direction,
                        boolean isRaisedView,
                        boolean isPressedView)

JvBevelArrowIcon

public JvBevelArrowIcon(Color edge1,
                        Color edge2,
                        Color fill,
                        int size,
                        int direction)
Method Detail

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.