Uses of Class
de.adom.jade.startup.SplashScreen

Packages that use SplashScreen
de.adom.jade.startup   
de.adom.jade.ui   
de.adom.jade.ui.ascii   
de.adom.jade.world.maps   
 

Uses of SplashScreen in de.adom.jade.startup
 

Constructors in de.adom.jade.startup with parameters of type SplashScreen
JadeLoader(SplashScreen theScreen, UserInterface theUI)
          Creates a new loader for loading all JADE data in a delayed way.
 

Uses of SplashScreen in de.adom.jade.ui
 

Methods in de.adom.jade.ui with parameters of type SplashScreen
abstract  void UserInterface.initialize(SplashScreen splashScreen)
          Initializes this particular user interface by executing all CPU intensive initializaton routines.
 

Uses of SplashScreen in de.adom.jade.ui.ascii
 

Methods in de.adom.jade.ui.ascii with parameters of type SplashScreen
 void AsciiUserInterface.initialize(SplashScreen splashScreen)
          Initializes this particular user interface by executing all CPU intensive initializaton routines.
 

Uses of SplashScreen in de.adom.jade.world.maps
 

Constructors in de.adom.jade.world.maps with parameters of type SplashScreen
WorldMap(SplashScreen splashScreen, Location location, int width, int height)
          Creates a new world map.