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.
int getWidth()
Returns the total width of the image.
int h
The height 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.
Implements an Orientation which grows north to south.
int min
The minimum value; the gauge is displayed as empty if.
OrientationNS()
Creates a new instance.
Abstract base class for implementing Orientation instances.
int getMin()
Returns the minimum value.
int cur
The current value.