com.threerings.media.image
Class MirageIcon
java.lang.Object
com.threerings.media.image.MirageIcon
- All Implemented Interfaces:
- Icon
public class MirageIcon
- extends Object
- implements Icon
Implements the Swing Icon interface with a mirage providing the
image information.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_mirage
protected Mirage _mirage
MirageIcon
public MirageIcon(Mirage mirage)
paintIcon
public void paintIcon(Component c,
Graphics g,
int x,
int y)
- Specified by:
paintIcon in interface Icon
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth in interface Icon
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight in interface Icon