Uses of Class
com.threecoffee.util.Gravity

Packages that use Gravity
com.threecoffee.anim Provides classes to create basic image-based objects such as Actors and Sprites. 
 

Uses of Gravity in com.threecoffee.anim
 

Methods in com.threecoffee.anim that return Gravity
 Gravity Sprite.getGravity()
          Returns the Gravity object acting on the Sprite.
 

Methods in com.threecoffee.anim with parameters of type Gravity
 void Sprite.setGravity(Gravity g1)
          Sets the given Gravity object as this Sprite's default Gravity.