de.jos.game.actions
Class AbstractAction

java.lang.Object
  extended by de.jos.game.actions.AbstractAction
Direct Known Subclasses:
AbstractPermanentAction, ActionBulletMoving, ActionFadeBullets, ActionScrollInOut, ActionTextFader

public abstract class AbstractAction
extends java.lang.Object

Jedes AbstractAction Event ist selbst fuer sein rendern verantwortlich.

Author:
root

Constructor Summary
AbstractAction()
           
 
Method Summary
 void cleanup()
           
 AbstractCleanupAction getCleanupAction()
           
protected  com.golden.gamedev.object.GameFont getGameFont()
           
abstract  java.lang.Integer getLayer()
           
 java.util.List<SpecialActionEvent> getNewSpecialEventList()
           
 ResourceContainer getResourceContainer()
           
protected  java.lang.String getString(java.lang.String key)
           
protected  java.lang.String getString(java.lang.String key, java.lang.String appendString)
           
 void init()
           
 boolean isBlocking()
           
 void setCleanupAction(AbstractCleanupAction cleanupAction)
           
 void setResourceContainer(ResourceContainer resourceContainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAction

public AbstractAction()
Method Detail

init

public void init()

cleanup

public void cleanup()

getNewSpecialEventList

public java.util.List<SpecialActionEvent> getNewSpecialEventList()

getString

protected java.lang.String getString(java.lang.String key)

getString

protected java.lang.String getString(java.lang.String key,
                                     java.lang.String appendString)

getLayer

public abstract java.lang.Integer getLayer()

getResourceContainer

public ResourceContainer getResourceContainer()

setResourceContainer

public void setResourceContainer(ResourceContainer resourceContainer)

getGameFont

protected com.golden.gamedev.object.GameFont getGameFont()

isBlocking

public boolean isBlocking()

getCleanupAction

public AbstractCleanupAction getCleanupAction()

setCleanupAction

public void setCleanupAction(AbstractCleanupAction cleanupAction)


Copyright © 2008. All Rights Reserved.