Uses of Class
utilities.Vector

Packages that use Vector
fishbowl   
graphics The Graphics Package. 
graphics.movement   
lab5lib   
 

Uses of Vector in fishbowl
 

Methods in fishbowl that return Vector
 Vector Fish.getVector()
           
 

Methods in fishbowl with parameters of type Vector
 void Fish.setVector(Vector v)
           
 

Uses of Vector in graphics
 

Methods in graphics that return Vector
 Vector ILocatable.move(Vector v)
          Moves the Object from one location to another by a specific vector
 Vector AbstractGraphic.move(Vector v)
          Moves the Graphic by a certain vector, according to it's current MovementBehavior
 

Methods in graphics with parameters of type Vector
 Vector ILocatable.move(Vector v)
          Moves the Object from one location to another by a specific vector
 Vector AbstractGraphic.move(Vector v)
          Moves the Graphic by a certain vector, according to it's current MovementBehavior
 

Uses of Vector in graphics.movement
 

Methods in graphics.movement that return Vector
 Vector WrappingMovement.move(IGraphic graphic, Vector v)
           
 Vector RegularMovement.move(IGraphic graphic, Vector v)
          Adds the values in the vector onto the graphic's location
 Vector IGraphicMovement.move(IGraphic graphic, Vector v)
           
 Vector BouncingMovement.move(IGraphic graphic, Vector vector)
           
 

Methods in graphics.movement with parameters of type Vector
 Vector WrappingMovement.move(IGraphic graphic, Vector v)
           
 Vector RegularMovement.move(IGraphic graphic, Vector v)
          Adds the values in the vector onto the graphic's location
 Vector IGraphicMovement.move(IGraphic graphic, Vector v)
           
 Vector BouncingMovement.move(IGraphic graphic, Vector vector)
           
 

Uses of Vector in lab5lib
 

Methods in lab5lib that return Vector
 Vector TripleShape.move(Vector v)
           
 

Methods in lab5lib with parameters of type Vector
 Vector TripleShape.move(Vector v)
           
 void TripleShape.setDirectionVector(Vector newVector)
          Set the directional vector for the entire composite shape.