Static Public Member Functions | |
| static void | setLabelWidth (int labelWidth) |
| Set to <0 for left-aligned label with given width. | |
| static void | setValueWidth (int valueWidth) |
| Set to <0 for left-aligned value with given width. | |
Definition at line 5 of file Report.java.
|
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.
Definition at line 25 of file Report.java.
|
static |
Set to <0 for left-aligned value with given width.
Set to 0 for value-adjusted width.
Definition at line 42 of file Report.java.