Package | Description |
---|---|
com.realtime.crossfire.jxclient.gui.gauge | |
com.realtime.crossfire.jxclient.skin.io |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrientation
Abstract base class for implementing
Orientation instances. |
class |
OrientationEW
Implements an
Orientation which grows east to west. |
class |
OrientationNS
Implements an
Orientation which grows north to south. |
class |
OrientationSN
Implements an
Orientation which grows south to north. |
class |
OrientationWE
Implements an
Orientation which grows west to east. |
Modifier and Type | Field and Description |
---|---|
private Orientation |
GUIGauge.orientation
The gauge's orientation.
|
private Orientation |
GUIDupGauge.orientationDiv
The gauge's orientation.
|
private Orientation |
GUIDupGauge.orientationMod
The gauge's orientation.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
OrientationParser.parseOrientation(java.lang.String name)
Converts an orientation name into an
Orientation instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
GaugeState.setValues(Orientation orientation)
Updates the values from a
Orientation state. |
Constructor and Description |
---|
GUIDupGauge(TooltipManager tooltipManager,
GUIElementListener elementListener,
java.lang.String name,
java.awt.Image fullImageDiv,
java.awt.Image fullImageMod,
java.awt.Image emptyImage,
Orientation orientationDiv,
Orientation orientationMod,
java.lang.String tooltipPrefix,
CommandList commandList)
Creates a new instance.
|
GUIDupTextGauge(TooltipManager tooltipManager,
GUIElementListener elementListener,
java.lang.String name,
java.awt.Image pictureFullDiv,
java.awt.Image pictureFullMod,
java.awt.Image pictureEmpty,
Orientation orientationDiv,
Orientation orientationMod,
java.lang.String tooltipPrefix,
java.awt.Color color,
java.awt.Font font,
CommandList commandList)
Creates a new instance.
|
GUIGauge(TooltipManager tooltipManager,
GUIElementListener elementListener,
java.lang.String name,
java.awt.Image fullImage,
java.awt.Image negativeImage,
java.awt.Image emptyImage,
Orientation orientation,
java.lang.String tooltipFormat,
float alpha,
CommandList commandList)
Creates a new instance.
|
GUITextGauge(TooltipManager tooltipManager,
GUIElementListener elementListener,
java.lang.String name,
java.awt.Image pictureFull,
java.awt.Image pictureNegative,
java.awt.Image pictureEmpty,
Orientation orientation,
java.lang.String tooltipPrefix,
java.awt.Color color,
java.awt.Font font,
float alpha,
CommandList commandList)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
ParseUtils.parseOrientation(java.lang.String name)
Parses an orientation value.
|