Uses of Class
org.djunits.formatter.Format

Packages that use Format
Package
Description
Methods to format quantity-related values for display.
  • Uses of Format in org.djunits.formatter

    Classes in org.djunits.formatter with type parameters of type Format
    Modifier and Type
    Class
    Description
    (package private) class 
    Format<F extends Format<F,C>,C extends FormatContext>
    Format is the abstract base class for the settings the format.
    Subclasses of Format in org.djunits.formatter
    Modifier and Type
    Class
    Description
    class 
    MatrixFormat stores the settings that influence both the value part and the unit part of an output string when formatting a matrix.
    class 
    QuantityFormat stores the settings that influence both the value part and the unit part of an output string when formatting a quantity.
    class 
    TableFormat stores the settings that influence both the value part and the unit part of an output string when formatting a table.
    class 
    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.
    static class 
    VectorFormat.Col stores the settings that influence both the value part and the unit part of an output string when formatting a column vector.
    static class 
    VectorFormat.Row stores the settings that influence both the value part and the unit part of an output string when formatting a row vector.