Package ucar.ui.widget
Class SpinIcon
- java.lang.Object
-
- ucar.ui.widget.SpinIcon
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpinIcon.Type
-
Field Summary
Fields Modifier and Type Field Description static SpinIcon.TypeTypeDownstatic SpinIcon.TypeTypeLeftstatic SpinIcon.TypeTypeRightstatic SpinIcon.TypeTypeUp
-
Constructor Summary
Constructors Constructor Description SpinIcon(SpinIcon.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()stubbed to satisfy the interface.intgetIconWidth()stubbed to satisfy the interface.voidpaintIcon(Component c, Graphics g, int x, int y)
-
-
-
Field Detail
-
TypeUp
public static final SpinIcon.Type TypeUp
-
TypeDown
public static final SpinIcon.Type TypeDown
-
TypeRight
public static final SpinIcon.Type TypeRight
-
TypeLeft
public static final SpinIcon.Type TypeLeft
-
-
Constructor Detail
-
SpinIcon
public SpinIcon(SpinIcon.Type type)
-
-
Method Detail
-
getIconWidth
public int getIconWidth()
stubbed to satisfy the interface.- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
stubbed to satisfy the interface.- Specified by:
getIconHeightin interfaceIcon
-
-