Uses of Class
org.djunits.formatter.Format
Packages that use Format
-
Uses of Format in org.djunits.formatter
Classes in org.djunits.formatter with type parameters of type FormatModifier and TypeClassDescription(package private) classFormat<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.formatterModifier and TypeClassDescriptionclassMatrixFormat stores the settings that influence both the value part and the unit part of an output string when formatting a matrix.classQuantityFormat stores the settings that influence both the value part and the unit part of an output string when formatting a quantity.classTableFormat stores the settings that influence both the value part and the unit part of an output string when formatting a table.classVectorFormat<F extends VectorFormat<F>>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 classVectorFormat.Col stores the settings that influence both the value part and the unit part of an output string when formatting a column vector.static classVectorFormat.Row stores the settings that influence both the value part and the unit part of an output string when formatting a row vector.