public class Game extends MultiplePartsPanel implements java.awt.event.ActionListener, IGame
MultiplePartsPanel.SOCRToolBarapplet, fName, graphs, mainPane, recordTable, tables, toolbar, toolbar2, toolbars| Constructor and Description |
|---|
Game() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.lang.String |
getAppletInfo() |
java.awt.Container |
getDisplayPane() |
static IGame |
getInstance(java.lang.String classname) |
java.lang.String |
getOnlineDescription()
This method returns an online description of this Statistical Analysis.
|
void |
performAction() |
void |
reset()
This is the method for resetting the game and should be overridden.
|
void |
setAppletInfo(java.lang.String _appletInfoString)
This method returns basic information about the applet, including copyright
information, descriptive information, and instructions.
|
void |
updateGame(java.awt.Graphics g) |
addGraph, addTable, addTool, addTool2, addToolbar, format, getMainPanel, getName, getRecordTable, getTextPanel, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, play, setApplet, setName, updatecreateComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSettersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, setAppletpublic static IGame getInstance(java.lang.String classname) throws java.lang.Exception
java.lang.Exceptionpublic void reset()
public java.lang.String getOnlineDescription()
getOnlineDescription in interface IGamepublic void setAppletInfo(java.lang.String _appletInfoString)
public java.lang.String getAppletInfo()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void performAction()
public void updateGame(java.awt.Graphics g)
public java.awt.Container getDisplayPane()
getDisplayPane in interface Pluginable