untabify
svn: r2302
This commit is contained in:
parent
6e39e914ef
commit
4f184d8d0c
|
@ -24,12 +24,12 @@ world. Here is its class diagram of public fields and methods:
|
||||||
| boolean clearLine(Posn,Posn,Color) |
|
| boolean clearLine(Posn,Posn,Color) |
|
||||||
+---------------------------------------+
|
+---------------------------------------+
|
||||||
|
|
||||||
+----------+
|
+----------+
|
||||||
| Posn |
|
| Posn |
|
||||||
+----------+
|
+----------+
|
||||||
| int x |
|
| int x |
|
||||||
| int y |
|
| int y |
|
||||||
+----------+
|
+----------+
|
||||||
|
|
||||||
+-------+
|
+-------+
|
||||||
| Color |
|
| Color |
|
||||||
|
|
|
@ -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 draw() | | void drawRect(Posn,int,int,Color) |
|
||||||
| abstract void erase() | | void drawLine(Posn,Posn,Color) |
|
| abstract void erase() | | void drawLine(Posn,Posn,Color) |
|
||||||
+---------------------------------+ | void drawString(Posn,String) |
|
+---------------------------------+ | void drawString(Posn,String) |
|
||||||
| void clearCircle(Posn,int,Color) |
|
| void clearCircle(Posn,int,Color) |
|
||||||
| void clearDisk(Posn,int,Color) |
|
| void clearDisk(Posn,int,Color) |
|
||||||
| void clearRect(Posn,int,int,Color) |
|
| void clearRect(Posn,int,int,Color) |
|
||||||
| void clearLine(Posn,Posn,Color) |
|
| void clearLine(Posn,Posn,Color) |
|
||||||
+------------------------------------+
|
+------------------------------------+
|
||||||
|
|
||||||
+----------+
|
+----------+
|
||||||
| Posn |
|
| Posn |
|
||||||
+----------+
|
+----------+
|
||||||
| int x |
|
| int x |
|
||||||
| int y |
|
| int y |
|
||||||
+----------+
|
+----------+
|
||||||
|
|
||||||
+-------+
|
+-------+
|
||||||
| Color |
|
| Color |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user