public class Scale extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
SCALE |
static double |
SCALE_X |
static double |
SCALE_Y |
| Constructor and Description |
|---|
Scale() |
| Modifier and Type | Method and Description |
|---|---|
static double |
scale(double d) |
static float |
scale(float f) |
static int |
scale(int i) |
static double |
scaleHeight(double d) |
static float |
scaleHeight(float f) |
static int |
scaleHeight(int i) |
static double |
scaleWidth(double d) |
static float |
scaleWidth(float f) |
static int |
scaleWidth(int i) |
public static final double SCALE
public static final double SCALE_X
public static final double SCALE_Y
public static int scale(int i)
public static float scale(float f)
public static double scale(double d)
public static int scaleWidth(int i)
public static float scaleWidth(float f)
public static double scaleWidth(double d)
public static int scaleHeight(int i)
public static float scaleHeight(float f)
public static double scaleHeight(double d)