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 void
setDimension(Dimension newDimension)
Changes the dimension ofthis
icon.-
Methods inherited from interface javax.swing.Icon
getIconHeight, getIconWidth, paintIcon
-
-
-
-
Method Detail
-
setDimension
void setDimension(Dimension newDimension)
Changes the dimension ofthis
icon.- Parameters:
newDimension
- New dimension forthis
icon.
-
-