|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.in.ValueProcessor
visad.data.in.ValueUnpacker
public abstract class ValueUnpacker
Provides support for unpacking data values (i.e. converting them from smaller types to bigger types).
Instances are immutable.
Field Summary |
---|
Fields inherited from class visad.data.in.ValueProcessor |
---|
trivialProcessor |
Constructor Summary | |
---|---|
protected |
ValueUnpacker()
Constructs from nothing. |
Method Summary | |
---|---|
double |
getIncrement()
Returns the minimum, potential increment between numeric values. |
static ValueUnpacker |
valueUnpacker()
Returns the trivial value unpacker. |
Methods inherited from class visad.data.in.ValueProcessor |
---|
process, process, process, process |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ValueUnpacker()
Method Detail |
---|
public static ValueUnpacker valueUnpacker()
getIncrement()
method returns NaN.
public double getIncrement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |