|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MeterDataset
A dataset containing a single value within an overall range. In addition, the dataset defines three subranges: the 'normal' range, the 'warning' range and the 'critical' range.
| Field Summary | |
|---|---|
static int |
CRITICAL_DATA
Deprecated. A constant representing the 'critical' level. |
static int |
FULL_DATA
Deprecated. A constant representing the full data range. |
static int |
NORMAL_DATA
Deprecated. A constant representing the 'normal' level. |
static int |
WARNING_DATA
Deprecated. A constant representing the 'warning' level. |
| Method Summary | |
|---|---|
int |
getBorderType()
Deprecated. Returns the border type for the data. |
java.lang.Number |
getMaximumCriticalValue()
Deprecated. Returns the upper value in the critical range. |
java.lang.Number |
getMaximumNormalValue()
Deprecated. Returns the upper value in the normal range. |
java.lang.Number |
getMaximumValue()
Deprecated. Returns the upper value in the overall range. |
java.lang.Number |
getMaximumWarningValue()
Deprecated. Returns the upper value in the warning range. |
java.lang.Number |
getMinimumCriticalValue()
Deprecated. Returns the lower value in the critical range. |
java.lang.Number |
getMinimumNormalValue()
Deprecated. Returns the lower value in the normal range. |
java.lang.Number |
getMinimumValue()
Deprecated. Returns the lower value in the overall range. |
java.lang.Number |
getMinimumWarningValue()
Deprecated. Returns the lower value in the warning range. |
java.lang.String |
getUnits()
Deprecated. Returns a string representing the units on the dial. |
boolean |
isValueValid()
Deprecated. Returns true if the value is valid, and false otherwise. |
| Methods inherited from interface org.jfree.data.Value |
|---|
getValue |
| Methods inherited from interface org.jfree.data.general.Dataset |
|---|
addChangeListener, getGroup, removeChangeListener, setGroup |
| Field Detail |
|---|
static final int NORMAL_DATA
static final int WARNING_DATA
static final int CRITICAL_DATA
static final int FULL_DATA
| Method Detail |
|---|
java.lang.Number getMinimumValue()
java.lang.Number getMaximumValue()
java.lang.Number getMinimumNormalValue()
java.lang.Number getMaximumNormalValue()
java.lang.Number getMinimumWarningValue()
java.lang.Number getMaximumWarningValue()
java.lang.Number getMinimumCriticalValue()
java.lang.Number getMaximumCriticalValue()
boolean isValueValid()
java.lang.String getUnits()
int getBorderType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||