Uses of Class
org.djunits.formatter.TableFormat
Packages that use TableFormat
Package
Description
Methods to format quantity-related values for display.
Two-dimensonal tables with quantities.
-
Uses of TableFormat in org.djunits.formatter
Methods in org.djunits.formatter that return TableFormatModifier and TypeMethodDescriptionstatic TableFormatTableFormat.changeDefaults()Return an instance of TableFormat with the DEFAULT values, which can be changed for all subsequent calls.static TableFormatTableFormat.defaults()Return an instance of TableFormat, initialized with the default values.TableFormat.setColSeparatorSymbol(String separatorSymbol) Set the separator symbol to use between columns in a row for a table, e.g., " ".TableFormat.setFirstRowEndSymbol(String endSymbol) Set the end symbol to use for the first row for a table, e.g., "|".TableFormat.setFirstRowStartSymbol(String startSymbol) Set the start symbol to use for the first row for a table, e.g., "|".TableFormat.setLastRowEndSymbol(String endSymbol) Set the end symbol to use for the last row for a table, e.g., "|".TableFormat.setLastRowStartSymbol(String startSymbol) Set the start symbol to use for the last row for a table, e.g., "|".TableFormat.setMiddleRowEndSymbol(String endSymbol) Set the end symbol for a middle row for a table, e.g., "]".TableFormat.setMiddleRowStartSymbol(String startSymbol) Set the start symbol to use for a middle row in a table, e.g., "|".TableFormat.setTablePostfix(String tablePostfix) Set the table postfix, e.g., "".TableFormat.setTablePrefix(String tablePrefix) Set the table prefix, e.g., "Table\n".Methods in org.djunits.formatter with parameters of type TableFormatModifier and TypeMethodDescriptionstatic StringTableFormatter.format(AbsQuantityTable<?, ?> absTable, TableFormat tableFormat) Format an absolute table according to a number of table format settings.static StringTableFormatter.format(QuantityTable<?> table, TableFormat tableFormat) Format a table according to a number of table format settings. -
Uses of TableFormat in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table with parameters of type TableFormatModifier and TypeMethodDescriptionAbsQuantityTable.format(TableFormat format) String representation of this quantity table after applying the format.QuantityTable.format(TableFormat format) String representation of this quantity table after applying the format.