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