Uses of Class
com.kccoder.fracture.CoreMode

Packages that use CoreMode
com.kccoder.fracture   
 

Uses of CoreMode in com.kccoder.fracture
 

Methods in com.kccoder.fracture that return CoreMode
static CoreMode Fracture.getCoreMode()
          Get the currently configured CoreMode.
static CoreMode CoreMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CoreMode[] CoreMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.kccoder.fracture with parameters of type CoreMode
static void Fracture.setCoreMode(CoreMode coreMode)
          Confiure the Fracture library CoreMode.