com.realtime.crossfire.jxclient.gui.gauge
Class OrientationEW

java.lang.Object
  extended by com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
      extended by com.realtime.crossfire.jxclient.gui.gauge.OrientationEW
All Implemented Interfaces:
Orientation

public class OrientationEW
extends AbstractOrientation

Implements an Orientation which grows east to west.


Constructor Summary
OrientationEW()
          Creates a new instance.
 
Method Summary
protected  void reCalculate()
          Recalculate the extents of the highlighted image part.
 
Methods inherited from class com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
calculate, getCur, getH, getHeight, getMax, getMin, getW, getWidth, getX, getY, isNegativeImage, isValid, setExtends, setExtent, setHasNegativeImage, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrientationEW

public OrientationEW()
Creates a new instance.

Method Detail

reCalculate

protected void reCalculate()
Recalculate the extents of the highlighted image part.

Specified by:
reCalculate in class AbstractOrientation