com.jgoodies.looks.common
Class MinimumSizedIcon
java.lang.Object
com.jgoodies.looks.common.MinimumSizedIcon
- All Implemented Interfaces:
- Icon
- Direct Known Subclasses:
- MinimumSizedCheckIcon
public class MinimumSizedIcon
- extends Object
- implements Icon
An Icon
with a minimum size that is read from the
UIManager
defaultIconSize
key.
- Version:
- $Revision: 1.2 $
- Author:
- Karsten Lentzsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinimumSizedIcon
public MinimumSizedIcon()
MinimumSizedIcon
public MinimumSizedIcon(Icon icon)
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 © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.