home *** CD-ROM | disk | FTP | other *** search
-
- README file for the Dial application.
-
- The Dial application shows four ways to draw lines around a dial. The first uses moveto,
- lineto in conjunction with rotate so that only one path is used. The second uses moveto,
- and lineto but calculates the absolute point location for the path (with the UNIX
- trigonometric functions) and uses those points. The third and fourth also calculate the
- absolute positions only they use user paths instead of the conventional path
- construction operators, moveto and lineto. The difference between the third and the fourth
- is that in the fourth method the paths are stored in the server and not retransmitted each time.
-
- Below lies an annotated list of the files used in the application.
-
- DialView - A subclass of View. The view that manages the drawing of the dial.
-
- DialViewWraps - Contains the wraps for drawing the components of the dial.
-
-