Uses of Class
com.b3dgs.lionengine.core.Ratio

Packages that use Ratio
com.b3dgs.lionengine.core   
 

Uses of Ratio in com.b3dgs.lionengine.core
 

Methods in com.b3dgs.lionengine.core that return Ratio
 Ratio Display.getRatio()
          Get screen ratio (ex: 4/3).
static Ratio Ratio.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Ratio[] Ratio.values()
          Returns an array containing the constants of this enum type, in the order they are declared.