Uses of Class
org.djunits.vecmat.table.QuantityTable
Packages that use QuantityTable
Package
Description
Methods to format quantity-related values for display.
Definition classes for vectors and matrices.
Two-dimensonal tables with quantities.
-
Uses of QuantityTable in org.djunits.formatter
Methods in org.djunits.formatter that return QuantityTableModifier and TypeMethodDescription(package private) QuantityTable<?>TableFormatter.table()Return the value as a table (or table).Methods in org.djunits.formatter with parameters of type QuantityTableModifier and TypeMethodDescriptionstatic StringTableFormatter.format(QuantityTable<?> table, TableFormat tableFormat) Format a table according to a number of table format settings.Constructors in org.djunits.formatter with parameters of type QuantityTableModifierConstructorDescription(package private)TableFormatter(QuantityTable<?> table, TableFormatContext ctx) -
Uses of QuantityTable in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return QuantityTableModifier and TypeMethodDescriptionVectorMatrix.asQuantityTable()Convert this vector or matrix to aQuantityTable. -
Uses of QuantityTable in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return QuantityTableModifier and TypeMethodDescription<TQ extends Quantity<TQ>>
QuantityTable<TQ>Return the QuantityTable 'as' a QuantityTable with a known quantity, using a unit to express the result in.QuantityTable.instantiateSi(double[] siNew) QuantityTable.instantiateSi(double[] siNew, SIUnit siUnit) static <Q extends Quantity<Q>>
QuantityTable<Q>Create a new QuantityTable with a unit, based on a 2-dimensional grid with values in the given unit.static <Q extends Quantity<Q>>
QuantityTable<Q>Create a new QuantityTable with a unit, based on a row-major array with values in the given unit.static <Q extends Quantity<Q>>
QuantityTable<Q>QuantityTable.of(Q[][] grid) Create a QuantityTable without needing generics, based on a 2-dimensional grid of quantities.static <Q extends Quantity<Q>>
QuantityTable<Q>QuantityTable.of(Q[] data, int rows, int cols) Create a QuantityTable without needing generics, based on a row-major array of quantities.static <Q extends Quantity<Q>>
QuantityTable<Q>Create a new QuantityTable with a unit, based on a 2-dimensional grid with SI-values.static <Q extends Quantity<Q>>
QuantityTable<Q>Create a QuantityTable without needing generics, based on a row-major array with SI-values.QuantityTable.transpose()Return the transposed quantity table.Methods in org.djunits.vecmat.table with parameters of type QuantityTableModifier and TypeMethodDescriptionAbsQuantityTable.instantiate(QuantityTable<Q> relativeTable, Reference<?, A, Q> reference) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsQuantityTable<A,Q> AbsQuantityTable.of(QuantityTable<Q> relativeTable, R reference) Create a AbsQuantityTable without needing generics, based on a relative table.Constructors in org.djunits.vecmat.table with parameters of type QuantityTableModifierConstructorDescriptionAbsQuantityTable(QuantityTable<Q> relativeTable, Reference<?, A, Q> reference) Create a new AbsQuantityTable with a display unit and a reference point.