Uses of Package
org.djunits.formatter
Packages that use org.djunits.formatter
Package
Description
Methods to format quantity-related values for display.
Definition classes for quantities.
Definition classes for vectors and matrices.
Two-dimensonal tables with quantities.
-
Classes in org.djunits.formatter used by org.djunits.formatterClassDescriptionFormat is the abstract base class for the settings the format.FormatContext contains a number of basic settings for formatting a quantity, vector, matrix or quantity table.The format mode.Formatter of quantities, vectors, matrices and tables according to the format options that are stored in the
FormatContextor one of its extensions.MatrixFormat stores the settings that influence both the value part and the unit part of an output string when formatting a matrix.MatrixFormatContext contains a number of basic settings for formatting a matrix.QuantityFormat stores the settings that influence both the value part and the unit part of an output string when formatting a quantity.QuantityFormatContext contains a number of settings for formatting a quantity.TableFormat stores the settings that influence both the value part and the unit part of an output string when formatting a table.TableFormatContext contains a number of basic settings for formatting a quantity table.VectorFormat stores the settings that influence both the value part and the unit part of an output string when formatting a row or column vector.VectorFormat.Col stores the settings that influence both the value part and the unit part of an output string when formatting a column vector.VectorFormat.Row stores the settings that influence both the value part and the unit part of an output string when formatting a row vector.VectorFormatContext contains a number of settings for formatting a vector. -
Classes in org.djunits.formatter used by org.djunits.quantity.defClassDescriptionQuantityFormat stores the settings that influence both the value part and the unit part of an output string when formatting a quantity.
-
Classes in org.djunits.formatter used by org.djunits.vecmat.defClassDescriptionMatrixFormat stores the settings that influence both the value part and the unit part of an output string when formatting a matrix.VectorFormat stores the settings that influence both the value part and the unit part of an output string when formatting a row or column vector.VectorFormat.Col stores the settings that influence both the value part and the unit part of an output string when formatting a column vector.VectorFormat.Row stores the settings that influence both the value part and the unit part of an output string when formatting a row vector.
-
Classes in org.djunits.formatter used by org.djunits.vecmat.tableClassDescriptionTableFormat stores the settings that influence both the value part and the unit part of an output string when formatting a table.