Uses of Class
javoids.Sprite

Uses of Sprite in javoids
 

Subclasses of Sprite in javoids
 class Bullet
          A fired bullet.
 class Explosion
          An explosion (currently an animated gif image)
 class GravityPoint
          A single point of gravity that attract's other sprites.
 class Javoid
          A javoid (asteroid like) object.
 class Mine
          A mine class that damages ship sprites when they collide.
 class PowerUp
          A sprite that grants Ship sprites special items, bonus points, or effects like repairing damage
 class Shield
          A sprite class to provide a shield to another sprite, protecting it from damage.
 class ShieldedSprite
          A sprite with a shield (also a sprite).
 class Ship
          A space ship sprite class.
 class Singularity
          A singularity (not quite, but close enough).