 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.gui.gauge;
45 boolean setValues(
int cur,
int min,
int max);
int getW()
Returns the width of the highlighted part of the image.
boolean setExtends(int width, int height)
Sets the extends of the image.
Interface for orientation images.
boolean isNegativeImage()
Returns whether the negative image should be shown.
boolean isLowImage()
Returns whether the low image should be shown.
int getH()
Returns the height of the highlighted part of the image.
boolean setValues(int cur, int min, int max)
Sets the gauge's values.
void setHasNegativeImage(boolean hasNegativeImage)
Sets whether the gauge can display negative images.
int getY()
Returns the y-coordinate of the highlighted part of the image.
boolean isValid()
Returns whether the gauge's values are valid.
int getX()
Returns the x-coordinate of the highlighted part of the image.