idraw docs: World endOfWorld() plus endOfTime
svn: r2301
This commit is contained in:
parent
64490a9aea
commit
6e39e914ef
|
@ -13,8 +13,8 @@ in a visual world. Here is its class diagram of public fields and methods:
|
|||
| Canvas theCanvas |------>| Canvas |
|
||||
+---------------------------------+ +------------------------------------+
|
||||
| void bigBang(int,int,double) | +------------------------------------+
|
||||
| void endOfTime() | | void start(int,int) |
|
||||
| | | void stop() |
|
||||
| World endOfTime() | | void start(int,int) |
|
||||
| World endOfWorld() | | void stop() |
|
||||
| abstract void onTick() | | void drawCircle(Posn,int,Color) |
|
||||
| abstract void onKeyEvent(String)| | void drawDisk(Posn,int,Color) |
|
||||
| abstract void draw() | | void drawRect(Posn,int,int,Color) |
|
||||
|
|
Loading…
Reference in New Issue
Block a user