22 package com.realtime.crossfire.jxclient.gui.gauge;
void setExtent(final int x, final int y, final int w, final int h)
Sets the extent of the highlighted part of the image.
boolean isNegativeImage()
Returns whether the negative image should be shown.whether the negative image should be shown ...
int getHeight()
Returns the total height of the image.
Implements an Orientation which grows west to east.
int getWidth()
Returns the total width of the image.
int w
The width of the highlighted part of the image.
static int calculate(final int val, final int max, final int size)
Returns the fraction.
int getCur()
Returns the current value.
int getMax()
Returns the maximum value.
int min
The minimum value; the gauge is displayed as empty if.
Abstract base class for implementing Orientation instances.
int getMin()
Returns the minimum value.
OrientationWE()
Creates a new instance.
int cur
The current value.