moagg.game.menu
Class SettingsMenu

java.lang.Object
  extended by com.golden.gamedev.GameObject
      extended by moagg.game.menu.AbstractMenu
          extended by moagg.game.menu.SettingsMenu

public class SettingsMenu
extends AbstractMenu


Nested Class Summary
 
Nested classes/interfaces inherited from class moagg.game.menu.AbstractMenu
AbstractMenu.MenuItem
 
Field Summary
 
Fields inherited from class moagg.game.menu.AbstractMenu
background, font, KEY_SWITCH_PREFIX, maxTextWidth, menuItems, selectedItemIndex
 
Fields inherited from class com.golden.gamedev.GameObject
bsGraphics, bsInput, bsIO, bsLoader, bsMusic, bsSound, bsTimer, fontManager, parent
 
Constructor Summary
SettingsMenu(com.golden.gamedev.GameEngine parent, java.awt.image.BufferedImage background)
           
 
Method Summary
 void enter()
           
 void initMenuItems()
           
 void initResources()
           
 
Methods inherited from class moagg.game.menu.AbstractMenu
render, renderText, update, updateMaxTextWidth
 
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

SettingsMenu

public SettingsMenu(com.golden.gamedev.GameEngine parent,
                    java.awt.image.BufferedImage background)
Method Detail

initResources

public void initResources()
Overrides:
initResources in class AbstractMenu

initMenuItems

public void initMenuItems()
Specified by:
initMenuItems in class AbstractMenu

enter

public void enter()
Specified by:
enter in class AbstractMenu


Copyright © 2008. All Rights Reserved.