|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--crw.framework.AppletLogic
The applet logic holder It contians all the key data and the applet states it is a singleton class
| Field Summary | |
protected static Algorithm |
algorithm
an object of the Algorithm class for this applet. |
static java.lang.Thread |
runner
the animation Thread in this applet |
| Constructor Summary | |
AppletLogic()
|
|
| Method Summary | |
static void |
init()
initialize the applet logic set the initial variable values set the applet state here |
static void |
setAlgorithm(Algorithm alg)
set the actual Algorithm currently used in this appelt |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static Algorithm algorithm
public static java.lang.Thread runner
| Constructor Detail |
public AppletLogic()
| Method Detail |
public static void setAlgorithm(Algorithm alg)
public static void init()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||