| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DOUBLE_FORMAT |
static java.lang.String |
FLOAT_FORMAT |
description, length, number, valueDATEFORMAT, DATEFORMAT_STRING, TIMEFORMAT, TIMEFORMAT_STRING| Constructor and Description |
|---|
DataField(java.lang.String description,
java.lang.Object[] data) |
| Modifier and Type | Method and Description |
|---|---|
void |
print(java.io.PrintStream out)
Print the object to the given print stream.
|
protected void |
print(java.io.PrintStream out,
double[] y) |
protected void |
print(java.io.PrintStream out,
double[][] y) |
protected void |
print(java.io.PrintStream out,
float[] y) |
protected void |
print(java.io.PrintStream out,
float[][] y) |
protected void |
print(java.io.PrintStream out,
float[] x,
double[] y) |
protected void |
print(java.io.PrintStream out,
float[] x,
double[][] y) |
protected void |
print(java.io.PrintStream out,
float[] x,
float[] y) |
protected void |
print(java.io.PrintStream out,
float[] x,
float[][] y) |
getDescription, getLength, getNumber, getPresentationClass, getPresentationString, getValue, print, toStringpublic static final java.lang.String FLOAT_FORMAT
public static final java.lang.String DOUBLE_FORMAT
public DataField(java.lang.String description,
java.lang.Object[] data)
public void print(java.io.PrintStream out)
out - the print stream.protected void print(java.io.PrintStream out,
float[] y)
protected void print(java.io.PrintStream out,
float[][] y)
protected void print(java.io.PrintStream out,
float[] x,
float[] y)
protected void print(java.io.PrintStream out,
float[] x,
float[][] y)
protected void print(java.io.PrintStream out,
double[] y)
protected void print(java.io.PrintStream out,
float[] x,
double[] y)
protected void print(java.io.PrintStream out,
double[][] y)
protected void print(java.io.PrintStream out,
float[] x,
double[][] y)