|
| Report (String label, String value) |
|
| Report (String label, int value) |
|
| Report (String label, double value) |
|
| Report (String label, int[] value) |
|
| Report (String label, double[] value) |
|
| Report (String label, boolean value) |
|
| Report (String label) |
|
void | add (Report subReport) |
|
void | add (String label, String value) |
|
void | add (String label, int value) |
|
void | add (String label, double value) |
|
void | add (String label, boolean value) |
|
void | add (String label, int[] value) |
|
void | add (String label, double[] value) |
|
void | add (String label) |
|
String | toString () |
|
String | toString (int baseIndentation) |
|
|
static void | setLabelWidth (int labelWidth) |
| Set to <0 for left-aligned label with given width. More...
|
|
static void | setIndentation (int indentation) |
|
static void | setFloatPrecision (int floatPrecision) |
|
static void | setValueWidth (int valueWidth) |
| Set to <0 for left-aligned value with given width. More...
|
|
|
static final String | NEWLINE = System.getProperty("line.separator") |
|
|
static String | formatVector (int[] value) |
|
static String | formatVector (double[] value) |
|
|
String | label |
|
String | value |
|
List< Report > | subReports |
|
|
static int | labelWidth = 24 |
|
static int | indentation = 3 |
|
static int | floatPrecision = 4 |
|
static int | valueWidth = 0 |
|
◆ setLabelWidth()
static void setLabelWidth |
( |
int |
labelWidth | ) |
|
|
static |
Set to <0 for left-aligned label with given width.
Set to 0 for label-adjusted width. Set to >0 for right-aligned value with given width.
◆ setValueWidth()
static void setValueWidth |
( |
int |
valueWidth | ) |
|
|
static |
Set to <0 for left-aligned value with given width.
Set to 0 for value-adjusted width.
The documentation for this class was generated from the following file: