org.pushingpixels.flamingo.api.common.icon
public interface ResizableIcon extends Icon
Modifier and Type | Method and Description |
---|---|
void |
setDimension(Dimension newDimension)
Changes the dimension of
this icon. |
getIconHeight, getIconWidth, paintIcon
void setDimension(Dimension newDimension)
this
icon.newDimension
- New dimension for this
icon.