Uses of Interface
org.xith3d.loop.opscheduler.Animator

Packages that use Animator
org.xith3d.loop   
org.xith3d.loop.opscheduler   
org.xith3d.loop.opscheduler.impl   
 

Uses of Animator in org.xith3d.loop
 

Methods in org.xith3d.loop that return Animator
 Animator RenderLoop.getAnimator()
           
 

Uses of Animator in org.xith3d.loop.opscheduler
 

Subinterfaces of Animator in org.xith3d.loop.opscheduler
 interface OperationScheduler
          An OperationScheduler is capable of handling ScheduledOperations, which are to be executed by the render thread.
 

Uses of Animator in org.xith3d.loop.opscheduler.impl
 

Classes in org.xith3d.loop.opscheduler.impl that implement Animator
 class DummyOperationSchedulerImpl
          This is a dummy OperationScheduler implementation.
 class OperationSchedulerImpl
          If you're not using RenderLoop, but want to benefit from the OperationScheduler functionality, just use this one.
 class OperationSchedulerQueue
          This is a queue, that takes instances of OperationScheduler.