Uses of Class
org.xith3d.loop.RenderLoop.StopOperation

Packages that use RenderLoop.StopOperation
org.xith3d.loop   
 

Uses of RenderLoop.StopOperation in org.xith3d.loop
 

Methods in org.xith3d.loop that return RenderLoop.StopOperation
 RenderLoop.StopOperation RenderLoop.getStopOperation()
           
static RenderLoop.StopOperation RenderLoop.StopOperation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RenderLoop.StopOperation[] RenderLoop.StopOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xith3d.loop with parameters of type RenderLoop.StopOperation
 void RenderLoop.setStopOperation(RenderLoop.StopOperation operation)
          Sets the StopOperation to invoke when the RenderLoop stops.