From 6e39e914ef9960bede1054fe391a600fbca3be97 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Wed, 22 Feb 2006 16:53:22 +0000 Subject: [PATCH] idraw docs: World endOfWorld() plus endOfTime svn: r2301 --- teachpack/htdc/Docs/idraw.thtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teachpack/htdc/Docs/idraw.thtml b/teachpack/htdc/Docs/idraw.thtml index 9ed2082653..8e0582ac96 100644 --- a/teachpack/htdc/Docs/idraw.thtml +++ b/teachpack/htdc/Docs/idraw.thtml @@ -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) |