moagg.game.startup
Class SplashScreen

java.lang.Object
  extended by com.golden.gamedev.GameObject
      extended by moagg.game.startup.SplashScreen

public class SplashScreen
extends com.golden.gamedev.GameObject


Field Summary
 
Fields inherited from class com.golden.gamedev.GameObject
bsGraphics, bsInput, bsIO, bsLoader, bsMusic, bsSound, bsTimer, fontManager, parent
 
Constructor Summary
SplashScreen(com.golden.gamedev.GameEngine parent)
           
 
Method Summary
 void initResources()
           
 void render(java.awt.Graphics2D g)
           
 void update(long elapsedTime)
           
 
Methods inherited from class com.golden.gamedev.GameObject
checkPosMouse, checkPosMouse, click, drawFPS, finish, getCurrentFPS, getFPS, getHeight, getImage, getImage, getImages, getImages, getImages, getImages, getImages, getImages, getMouseX, getMouseY, getRandom, getWidth, hideCursor, keyDown, keyPressed, playMusic, playSound, rightClick, setFPS, setMaskColor, showCursor, start, takeScreenShot, takeScreenShot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen(com.golden.gamedev.GameEngine parent)
Method Detail

initResources

public void initResources()
Specified by:
initResources in class com.golden.gamedev.GameObject

update

public void update(long elapsedTime)
Specified by:
update in class com.golden.gamedev.GameObject

render

public void render(java.awt.Graphics2D g)
Specified by:
render in class com.golden.gamedev.GameObject


Copyright © 2008. All Rights Reserved.