.. java:import:: de.timmfitschen.easyunits.conversion LinearConverter WrappedUnit =========== .. java:package:: org.caosdb.unit :noindex: .. java:type:: public class WrappedUnit implements Unit Constructors ------------ WrappedUnit ^^^^^^^^^^^ .. java:constructor:: public WrappedUnit(de.timmfitschen.easyunits.Unit unit) :outertype: WrappedUnit Methods ------- convert ^^^^^^^ .. java:method:: @Override public Double convert(Double vDouble) :outertype: WrappedUnit getConverter ^^^^^^^^^^^^ .. java:method:: @Override public Converter getConverter() :outertype: WrappedUnit getSignature ^^^^^^^^^^^^ .. java:method:: @Override public Long getSignature() :outertype: WrappedUnit normalize ^^^^^^^^^ .. java:method:: @Override public Unit normalize() :outertype: WrappedUnit