From 4f184d8d0cef284255370522a66ae3a00ef9c731 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Wed, 22 Feb 2006 16:57:09 +0000 Subject: [PATCH] untabify svn: r2302 --- teachpack/htdc/Docs/draw.thtml | 12 ++++++------ teachpack/htdc/Docs/idraw.thtml | 22 +++++++++++----------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/teachpack/htdc/Docs/draw.thtml b/teachpack/htdc/Docs/draw.thtml index f4e0803f65..6137fde567 100644 --- a/teachpack/htdc/Docs/draw.thtml +++ b/teachpack/htdc/Docs/draw.thtml @@ -24,12 +24,12 @@ world. Here is its class diagram of public fields and methods: | boolean clearLine(Posn,Posn,Color) | +---------------------------------------+ - +----------+ - | Posn | - +----------+ - | int x | - | int y | - +----------+ + +----------+ + | Posn | + +----------+ + | int x | + | int y | + +----------+ +-------+ | Color | diff --git a/teachpack/htdc/Docs/idraw.thtml b/teachpack/htdc/Docs/idraw.thtml index 8e0582ac96..5e3e47f6fb 100644 --- a/teachpack/htdc/Docs/idraw.thtml +++ b/teachpack/htdc/Docs/idraw.thtml @@ -20,18 +20,18 @@ in a visual world. Here is its class diagram of public fields and methods: | abstract void draw() | | void drawRect(Posn,int,int,Color) | | abstract void erase() | | void drawLine(Posn,Posn,Color) | +---------------------------------+ | void drawString(Posn,String) | - | void clearCircle(Posn,int,Color) | - | void clearDisk(Posn,int,Color) | - | void clearRect(Posn,int,int,Color) | - | void clearLine(Posn,Posn,Color) | - +------------------------------------+ + | void clearCircle(Posn,int,Color) | + | void clearDisk(Posn,int,Color) | + | void clearRect(Posn,int,int,Color) | + | void clearLine(Posn,Posn,Color) | + +------------------------------------+ - +----------+ - | Posn | - +----------+ - | int x | - | int y | - +----------+ + +----------+ + | Posn | + +----------+ + | int x | + | int y | + +----------+ +-------+ | Color |