| java.lang.Object com.liferay.portlet.unitconverter.util.ConverterUtil
Method Summary | |
public static double | convertArea(int fromId, int toId, double fromValue) | public static double | convertLength(int fromId, int toId, double fromValue) | public static double | convertMass(int fromId, int toId, double fromValue) | public static double | convertTemperature(int fromId, int toId, double fromValue) | public static double | convertVolume(int fromId, int toId, double fromValue) | public static Conversion | getConversion(int type, int fromId, int toId, double fromValue) |
TEMPERATURE_CELSIUS | public static int TEMPERATURE_CELSIUS(Code) | | |
TEMPERATURE_FAHRENHEIHT | public static int TEMPERATURE_FAHRENHEIHT(Code) | | |
convertArea | public static double convertArea(int fromId, int toId, double fromValue)(Code) | | |
convertLength | public static double convertLength(int fromId, int toId, double fromValue)(Code) | | |
convertMass | public static double convertMass(int fromId, int toId, double fromValue)(Code) | | |
convertTemperature | public static double convertTemperature(int fromId, int toId, double fromValue)(Code) | | |
convertVolume | public static double convertVolume(int fromId, int toId, double fromValue)(Code) | | |
getConversion | public static Conversion getConversion(int type, int fromId, int toId, double fromValue)(Code) | | |
|
|