|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Basic interface for objects in the simple simulation world. Any object that implements this can be added to the simulation. CSE143 demo, Au01, Sp03
Method Summary | |
void |
action()
Perform desired action for one simulation cycle. |
void |
paintComponent(Graphics g)
Draw graphical representation of this SimThing. |
Method Detail |
public void action()
public void paintComponent(Graphics g)
g
- Graphics context where the drawing should occur
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |