Package resources.icons
Class RotateIcon
java.lang.Object
resources.icons.RotateIcon
- All Implemented Interfaces:
Icon
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
Returns the rotation amount.The source icon being rotated.void
toString()
-
Constructor Details
-
RotateIcon
-
-
Method Details
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeight
in interfaceIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidth
in 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
-