Uses of Class
utilities.Vector

Packages that use Vector
graphics The Graphics Package. 
graphics.movement   
lab2lib   
lab3lib   
lab7lib   
 

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 lab2lib
 

Methods in lab2lib with parameters of type Vector
 void BouncingTriangle.setMovement(Vector movementVector)
           
 void BouncingSquare.setMovement(Vector movementVector)
           
 

Uses of Vector in lab3lib
 

Methods in lab3lib with parameters of type Vector
 void IBounceChanger.setMovement(Vector movementVector)
          Set the movement vector of a bouncing thing.
 void BouncingBall.setMovement(Vector movementVector)
           
 

Uses of Vector in lab7lib
 

Methods in lab7lib that return Vector
 Vector SquareShape.getVector()
          Get the vector that controls the movement for this shape.
 Vector HexagonShape.getVector()
          Get the vector that controls the movement for this shape.
 Vector EllipticalShape.getVector()
          Get the vector that controls the movement for this shape.
 

Methods in lab7lib with parameters of type Vector
 void SquareShape.setVector(Vector v)
          Change the vector that controls the movement for this shape.
 void HexagonShape.setVector(Vector v)
          Change the vector that controls the movement for this shape.
 void EllipticalShape.setVector(Vector v)
          Change the vector that controls the movement for this shape.