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.
JLFArrowIcon(boolean)
-
getIconHeight()
- stubbed to statify the interface.
getIconWidth()
- stubbed to statify the interface.
paintIcon(Component, Graphics, int, int)
- Paints the arrow
JLFArrowIcon
public JLFArrowIcon(boolean up)
paintIcon
public void paintIcon(Component c,
Graphics g,
int x,
int y)
- Paints the arrow
getIconWidth
public int getIconWidth()
- stubbed to statify the interface.
getIconHeight
public int getIconHeight()
- stubbed to statify the interface.
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature