Uses of Class
org.bidib.wizard.mvc.common.view.icon.RotatedIcon.Rotate
-
Packages that use RotatedIcon.Rotate Package Description org.bidib.wizard.mvc.common.view.icon -
-
Uses of RotatedIcon.Rotate in org.bidib.wizard.mvc.common.view.icon
Methods in org.bidib.wizard.mvc.common.view.icon that return RotatedIcon.Rotate Modifier and Type Method Description RotatedIcon.RotateRotatedIcon. getRotate()Gets the Rotate enum which indicates the direction of rotationstatic RotatedIcon.RotateRotatedIcon.Rotate. valueOf(String name)Returns the enum constant of this type with the specified name.static RotatedIcon.Rotate[]RotatedIcon.Rotate. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bidib.wizard.mvc.common.view.icon with parameters of type RotatedIcon.Rotate Constructor Description RotatedIcon(Icon icon, RotatedIcon.Rotate rotate)Create a RotatedIcon
-