Package ucar.ui.widget
Class SpinIcon
- java.lang.Object
-
- ucar.ui.widget.SpinIcon
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SpinIcon.Type
-
Field Summary
Fields Modifier and Type Field Description static SpinIcon.Type
TypeDown
static SpinIcon.Type
TypeLeft
static SpinIcon.Type
TypeRight
static SpinIcon.Type
TypeUp
-
Constructor Summary
Constructors Constructor Description SpinIcon(SpinIcon.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIconHeight()
stubbed to satisfy the interface.int
getIconWidth()
stubbed to satisfy the interface.void
paintIcon(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:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()
stubbed to satisfy the interface.- Specified by:
getIconHeight
in interfaceIcon
-
-