Uses of Interface
org.epics.pvmanager.data.Display

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.
 

Classes in org.epics.pvmanager.data that implement Display
 class IVDoubleArray
           
 class IVIntArray
           
 

Methods in org.epics.pvmanager.data that return Display
static Display Util.displayOf(java.lang.Object obj)
          Extracts the display information if present.
 

Methods in org.epics.pvmanager.data with parameters of type Display
static java.lang.Double Util.normalize(java.lang.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 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.
 



Copyright © 2011. All Rights Reserved.