public final class Ratio
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
R16_10
Constant representing the 16/10 screen ratio.
|
static double |
R16_9
Constant representing the 16/9 screen ratio.
|
static double |
R4_3
Constant representing the 4/3 screen ratio.
|
static double |
R5_4
Constant representing the 5/4 screen ratio.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(double ratio1,
double ratio2)
Get the ratio enum from its value.
|
public static final double R4_3
public static final double R5_4
public static final double R16_9
public static final double R16_10