public class Game extends MultiplePartsPanel implements java.awt.event.ActionListener, IGame
MultiplePartsPanel.SOCRToolBar
applet, 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, update
createComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSetters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, setApplet
public static IGame getInstance(java.lang.String classname) throws java.lang.Exception
java.lang.Exception
public void reset()
public java.lang.String getOnlineDescription()
getOnlineDescription
in interface IGame
public 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.ActionListener
public void performAction()
public void updateGame(java.awt.Graphics g)
public java.awt.Container getDisplayPane()
getDisplayPane
in interface Pluginable