Uses of Class
javoids.Move

Uses of Move in javoids
 

Fields in javoids declared as Move
private  Move Javoids.mouseMove
          the mouse's location
private  Move BasicSprite.move
          the movement information
 

Methods in javoids that return Move
 Move BasicSprite.getMove()
           
 

Methods in javoids with parameters of type Move
static double Common.getDistanceM(Move move1, Move move2)
           
 void ShieldedSprite.setMove(Move move)
           
 void Move.setMove(Move move)
           
 void BasicSprite.setMove(Move _move)
          set the sprite's movement information
static SpriteVector<Bullet> Bullet.spawn(BasicSprite parent, int directions, double initialDirection, Health health, Move move, Item item)
          create multiple bullets from a firing wepon
static void Common.target(Move move1, Move move2)
          change the direction of move1 toward the location in move2 (to target that point)
 

Constructors in javoids with parameters of type Move
BasicSprite(BasicSprite _parent, Health _health, Move _move, int _size)
           
Bullet(BasicSprite _parent, Health _health, Move _move, Item _item)
          Constructor
Explosion(BasicSprite parent, Move move, int _size)
          Constructor
GravityPoint(BasicSprite parent, Health health, Move move, int _size)
          Constructor
Javoid(BasicSprite parent, Health health, Move move, int _size)
          Constructor
Mine(BasicSprite parent, Health health, Move move, int _size)
          Constructor
Move(Move move)
          Constructor (copy)
PowerUp(BasicSprite parent, Health health, Move move, int _size)
          Constructor
Shield(BasicSprite parent, Health health, Move move, int _size, Shapes.Shape shieldShape)
          Constructor
ShieldedSprite(BasicSprite parent, Health health, Move move, Shield _shield, int _size, ImageMap.Name image, java.util.Vector<java.awt.geom.Area> areas, java.util.Vector<java.awt.Color> colors)
          Constructor
Ship(BasicSprite parent, Health health, Move move, int _size)
          Constructor
Singularity(BasicSprite parent, Health health, Move move, int _size)
          Constructor
Sprite(BasicSprite parent, Health health, Move move, int _size, ImageMap.Name _imageNumber, java.util.Vector<java.awt.geom.Area> _areas, java.util.Vector<java.awt.Color> _colors)
          Constructor