Uses of Class
edu.umd.cs.jazz.animation.ZNextFrameCondition

Packages that use ZNextFrameCondition
edu.umd.cs.jazz.animation This package supports animation in Jazz. 
 

Uses of ZNextFrameCondition in edu.umd.cs.jazz.animation
 

Subclasses of ZNextFrameCondition in edu.umd.cs.jazz.animation
 class ZNextFrameOnElapsedFrames
          ZNextFrameOnElapsedFrames allows an animation to schedule its animation rate by frame count instead of by time.
 class ZNextFrameOnElapsedTime
          ZNextFrameOnElapsedTime allows an animation to schedule its frame rate based on time.
 

Methods in edu.umd.cs.jazz.animation with parameters of type ZNextFrameCondition
protected  void ZAnimation.scheduleNextFrame(ZNextFrameCondition aCondition)
          Schedules this animation with the given condition with the ZAnimationScheduler.
 void ZAnimationScheduler.scheduleAnimation(ZAnimation aAnimation, ZNextFrameCondition aCondition)
          Schedule an animation together with its frame condition.
 



Copyright © 2001 by University of Maryland, College Park, MD 20742, USA All rights reserved.