Uses of Class
de.turnertech.measures.Unit
-
Uses of Unit in de.turnertech.measures
Fields in de.turnertech.measures declared as UnitModifier and TypeFieldDescriptionstatic final UnitUnit.CENTIMETREcmstatic final UnitUnit.DEGREEdegstatic final UnitUnit.DEGREES_CELSIUS°Cstatic final UnitUnit.DEGREES_FAHRENHEIT°Fstatic final UnitUnit.FOOTft_istatic final UnitUnit.GRAMgstatic final UnitUnit.INCHin_istatic final UnitUnit.KELVINKstatic final UnitUnit.KILOMETREkmstatic final UnitUnit.METREmstatic final UnitUnit.MILEmi_istatic final UnitUnit.NAUTICAL_MILEnmi_istatic final UnitUnit.POUNDlb_avstatic final UnitUnit.RADIANradstatic final UnitUnit.SECONDsstatic final UnitUnit.YARDyd_iMethods in de.turnertech.measures that return UnitModifier and TypeMethodDescriptionUnit.getBaseUnit()Gets the common base unit for the family of units to which this Unit belongs.Measure.getUnit()Sets the Unit of this Measure.Methods in de.turnertech.measures with parameters of type UnitModifier and TypeMethodDescriptionstatic MeasureConverts between Units using one of a number of conversion options.static MeasureConverts between Units using one of a number of conversion options.Helper function to convert this Measure to a new Measure with the supplied newUnit parameter.static DoubleUnaryOperatorUnitConverter.putFunction(Unit unitIn, Unit unitOut, DoubleUnaryOperator function) Adds a conversion function for transitioning from the unitIn, to the unitOut.static DoubleAdds a scalar function for transitioning from the unitIn, to the unitOut.Constructors in de.turnertech.measures with parameters of type Unit