Uses of Class
org.djunits.formatter.VectorFormat.Row
Packages that use VectorFormat.Row
Package
Description
Methods to format quantity-related values for display.
Definition classes for vectors and matrices.
-
Uses of VectorFormat.Row in org.djunits.formatter
Methods in org.djunits.formatter that return VectorFormat.RowModifier and TypeMethodDescriptionstatic VectorFormat.RowVectorFormat.Row.changeDefaults()Return an instance of VectorFormat.Row with the DEFAULT_ROW values, which can be changed for all subsequent calls.static VectorFormat.RowVectorFormat.Row.defaults()Return an instance of VectorFormat.Row for row vectors, initialized with the default values. -
Uses of VectorFormat.Row in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def with parameters of type VectorFormat.RowModifier and TypeMethodDescriptiondefault StringAbsVector.Row.format(VectorFormat.Row format) String representation of this vector after applying the format.