public interface Display
The numeric limits are given in double precision no matter which numeric type. The unit is a simple String, which can be empty if no unit information is provided. The number format can be used to convert the value to a String.
Modifier and Type | Method and Description |
---|---|
NumberFormat |
getFormat()
Returns a NumberFormat that creates a String with just the value (no units).
|
Double |
getLowerAlarmLimit()
Lowest value before the alarm region.
|
Double |
getLowerCtrlLimit()
Lowest possible value (included).
|
Double |
getLowerDisplayLimit()
Lowest possible value to be displayed.
|
Double |
getLowerWarningLimit()
Lowest value before the warning region.
|
String |
getUnits()
String representation of the units using for all values.
|
Double |
getUpperAlarmLimit()
Highest value before the alarm region.
|
Double |
getUpperCtrlLimit()
Highest possible value (included).
|
Double |
getUpperDisplayLimit()
Highest possible value to be displayed.
|
Double |
getUpperWarningLimit()
Highest value before the warning region.
|
Double getLowerDisplayLimit()
Double getLowerCtrlLimit()
Double getLowerAlarmLimit()
Double getLowerWarningLimit()
String getUnits()
NumberFormat getFormat()
Double getUpperWarningLimit()
Double getUpperAlarmLimit()
Double getUpperCtrlLimit()
Double getUpperDisplayLimit()
Copyright © 2010–2015. All rights reserved.