ftp.nice.ch/peanuts/GeneralData/Documents/adobe/DPS.Purple.Dial.tar.gz#/NX_Dial

Dial.iconheader
 

Dial.nib


 
DialView.h
[View DialView.h] 
DialView.m
[View DialView.m] 
DialViewWraps.psw
 
Dial_main.m
[View Dial_main.m] 
IB.proj
 
Icon.tiff
 
Makefile
 
README
 

README

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.

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.