| java.lang.Object org.jvnet.substance.utils.icon.RotatableIcon
RotatableIcon | public class RotatableIcon implements Icon(Code) | | Rotatable icon.
author: Kirill Grouchnikov |
Constructor Summary | |
public | RotatableIcon(Icon delegate, boolean isRotatedClockwise) Creates a new rotatable icon. |
RotatableIcon | public RotatableIcon(Icon delegate, boolean isRotatedClockwise)(Code) | | Creates a new rotatable icon.
Parameters: delegate - Icon delegate. Parameters: isRotatedClockwise - true if the original icon is rotated clockwisefor the painting, false otherwise. |
getIconHeight | public int getIconHeight()(Code) | | |
getIconWidth | public int getIconWidth()(Code) | | |
|
|