Interface ResizableIcon
-
- All Superinterfaces:
Icon
- All Known Implementing Classes:
ArrowResizableIcon,ArrowResizableIcon.CommandButtonPopupIcon,DecoratedResizableIcon,DoubleArrowResizableIcon,EmptyResizableIcon,FilteredResizableIcon,IconDeckResizableIcon,IcoWrapperResizableIcon,ImageWrapperResizableIcon,LayeredIcon,ResizableIconUIResource
public interface ResizableIcon extends Icon
Interface for icons that have resizability behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDimension(Dimension newDimension)Changes the dimension ofthisicon.-
Methods inherited from interface javax.swing.Icon
getIconHeight, getIconWidth, paintIcon
-
-
-
-
Method Detail
-
setDimension
void setDimension(Dimension newDimension)
Changes the dimension ofthisicon.- Parameters:
newDimension- New dimension forthisicon.
-
-