svn: r2302
This commit is contained in:
Matthias Felleisen 2006-02-22 16:57:09 +00:00
parent 6e39e914ef
commit 4f184d8d0c
2 changed files with 17 additions and 17 deletions

View File

@ -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 |

View File

@ -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 |