Uses of Interface
com.croftsoft.core.animation.model.WorldAccessor

Packages that use WorldAccessor
com.croftsoft.core.animation.animator ComponentAnimator implementations for Swing-based animation. 
com.croftsoft.core.animation.model The base interface for the model of a game world entity. 
com.croftsoft.core.animation.model.seri Serializable implementations of Model classes. 
 

Uses of WorldAccessor in com.croftsoft.core.animation.animator
 

Constructors in com.croftsoft.core.animation.animator with parameters of type WorldAccessor
WorldAnimator(WorldAccessor worldAccessor)
           
 

Uses of WorldAccessor in com.croftsoft.core.animation.model
 

Subinterfaces of WorldAccessor in com.croftsoft.core.animation.model
 interface World
          Provides methods for manipulating the Models in the game.
 

Uses of WorldAccessor in com.croftsoft.core.animation.model.seri
 

Classes in com.croftsoft.core.animation.model.seri that implement WorldAccessor
 class SeriWorld
          A World implementation.
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)