de.jos.game.loader
Class AbstractGameLoader

java.lang.Object
  extended by de.jos.game.loader.AbstractGameLoader
Direct Known Subclasses:
GameLoaderJava2D, GameLoaderOpenGL

public abstract class AbstractGameLoader
extends java.lang.Object


Constructor Summary
AbstractGameLoader()
           
 
Method Summary
 java.awt.Dimension getDimension()
           
 com.golden.gamedev.Game getGame()
           
 int getHeight()
           
 int getWidth()
           
protected abstract  void init()
           
 void initLoader()
           
 boolean isFullscreen()
           
 void setFullscreen(boolean fullscreen)
           
 void setGame(com.golden.gamedev.Game game)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGameLoader

public AbstractGameLoader()
Method Detail

init

protected abstract void init()

initLoader

public void initLoader()

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

isFullscreen

public boolean isFullscreen()

setFullscreen

public void setFullscreen(boolean fullscreen)

getDimension

public java.awt.Dimension getDimension()

getGame

public com.golden.gamedev.Game getGame()

setGame

public void setGame(com.golden.gamedev.Game game)


Copyright © 2008. All Rights Reserved.