public class SpinIcon
extends java.lang.Object
implements javax.swing.Icon
Modifier and Type | Class and Description |
---|---|
static class |
SpinIcon.Type
Class Type
|
Modifier and Type | Field and Description |
---|---|
static SpinIcon.Type |
TypeDown
_more_
|
static SpinIcon.Type |
TypeLeft
_more_
|
static SpinIcon.Type |
TypeRight
_more_
|
static SpinIcon.Type |
TypeUp
_more_
|
Constructor and Description |
---|
SpinIcon(SpinIcon.Type type)
_more_
|
Modifier and Type | Method and Description |
---|---|
int |
getIconHeight()
* stubbed to satisfy the interface.
|
int |
getIconWidth()
* stubbed to satisfy the interface.
|
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
_more_
|
public static final SpinIcon.Type TypeUp
public static final SpinIcon.Type TypeDown
public static final SpinIcon.Type TypeRight
public static final SpinIcon.Type TypeLeft
public SpinIcon(SpinIcon.Type type)
type
- public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
paintIcon
in interface javax.swing.Icon
c
- g
- x
- y
- public int getIconWidth()
getIconWidth
in interface javax.swing.Icon
public int getIconHeight()
getIconHeight
in interface javax.swing.Icon