Class ResizableIconUIResource
java.lang.Object
org.pushingpixels.flamingo.internal.ui.common.ResizableIconUIResource
- All Implemented Interfaces:
Icon
,UIResource
,ResizableIcon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
void
setDimension
(Dimension newDimension) Changes the dimension ofthis
icon.
-
Constructor Details
-
ResizableIconUIResource
-
-
Method Details
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeight
in interfaceIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidth
in interfaceIcon
-
paintIcon
-
setDimension
Description copied from interface:ResizableIcon
Changes the dimension ofthis
icon.- Specified by:
setDimension
in interfaceResizableIcon
- Parameters:
newDimension
- New dimension forthis
icon.
-