Uses of Class
org.djunits.formatter.VectorFormat
Packages that use VectorFormat
Package
Description
Methods to format quantity-related values for display.
Definition classes for vectors and matrices.
-
Uses of VectorFormat in org.djunits.formatter
Classes in org.djunits.formatter with type parameters of type VectorFormatModifier and TypeClassDescriptionclassVectorFormat<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.Subclasses of VectorFormat in org.djunits.formatterModifier and TypeClassDescriptionstatic 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.Methods in org.djunits.formatter with parameters of type VectorFormatModifier and TypeMethodDescriptionstatic StringVectorFormatter.format(AbsVector<?, ?, ?, ?, ?> absVector, VectorFormat<?> vectorFormat) Format an absolute vector according to a number of vector format settings.static StringVectorFormatter.format(Vector<?, ?, ?, ?, ?> vector, VectorFormat<?> vectorFormat) Format a vector according to a number of vector format settings. -
Uses of VectorFormat in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def with parameters of type VectorFormatModifier and TypeMethodDescriptiondefault StringVector.Col.format(VectorFormat<?> format) String representation of this vector after applying the format.default StringVector.Row.format(VectorFormat<?> format) String representation of this vector after applying the format.