Class OrientationWE
- java.lang.Object
-
- com.realtime.crossfire.jxclient.gui.gauge.AbstractOrientation
-
- com.realtime.crossfire.jxclient.gui.gauge.OrientationWE
-
- All Implemented Interfaces:
Orientation
public class OrientationWE extends AbstractOrientation
Implements anOrientationwhich grows west to east.
-
-
Constructor Summary
Constructors Constructor Description OrientationWE()Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreCalculate()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
-
-
-
-
Method Detail
-
reCalculate
protected void reCalculate()
Description copied from class:AbstractOrientationRecalculate the extents of the highlighted image part.- Specified by:
reCalculatein classAbstractOrientation
-
-