| Package | Description | 
|---|---|
| org.diirt.datasource.graphene | |
| org.diirt.datasource.util | 
 Contains generic utility classes that at some point may be found and used
 in other libraries. 
 | 
| org.diirt.datasource.vtype | 
 Support for control system types. 
 | 
| org.diirt.graphene | |
| org.diirt.support.pva.adapters | |
| org.diirt.util.array | 
 Set of classes to handle iteration and read-only references to
 collections and arrays of primitives, without having to code for each
 individual case. 
 | 
| org.diirt.vtype | |
| org.diirt.vtype.json | 
 Support for JSON serialization of vTypes according to the following
 (specification). 
 | 
| org.diirt.vtype.next | 
 Value definitions and basic implementations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ListDoubleView  | 
| Modifier and Type | Method and Description | 
|---|---|
static ListDouble | 
FunctionParser.asListDouble(List<Object> objects)
Convert the list of arguments to a ListDouble. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DesiredRateExpression<VDoubleArray> | 
ExpressionLanguage.vConst(ListDouble values)
A constant representing a double array. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ListDouble | 
TemporalGraph2DRenderer.normalizedTimeReferences  | 
protected ListDouble | 
TemporalGraph2DRenderer.valueReferences  | 
protected ListDouble | 
TemporalGraph2DRenderer.xReferenceCoords  | 
protected ListDouble | 
Graph2DRenderer.xReferenceCoords  | 
protected ListDouble | 
Graph2DRenderer.xReferenceValues  | 
protected ListDouble | 
TemporalGraph2DRenderer.yReferenceCoords  | 
protected ListDouble | 
Graph2DRenderer.yReferenceCoords  | 
protected ListDouble | 
Graph2DRenderer.yReferenceValues  | 
protected ListDouble | 
IntensityGraph2DRenderer.zReferenceValues  | 
| Modifier and Type | Method and Description | 
|---|---|
ListDouble | 
TimeAxis.getNormalizedValues()  | 
| Modifier and Type | Method and Description | 
|---|---|
static NumberColorMap | 
NumberColorMaps.absolute(List<javafx.scene.paint.Color> colors,
        ListDouble values,
        javafx.scene.paint.Color nanColor,
        String name)
Creates a new 
ColorMap where the color list is spaced out
 according to the absolute points specified | 
static NumberColorMap | 
NumberColorMaps.relative(List<javafx.scene.paint.Color> colors,
        ListDouble percentages,
        javafx.scene.paint.Color nanColor,
        String name)
Creates a new 
ColorMap where the color list is spaced out
 according to the percentage points specified | 
| Constructor and Description | 
|---|
TimeAxis(TimeInterval timeInterval,
        List<Timestamp> timeStamps,
        ListDouble normalizedValues,
        List<String> tickLabels)  | 
| Modifier and Type | Method and Description | 
|---|---|
ListDouble | 
PVFieldToVDoubleArray.getData()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayDouble
Wraps a  
double[] into a ListDouble. | 
class  | 
CircularBufferDouble
An implementation of a list on top of a circular buffer. 
 | 
class  | 
SortedListView
A sorted view of a list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ListDouble | 
ListMath.add(ListNumber data,
   double offset)
Returns a new list where all elements are added to a constant. 
 | 
static ListDouble | 
ListMath.add(ListNumber data1,
   ListNumber data2)
Returns a list where each element is the sum of the elements of the two
 lists at the same index. 
 | 
static ListDouble | 
ListDouble.concatenate(ListNumber... lists)
Concatenates a several lists of numbers into a single list 
 | 
static ListDouble | 
ListMath.divide(ListNumber data1,
      ListNumber data2)
Returns a list where each element is the division of the elements of the two
 lists at the same index. 
 | 
static ListDouble | 
ListMath.inverseRescale(ListNumber data,
              double numerator,
              double offset)
Performs a linear transformation on inverse value of each number in a list. 
 | 
static ListDouble | 
ListMath.limit(ListDouble data,
     int start,
     int end)
Returns a sublist of the given data. 
 | 
static ListDouble | 
ListMath.multiply(ListNumber data1,
        ListNumber data2)
Returns a list where each element is the product of the elements of the two
 lists at the same index. 
 | 
static ListDouble | 
ListMath.pow(double base,
   ListNumber expons)
Raises a value to the power of each value in a list. 
 | 
static ListDouble | 
ListMath.pow(ListNumber data,
   double expon)
Raises each value in a list to the same power. 
 | 
static ListDouble | 
ListMath.rescale(ListNumber data,
       double factor,
       double offset)
Performs a linear transformation on the data. 
 | 
static ListDouble | 
ListMath.subtract(ListNumber data1,
        ListNumber data2)
Returns a list where each element is the difference of the elements of the two
 lists at the same index. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ListDouble | 
ListMath.limit(ListDouble data,
     int start,
     int end)
Returns a sublist of the given data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListDouble | 
VDoubleArray.getData()
Return the object containing the array data. 
 | 
ListDouble | 
ValueFormat.parseDoubleArray(String source)
Parses the string and returns a double array representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VDoubleArray | 
ValueFactory.newVDoubleArray(ListDouble data,
               Alarm alarm,
               Time time,
               Display display)
Creates a new VDoubleArray. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ListDouble | 
JsonArrays.toListDouble(javax.json.JsonArray array)
Converts the given numeric JSON array to a ListDouble. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ListDouble | 
VDoubleArray.getData()
The numeric value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VDoubleArray | 
VDoubleArray.create(ListDouble data,
      Alarm alarm,
      Time time,
      Display display)
Creates a new VDouble. 
 | 
Copyright © 2015. All rights reserved.