Uses of Class
org.deken.game.background.ParallaxOffset

Packages that use ParallaxOffset
org.deken.game.background   
 

Uses of ParallaxOffset in org.deken.game.background
 

Methods in org.deken.game.background that return ParallaxOffset
static ParallaxOffset ParallaxOffset.getParallaxOffset(int type)
           
 

Methods in org.deken.game.background with parameters of type ParallaxOffset
 void Parallax.setParallaxOffset(ParallaxOffset offset)
           
 void ParallaxBackground.setParallaxOffset(ParallaxOffset offset)
           
 void ParallaxWrapBackground.setParallaxOffset(ParallaxOffset offset)