Uses of Interface
com.realtime.crossfire.jxclient.gui.gauge.Orientation

Packages that use Orientation
com.realtime.crossfire.jxclient.gui.gauge   
com.realtime.crossfire.jxclient.skin.io   
 

Uses of Orientation in com.realtime.crossfire.jxclient.gui.gauge
 

Classes in com.realtime.crossfire.jxclient.gui.gauge that implement Orientation
 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.
 

Fields in com.realtime.crossfire.jxclient.gui.gauge declared as Orientation
private  Orientation GUIGauge.orientation
          The gauge's orientation.
private  Orientation GUIDupGauge.orientationDiv
          The gauge's orientation.
private  Orientation GUIDupGauge.orientationMod
          The gauge's orientation.
 

Methods in com.realtime.crossfire.jxclient.gui.gauge that return Orientation
static Orientation OrientationParser.parseOrientation(java.lang.String name)
          Converts an orientation name into an Orientation instance.
 

Methods in com.realtime.crossfire.jxclient.gui.gauge with parameters of type Orientation
 boolean GaugeState.setValues(Orientation orientation)
          Updates the values from a Orientation state.
 

Constructors in com.realtime.crossfire.jxclient.gui.gauge with parameters of type Orientation
GUIDupGauge(TooltipManager tooltipManager, GUIElementListener elementListener, java.lang.String name, Extent extent, java.awt.image.BufferedImage fullImageDiv, java.awt.image.BufferedImage fullImageMod, java.awt.Image emptyImage, Orientation orientationDiv, Orientation orientationMod, java.lang.String tooltipPrefix)
          Creates a new instance.
GUIDupTextGauge(TooltipManager tooltipManager, GUIElementListener elementListener, java.lang.String name, Extent extent, java.awt.image.BufferedImage pictureFullDiv, java.awt.image.BufferedImage pictureFullMod, java.awt.image.BufferedImage pictureEmpty, Orientation orientationDiv, Orientation orientationMod, java.lang.String tooltipPrefix, java.awt.Color color, java.awt.Font font)
          Creates a new instance.
GUIGauge(TooltipManager tooltipManager, GUIElementListener elementListener, java.lang.String name, Extent extent, java.awt.image.BufferedImage fullImage, java.awt.image.BufferedImage negativeImage, java.awt.Image emptyImage, Orientation orientation, java.lang.String tooltipPrefix)
          Creates a new instance.
GUITextGauge(TooltipManager tooltipManager, GUIElementListener elementListener, java.lang.String name, Extent extent, java.awt.image.BufferedImage pictureFull, java.awt.image.BufferedImage pictureNegative, java.awt.image.BufferedImage pictureEmpty, Orientation orientation, java.lang.String tooltipPrefix, java.awt.Color color, java.awt.Font font)
          Creates a new instance.
 

Uses of Orientation in com.realtime.crossfire.jxclient.skin.io
 

Methods in com.realtime.crossfire.jxclient.skin.io that return Orientation
static Orientation ParseUtils.parseOrientation(java.lang.String name)
          Parses an orientation value.