Uses of Class
com.croftsoft.apps.jogl.JoglMoveState.EnumDirection

Packages that use JoglMoveState.EnumDirection
com.croftsoft.apps.jogl Java Binding for the OpenGL API (JOGL) demonstration 
 

Uses of JoglMoveState.EnumDirection in com.croftsoft.apps.jogl
 

Methods in com.croftsoft.apps.jogl that return JoglMoveState.EnumDirection
static JoglMoveState.EnumDirection JoglMoveState.EnumDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoglMoveState.EnumDirection[] JoglMoveState.EnumDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.croftsoft.apps.jogl with parameters of type JoglMoveState.EnumDirection
 boolean JoglMoveState.get(JoglMoveState.EnumDirection enumDirection)
           
 boolean JoglMoveRequest.get(JoglMoveState.EnumDirection enumDirection)
           
 void JoglMoveState.set(JoglMoveState.EnumDirection enumDirection, boolean flag)
           
 void JoglMoveRequest.set(JoglMoveState.EnumDirection enumDirection, boolean flag)
           
 


CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)