.. java:import:: java.text DecimalFormat .. java:import:: java.text DecimalFormatSymbols .. java:import:: java.util Locale WrappedLinearConverter ====================== .. java:package:: org.caosdb.unit :noindex: .. java:type:: public class WrappedLinearConverter implements LinearConverter Constructors ------------ WrappedLinearConverter ^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public WrappedLinearConverter(de.timmfitschen.easyunits.conversion.LinearConverter converter) :outertype: WrappedLinearConverter Methods ------- get_dividend ^^^^^^^^^^^^ .. java:method:: @Override public long get_dividend() :outertype: WrappedLinearConverter get_divisor ^^^^^^^^^^^ .. java:method:: @Override public long get_divisor() :outertype: WrappedLinearConverter get_offset_a ^^^^^^^^^^^^ .. java:method:: @Override public double get_offset_a() :outertype: WrappedLinearConverter get_offset_c ^^^^^^^^^^^^ .. java:method:: @Override public double get_offset_c() :outertype: WrappedLinearConverter