com.b3dgs.lionengine
Interface Constants


public interface Constants

Set of standard constants.


Field Summary
static float R16_10
          Constant representing the 16/10 screen ratio.
static float R16_9
          Constant representing the 16/9 screen ratio.
static float R4_3
          Constant representing the 4/3 screen ratio.
static float R5_4
          Constant representing the 5/4 screen ratio.
 

Field Detail

R4_3

static final float R4_3
Constant representing the 4/3 screen ratio.

See Also:
Constant Field Values

R5_4

static final float R5_4
Constant representing the 5/4 screen ratio.

See Also:
Constant Field Values

R16_9

static final float R16_9
Constant representing the 16/9 screen ratio.

See Also:
Constant Field Values

R16_10

static final float R16_10
Constant representing the 16/10 screen ratio.

See Also:
Constant Field Values