Uses of Interface
graphics.movement.IGraphicMovement

Packages that use IGraphicMovement
graphics The Graphics Package. 
graphics.movement   
lab5lib   
 

Uses of IGraphicMovement in graphics
 

Methods in graphics with parameters of type IGraphicMovement
 void IGraphic.setMovement(IGraphicMovement movement)
          Sets the movement of the Graphic.
 void AbstractGraphic.setMovement(IGraphicMovement movement)
           
 

Uses of IGraphicMovement in graphics.movement
 

Classes in graphics.movement that implement IGraphicMovement
 class BouncingMovement
          TODO: fill in comments for BouncingMovement
 class RegularMovement
          TODO: fill in comments for RegularMovement
 class WrappingMovement
          TODO: fill in comments for WrappingMovement
 

Uses of IGraphicMovement in lab5lib
 

Methods in lab5lib with parameters of type IGraphicMovement
 void TripleShape.setMovement(IGraphicMovement movement)