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 interface
Invertible
Methods in de.timmfitschen.easyunits that return Converter Modifier and Type Method Description Converter
BaseUnit. getConverter()
Converter
CompoundUnit. getConverter()
Converter
ConvertedUnit. getConverter()
Converter
SystemOfUnits. getConverter(Unit from, Unit to)
abstract Converter
Unit. 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 Unit
Unit. 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 class
AbstractConverter
class
ChainConverter
This class is currently not used but it will be useful as soon as non-linear converters are implemented.class
LinearConverter
class
OffsetConverter
class
Prefix
class
ProductConverter
Methods in de.timmfitschen.easyunits.conversion that return Converter Modifier and Type Method Description Converter
AbstractConverter. concatenate(Converter nextConverter)
Return a converter which is equivalent to applying the `nextConverter` on the result of a conversion with this converter.Converter
Converter. concatenate(Converter nextConverter)
Return a converter which is equivalent to applying the `nextConverter` on the result of a conversion with this converter.Converter
Prefix. concatenate(Converter nextConverter)
protected abstract Converter
AbstractConverter. concatenateNonIdentityConverter(Converter nextConverter)
Return a new Converter by concatenating another converter to this converter.protected Converter
ChainConverter. concatenateNonIdentityConverter(Converter c)
protected Converter
LinearConverter. concatenateNonIdentityConverter(Converter converter)
Methods in de.timmfitschen.easyunits.conversion with parameters of type Converter Modifier and Type Method Description Converter
AbstractConverter. concatenate(Converter nextConverter)
Return a converter which is equivalent to applying the `nextConverter` on the result of a conversion with this converter.Converter
Converter. concatenate(Converter nextConverter)
Return a converter which is equivalent to applying the `nextConverter` on the result of a conversion with this converter.Converter
Prefix. concatenate(Converter nextConverter)
protected abstract Converter
AbstractConverter. concatenateNonIdentityConverter(Converter nextConverter)
Return a new Converter by concatenating another converter to this converter.protected Converter
ChainConverter. concatenateNonIdentityConverter(Converter c)
protected Converter
LinearConverter. concatenateNonIdentityConverter(Converter converter)
-