| Package | Description |
|---|---|
| org.orbisgis.commons.printer |
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
CustomPrinter.builder
Not null
StringBuilder used for the string building |
| Modifier and Type | Method and Description |
|---|---|
String |
ICustomPrinter.toString()
Return the not null string representation of the data contained by the
ICustomPrinter in its specific format. |
String |
CustomPrinter.toString() |
| Modifier and Type | Method and Description |
|---|---|
void |
ICustomPrinter.appendTableHeaderValue(Object value,
ICustomPrinter.CellPosition position)
Add a header value to the table.
|
void |
ICustomPrinter.appendTableHeaderValue(Object value,
ICustomPrinter.CellPosition position)
Add a header value to the table.
|
void |
Ascii.appendTableHeaderValue(Object value,
ICustomPrinter.CellPosition position) |
void |
Ascii.appendTableHeaderValue(Object value,
ICustomPrinter.CellPosition position) |
void |
Html.appendTableHeaderValue(Object value,
ICustomPrinter.CellPosition position) |
void |
Html.appendTableHeaderValue(Object value,
ICustomPrinter.CellPosition position) |
void |
ICustomPrinter.appendTableTitle(Object title)
Add a title to the table.
|
void |
Ascii.appendTableTitle(Object title) |
void |
Html.appendTableTitle(Object title) |
void |
ICustomPrinter.appendTableValue(Object value)
Add a single value to the table.
|
void |
CustomPrinter.appendTableValue(Object value) |
void |
ICustomPrinter.appendTableValue(Object value,
ICustomPrinter.CellPosition position)
Add a single value to the table.
|
void |
ICustomPrinter.appendTableValue(Object value,
ICustomPrinter.CellPosition position)
Add a single value to the table.
|
void |
Ascii.appendTableValue(Object value,
ICustomPrinter.CellPosition position) |
void |
Ascii.appendTableValue(Object value,
ICustomPrinter.CellPosition position) |
void |
Html.appendTableValue(Object value,
ICustomPrinter.CellPosition position) |
void |
Html.appendTableValue(Object value,
ICustomPrinter.CellPosition position) |
void |
ICustomPrinter.appendValue(Object value)
Add a simple value.
|
| Constructor and Description |
|---|
Ascii(StringBuilder builder)
Constructor.
|
CustomPrinter(StringBuilder builder)
Main constructor.
|
Html(StringBuilder builder)
Main constructor.
|
Copyright © 2021 CNRS. All rights reserved.