java.lang.Object
com.memoire.bu.BuComposedIcon
- All Implemented Interfaces:
- javax.swing.Icon
- public class BuComposedIcon
- extends java.lang.Object
- implements javax.swing.Icon
An icon composer which overlays other icons.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
icons_
private javax.swing.Icon[] icons_
BuComposedIcon
public BuComposedIcon(javax.swing.Icon _icon1,
javax.swing.Icon _icon2)
BuComposedIcon
public BuComposedIcon(javax.swing.Icon[] _icons)
getIconHeight
public int getIconHeight()
- Description copied from interface:
javax.swing.Icon
- Returns the height of the icon.
- Specified by:
getIconHeight in interface javax.swing.Icon
getIconWidth
public int getIconWidth()
- Description copied from interface:
javax.swing.Icon
- Returns the width of the icon.
- Specified by:
getIconWidth in interface javax.swing.Icon
paintIcon
public void paintIcon(java.awt.Component _c,
java.awt.Graphics _g,
int _x,
int _y)
- Description copied from interface:
javax.swing.Icon
- Draws the icon at the location (x, y) on the specified graphics device.
- Specified by:
paintIcon in interface javax.swing.Icon