|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.SpinIcon
public class SpinIcon
Class SpinIcon
| Nested Class Summary | |
|---|---|
static class |
SpinIcon.Type
Class Type |
| Field Summary | |
|---|---|
static SpinIcon.Type |
TypeDown
_more_ |
static SpinIcon.Type |
TypeLeft
_more_ |
static SpinIcon.Type |
TypeRight
_more_ |
static SpinIcon.Type |
TypeUp
_more_ |
| Constructor Summary | |
|---|---|
SpinIcon(SpinIcon.Type type)
_more_ |
|
| Method Summary | |
|---|---|
int |
getIconHeight()
* stubbed to satisfy the interface. |
int |
getIconWidth()
* stubbed to satisfy the interface. |
void |
paintIcon(Component c,
Graphics g,
int x,
int y)
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final SpinIcon.Type TypeUp
public static final SpinIcon.Type TypeDown
public static final SpinIcon.Type TypeRight
public static final SpinIcon.Type TypeLeft
| Constructor Detail |
|---|
public SpinIcon(SpinIcon.Type type)
type - | Method Detail |
|---|
public void paintIcon(Component c,
Graphics g,
int x,
int y)
paintIcon in interface Iconc - g - x - y - public int getIconWidth()
getIconWidth in interface Iconpublic int getIconHeight()
getIconHeight in interface Icon
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||