| Modifier and Type | Class and Description |
|---|---|
class |
WheelMenuSkin.WheelCenterIcon |
class |
WheelMenuSkin.WheelIndicationIcon |
class |
WheelMenuSkin.WheelLabelIcon |
class |
WheelMenuSkin.WheelMenuIcon |
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTER_RADIUS |
static java.awt.geom.Area |
CENTER_SHAPE |
static FontSpecification |
HELP_FONT |
static java.lang.String[] |
HELP_TEXT |
static FontSpecification |
LABEL_FONT |
static java.lang.String[] |
LABEL_TEXT |
static int |
WHEEL_RADIUS |
static java.awt.geom.Area |
WHEEL_SHAPE |
| Constructor and Description |
|---|
WheelMenuSkin() |
WheelMenuSkin(Cog newState) |
WheelMenuSkin(java.lang.String wheelColorName,
java.lang.String labelColorName,
float centerOpacity) |
| Modifier and Type | Method and Description |
|---|---|
float |
getCenterOpacity() |
java.awt.Paint |
getGradient() |
java.awt.Paint |
getIndicationGradient() |
java.awt.Color |
getLabelColor() |
java.lang.String |
getLabelColorName() |
javax.swing.Icon |
getWheelCenterIcon() |
java.awt.Color |
getWheelColor() |
java.lang.String |
getWheelColorName() |
javax.swing.Icon |
getWheelIndicationIcon(int command) |
javax.swing.Icon |
getWheelLabelIcon(int command) |
javax.swing.Icon |
getWheelMenuIcon() |
void |
setCenterOpacity(float centerOpacity) |
void |
setLabelColorName(java.lang.String labelColorName) |
void |
setWheelColorName(java.lang.String wheelColorName) |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
public static final int WHEEL_RADIUS
public static final int CENTER_RADIUS
public static final java.lang.String[] HELP_TEXT
public static final java.lang.String[] LABEL_TEXT
public static final FontSpecification HELP_FONT
public static final FontSpecification LABEL_FONT
public static final java.awt.geom.Area CENTER_SHAPE
public static final java.awt.geom.Area WHEEL_SHAPE
public WheelMenuSkin()
public WheelMenuSkin(java.lang.String wheelColorName,
java.lang.String labelColorName,
float centerOpacity)
public WheelMenuSkin(Cog newState)
public Cog toCog()
CoggableCog.public java.awt.Paint getGradient()
public java.awt.Paint getIndicationGradient()
public javax.swing.Icon getWheelCenterIcon()
public javax.swing.Icon getWheelMenuIcon()
public javax.swing.Icon getWheelLabelIcon(int command)
public javax.swing.Icon getWheelIndicationIcon(int command)
public float getCenterOpacity()
public void setCenterOpacity(float centerOpacity)
public java.lang.String getLabelColorName()
public void setLabelColorName(java.lang.String labelColorName)
public java.lang.String getWheelColorName()
public void setWheelColorName(java.lang.String wheelColorName)
public java.awt.Color getLabelColor()
public java.awt.Color getWheelColor()