ftp.nice.ch/pub/next/science/mathematics/nxyplot.NIHS.bs.tar.gz#/nxyplot/Source/FormatHandler.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <streams/streams.h>

@interface FormatHandler:Object
{
    id	plotParam;
    id	canvas;
    id  lineThickness;
    id  lineThicknessText;
    id  axesOnOff;
    id  axisThickness;
    id  axisThicknessText;
    id  legendOnOff;
    id  legendBoxOnOff;
    id  legendForm;
    id  borderBoxOnOff;
    id  borderBoxThickness;
    id  borderBoxThicknessText;
    id  frameBoxOnOff;
    id  frameBoxThickness;
    id  frameBoxThicknessText;
    id  gridOnOff;
    id  gridDotted;
    id  gridThickness;
    id  gridThicknessText;
    id  majorTicMarksOnOff;
    id  minorTicMarksOnOff;
    id  ticMarkLength;
    id  ticMarkLengthText;
    id  ticMarkThickness;
    id  ticMarkThicknessText;
    id  ticMarkLocation;
    id  symbolSize;
    id  symbolSizeText;
    id  xTitle;
    id  yTitle;
    id  mainTitle;
    id  legendTitle;
    id  backgroundColorWell;
    id  textColorWell;
    id  curveColorWell;
    id  curveNumber;
    id  ebarBaseWidth;
    id  ebarBaseWidthText;
    id  legendOpaque;
}

- writeFormatFile:sender;
- readFormatFile:sender;
- readFormatData:(NXStream *)formatStream;

@end

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