ftp.nice.ch/pub/next/science/mathematics/Chaos.1.0.N.bs.tar.gz#/Chaos/ChaosPlot.h

This is ChaosPlot.h in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import <appkit/View.h>

@interface ChaosPlot:View
{
	id titleField;
	id xMaxField;
	id xMinField;
	id xLabelField;
	id yMaxField;
	id yMinField;
	id yLabelField;
	id cPlotStorage;
}

- drawSelf:(const NXRect *)r :(int)c;
- plotPoint:(float)x :(float)y;
- plotDelayedPoint;
- labelPlot:(char *)title Titlefont:titlefont 
	Xmax:(char *)xmax  Xlabel:(char *)xlabel  Xmin:(char *)xmin
	Ymax:(char *)ymax  Ylabel:(char *)ylabel  Ymin:(char *)ymin
	axisFont:axisfont;
- setUp;

@end

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