|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.gatech.cs2335.lemmings.engine.AbstractGameState
edu.gatech.cs2335.lemmings.engine.LevelResultsState
edu.gatech.cs2335.lemmings.engine.MultiLevelResultsState
Class MultiLevelResultsState: this is the multilevel result state.
Revision History:
v1.0 (Apr. 16, 2004) - Created the MultiLevelResultsState class
| Constructor Summary | |
MultiLevelResultsState(Level l,
int num,
int otherNum)
Creates a new MultiLevelResultsState instance. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
This function essentially processes the action event that may have been thrown by the UI. |
int |
getNumCarryOver()
Get the value of numCarryOver. |
int |
getOtherCarryOver()
Get the value of otherCarryOver. |
boolean |
initialize()
This method will initialize the state that it belongs to. |
void |
setNumCarryOver(int v)
Set the value of numCarryOver. |
void |
setOtherCarryOver(int v)
Set the value of otherCarryOver. |
| Methods inherited from class edu.gatech.cs2335.lemmings.engine.LevelResultsState |
cleanUp, getLevel, setLevel |
| Methods inherited from class edu.gatech.cs2335.lemmings.engine.AbstractGameState |
getUI, setUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultiLevelResultsState(Level l,
int num,
int otherNum)
MultiLevelResultsState instance.
l - lnum - numotherNum - on| Method Detail |
public boolean initialize()
initialize in class LevelResultsStatepublic int getOtherCarryOver()
public void setOtherCarryOver(int v)
v - Value to assign to otherCarryOver.public int getNumCarryOver()
public void setNumCarryOver(int v)
v - Value to assign to numCarryOver.public void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class LevelResultsStateae - ae
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||