Uses of Class
javax.measure.test.TestConverter
Packages that use TestConverter
-
Uses of TestConverter in javax.measure.test
Subclasses of TestConverter in javax.measure.testModifier and TypeClassDescriptionstatic final classThis class represents converters made up of two or more separate converters (in matrix notation[pair] = [left] x [right]).Fields in javax.measure.test declared as TestConverterModifier and TypeFieldDescriptionstatic final TestConverterTestConverter.IDENTITYHolds identity converter.Methods in javax.measure.test that return TestConverterModifier and TypeMethodDescriptionTestConverter.concatenate(TestConverter that) Concatenates this physics converter with another unit converter.abstract TestConverterTestConverter.inverse()Methods in javax.measure.test with parameters of type TestConverterModifier and TypeMethodDescriptionTestConverter.concatenate(TestConverter that) Concatenates this physics converter with another unit converter. -
Uses of TestConverter in javax.measure.test.function
Subclasses of TestConverter in javax.measure.test.functionModifier and TypeClassDescriptionfinal classThis class represents a converter multiplying numeric values by a constant scaling factor (doublebased).