fixed typos
svn: r3771
This commit is contained in:
parent
bf73fc51d5
commit
dc3cc2a4c2
|
@ -11,11 +11,11 @@ This <code>draw</code> package provides classes for representing colors:
|
|||
/ \
|
||||
---
|
||||
|
|
||||
------------------------------------------
|
||||
| | | | |
|
||||
+-------+ +-------+ +-------+ +-------+ +-------+
|
||||
| Blue | | Green | | Red | | White | | Yellow|
|
||||
+-------+ +-------+ +-------+ +-------+ +-------+
|
||||
--------------------------------------------------
|
||||
| | | | | |
|
||||
+-------+ +-------+ +-------+ +-------+ +-------+ +-------+
|
||||
| Blue | | Green | | Red | | White | | Yellow| | Black |
|
||||
+-------+ +-------+ +-------+ +-------+ +-------+ +-------+
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ import geometry.*;
|
|||
| abstract World onTick() | | boolean drawRect(Posn,int,int,Color) |
|
||||
| abstract World onKeyEvent(String) | | boolean drawLine(Posn,Posn,Color) |
|
||||
| abstract boolean draw() | | boolean drawString(Posn,String) |
|
||||
| abstract boolean erase( | | boolean clearCircle(Posn,int,Color) |
|
||||
| abstract boolean erase() | | boolean clearCircle(Posn,int,Color) |
|
||||
+-----------------------------------+ | boolean clearDisk(Posn,int,Color) |
|
||||
| boolean clearRect(Posn,int,int,Color) |
|
||||
| boolean clearLine(Posn,Posn,Color) |
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<body bgcolor="#ffffff" text="#000000"
|
||||
link="#009900" vlink="#007700" alink="#cc0000">
|
||||
|
||||
<a href="index.html">Teachpacks for How to Design Programs</a>
|
||||
<a href="index.html">Teachpacks for How to Design Classes</a>
|
||||
|
||||
<h1>{LIBNAME}</h1>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user