Package resources.icons
Class RotateIcon
java.lang.Object
resources.icons.RotateIcon
- All Implemented Interfaces:
Icon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintReturns the rotation amount.The source icon being rotated.voidtoString()
-
Constructor Details
-
RotateIcon
-
-
Method Details
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeightin interfaceIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidthin interfaceIcon
-
paintIcon
-
toString
-
getSourceIcon
The source icon being rotated.- Returns:
- the source icon being rotate
-
getRotation
public int getRotation()Returns the rotation amount.- Returns:
- the rotation amount
-