Package com.golden.gamedev.engine.graphics

Class Summary
AppletMode Graphics frame work for applet environment, used by GameEngine to create game environment.
FullScreenMode Graphics frame work for fullscreen exclusive environment, used by GameEngine to create game environment.
HybridMode Graphics frame work supports Applet, Window, and Fullscreen Environment, parent class of Game.
WindowMode Graphics frame work for window environment, used by GameEngine to create game environment.