Uses of Interface
de.timmfitschen.easyunits.conversion.Converter
-
Packages that use Converter Package Description de.timmfitschen.easyunits de.timmfitschen.easyunits.conversion -
-
Uses of Converter in de.timmfitschen.easyunits
Subinterfaces of Converter in de.timmfitschen.easyunits Modifier and Type Interface Description interfaceInvertibleMethods in de.timmfitschen.easyunits that return Converter Modifier and Type Method Description ConverterBaseUnit. getConverter()ConverterCompoundUnit. getConverter()ConverterConvertedUnit. getConverter()ConverterSystemOfUnits. getConverter(Unit from, Unit to)abstract ConverterUnit. getConverter()Return a converter for a conversion of this unit to the normalized unit.Methods in de.timmfitschen.easyunits with parameters of type Converter Modifier and Type Method Description protected UnitUnit. transform(Converter c)Transform this unit into another by means of a converter.Constructors in de.timmfitschen.easyunits with parameters of type Converter Constructor Description ConvertedUnit(Unit unit, Converter converter) -
Uses of Converter in de.timmfitschen.easyunits.conversion
Classes in de.timmfitschen.easyunits.conversion that implement Converter Modifier and Type Class Description classAbstractConverterclassChainConverterThis class is currently not used but it will be useful as soon as non-linear converters are implemented.classLinearConverterclassOffsetConverterclassPrefixclassProductConverterMethods in de.timmfitschen.easyunits.conversion that return Converter Modifier and Type Method Description ConverterAbstractConverter. concatenate(Converter nextConverter)Return a converter which is equivalent to applying the `nextConverter` on the result of a conversion with this converter.ConverterConverter. concatenate(Converter nextConverter)Return a converter which is equivalent to applying the `nextConverter` on the result of a conversion with this converter.ConverterPrefix. concatenate(Converter nextConverter)protected abstract ConverterAbstractConverter. concatenateNonIdentityConverter(Converter nextConverter)Return a new Converter by concatenating another converter to this converter.protected ConverterChainConverter. concatenateNonIdentityConverter(Converter c)protected ConverterLinearConverter. concatenateNonIdentityConverter(Converter converter)Methods in de.timmfitschen.easyunits.conversion with parameters of type Converter Modifier and Type Method Description ConverterAbstractConverter. concatenate(Converter nextConverter)Return a converter which is equivalent to applying the `nextConverter` on the result of a conversion with this converter.ConverterConverter. concatenate(Converter nextConverter)Return a converter which is equivalent to applying the `nextConverter` on the result of a conversion with this converter.ConverterPrefix. concatenate(Converter nextConverter)protected abstract ConverterAbstractConverter. concatenateNonIdentityConverter(Converter nextConverter)Return a new Converter by concatenating another converter to this converter.protected ConverterChainConverter. concatenateNonIdentityConverter(Converter c)protected ConverterLinearConverter. concatenateNonIdentityConverter(Converter converter)
-