public class Converter extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
Celcius |
static char |
Fath |
static char |
Ft |
static char |
KMH |
static char |
Kts |
static char |
Left |
static char |
M |
static char |
Right |
| Constructor and Description |
|---|
Converter() |
| Modifier and Type | Method and Description |
|---|---|
static float |
distance(float dist,
char unit) |
static float |
leftOrRight(float dir,
char unit) |
static float |
toCelcius(float temp,
char unit) |
static float |
toKnots(float velocity,
char unit) |
static float |
toMeters(float depth,
char unit) |
static float |
toMetersPerSecond(float velocity,
char unit) |
public static final char Kts
public static final char M
public static final char KMH
public static final char Left
public static final char Right
public static final char Celcius
public static final char Fath
public static final char Ft
public static float toKnots(float velocity,
char unit)
public static float toMetersPerSecond(float velocity,
char unit)
public static float leftOrRight(float dir,
char unit)
public static float toCelcius(float temp,
char unit)
public static float toMeters(float depth,
char unit)
public static float distance(float dist,
char unit)
Copyright © 2016. All rights reserved.