Uses of Class
com.b3dgs.lionengine.utility.Architecture

Packages that use Architecture
com.b3dgs.lionengine.utility   
 

Uses of Architecture in com.b3dgs.lionengine.utility
 

Methods in com.b3dgs.lionengine.utility that return Architecture
static Architecture OSDetector.getArchitecture()
          Get java current running architecture.
static Architecture Architecture.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Architecture[] Architecture.values()
          Returns an array containing the constants of this enum type, in the order they are declared.