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 Icon
public int getIconWidth()
getIconWidth
in interface Icon
Copyright © 2015 JGoodies Software GmbH. All rights reserved.