public interface ArrayDimensionDisplay
For a given numeric dimension, it provides the cell boundaries and the unit in terms of which the boundaries are expressed.
Modifier and Type | Method and Description |
---|---|
org.epics.util.array.ListNumber |
getCellBoundaries()
Returns the boundaries of the cell in the given unit.
|
String |
getUnits()
String representation of the units using for all values.
|
boolean |
isReversed()
Whether the values for this dimension are organized in the
opposite order.
|
org.epics.util.array.ListNumber getCellBoundaries()
String getUnits()
boolean isReversed()
Copyright © 2010–2015. All rights reserved.