public class MinimumSizedIcon extends Object implements Icon
Icon with a minimum size that is read from the
UIManager defaultIconSize key.| Constructor and Description |
|---|
MinimumSizedIcon() |
MinimumSizedIcon(Icon icon) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIconHeight() |
int |
getIconWidth() |
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
public MinimumSizedIcon()
public MinimumSizedIcon(Icon icon)
public int getIconHeight()
getIconHeight in interface Iconpublic int getIconWidth()
getIconWidth in interface IconCopyright © 2018 JGoodies Software GmbH. All rights reserved.