|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Display | |
---|---|
org.epics.pvmanager.data | Support for control system types. |
org.epics.pvmanager.extra |
Uses of Display in org.epics.pvmanager.data |
---|
Subinterfaces of Display in org.epics.pvmanager.data | |
---|---|
interface |
VByteArray
Byte array with alarm, timestamp, display and control information. |
interface |
VDouble
Scalar double with alarm, timestamp, display and control information. |
interface |
VDoubleArray
Double array with alarm, timestamp, display and control information. |
interface |
VFloatArray
Float array with alarm, timestamp, display and control information. |
interface |
VInt
Scalar integer with alarm, timestamp, display and control information. |
interface |
VIntArray
Int array with alarm, timestamp, display and control information. |
interface |
VMultiDouble
Multi channel array of VDouble. |
interface |
VMultiInt
|
interface |
VShortArray
Short array with alarm, timestamp, display and control information. |
interface |
VStatistics
Statistics for double with alarm, timestamp and display information. |
Methods in org.epics.pvmanager.data that return Display | |
---|---|
Display |
DisplayBuilder.build()
|
static Display |
ValueUtil.displayOf(Object obj)
Extracts the display information if present. |
Methods in org.epics.pvmanager.data with parameters of type Display | |
---|---|
static VDouble |
ValueFactory.newVDouble(Double value,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
Integer timeUserTag,
TimeStamp timeStamp,
Display display)
Creates new immutable new VDouble by using the metadata from the old value. |
static VDouble |
ValueFactory.newVDouble(double value,
Display display)
Creates new immutable VDouble by using metadata from the old value, now as timestamp and computing alarm from the metadata range. |
static VDouble |
ValueFactory.newVDouble(double value,
TimeStamp timeStamp,
Display display)
Creates new immutable VDouble by using the metadata from the old value, and computing the alarm from the metadata range. |
static Double |
ValueUtil.normalize(Number value,
Display display)
Normalizes the given value according to the given display information. |
Uses of Display in org.epics.pvmanager.extra |
---|
Methods in org.epics.pvmanager.extra that return Display | |
---|---|
Display |
DoubleArrayTimeCacheFromVDoubleArray.getDisplay()
|
Display |
DoubleArrayTimeCacheFromVDoubles.getDisplay()
|
Display |
DoubleArrayTimeCache.getDisplay()
|
Methods in org.epics.pvmanager.extra with parameters of type Display | |
---|---|
abstract int |
ColorScheme.color(double value,
Display ranges)
Calculate the color for the value according to the ranges and puts it into the colors buffer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |