Uses of Interface
graphics.movement.IGraphicMovement

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

Uses of IGraphicMovement in graphics
 

Methods in graphics that return IGraphicMovement
 IGraphicMovement IGraphic.getMovement()
          Returns this graphic's movement
 IGraphicMovement AbstractGraphic.getMovement()
          Gets the current movement of the graphic
 

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

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