home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/View.h>
-
- @interface WaterfallView:View
- {
- id myMin;
- id myMax;
- id plotHeight;
- }
-
- - printMyPSCode:sender;
- - setup: (int) numPlots length: (int) numPoints;
- - drawNext: (float *) f;
- - placeTickAt: (int) height;
- - clear;
-
- @end
-