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.
  • Class
    Description
    Format 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 FormatContext or 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.
  • Class
    Description
    QuantityFormat stores the settings that influence both the value part and the unit part of an output string when formatting a quantity.
  • Class
    Description
    MatrixFormat 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.
  • Class
    Description
    TableFormat stores the settings that influence both the value part and the unit part of an output string when formatting a table.