public class LengthFunctions extends Object
| Constructor and Description |
|---|
LengthFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static float |
floatValueForLength(Length length,
float maximumValue) |
static int |
intValueForLength(Length length,
float maximumValue) |
static float |
valueForLength(float length,
float maximumValue) |
static float |
valueForLength(Length length,
float maximumValue) |
public static int intValueForLength(Length length, float maximumValue)
public static float valueForLength(float length,
float maximumValue)
public static float valueForLength(Length length, float maximumValue)
public static float floatValueForLength(Length length, float maximumValue)
Revision 4.0.15 / 20220727-0149