Package edu.gatech.cs2335.lemmings.graphics

Class Summary
AnimatedSprite Class AnimatedSprite: This animated sprite will be used to render all things animated onto the screen.
Direction Class Direction: an enumeration for the directions a sprite could be facing.
ImageLoader Class ImageLoader: The image loader class provides the functionality for loading images from the hard drive or the web into BufferedImages.
ImageUtilities Class ImageUtilities: contains certain utility functions that can be useful for various image manipulating classes.
ImprovedTileSet Class ImprovedTileSet: This tileset is essentially an improved version of the regular tileset.
Looping Class Looping: an enumeration for the looping mode an animated sprite could use.
Renderer The Lemmings Renderer Takes care of drawing stuff to screen
TileSet The tileset class simplifies loading bitmap files that contain several tiles.
TileSetManager Class TileSetManager: This guy will allow us to manage tilesets in such a fashion that every tileset is only loaded once.