All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFArrowIcon

java.lang.Object
    |
    +----java.awt.swing.jlf.JLFArrowIcon

public class JLFArrowIcon
extends Object
implements Icon
An icon that draws an up or down arrow.


Constructor Index

 o JLFArrowIcon(boolean)

Method Index

 o getIconHeight()
stubbed to statify the interface.
 o getIconWidth()
stubbed to statify the interface.
 o paintIcon(Component, Graphics, int, int)
Paints the arrow

Constructors

 o JLFArrowIcon
public JLFArrowIcon(boolean up)

Methods

 o paintIcon
public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
Paints the arrow

 o getIconWidth
public int getIconWidth()
stubbed to statify the interface.

 o getIconHeight
public int getIconHeight()
stubbed to statify the interface.


All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature