This is drawHistogram.h in view mode; [Download] [Up]
/* drawHistogram.h generated from drawHistogram.psw by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989 */ #ifndef DRAWHISTOGRAM_H #define DRAWHISTOGRAM_H extern void drawAxes(float width, float height, float leftMargin, float bottomMargin, float axisWidth, float axisHeight); extern void drawHistogram(float leftMargin, float bottomMargin, float spacer, float axisWidth, int numBars, float barWidth, const float freqHeights[]); extern void drawFilledBarChart(float leftMargin, float bottomMargin, float spacer, float axisWidth, int numBars, float barWidth, const float freqHeights[]); extern void drawSolidBarChart(float leftMargin, float bottomMargin, float spacer, float axisWidth, int numBars, float barWidth, const float freqHeights[]); extern void drawVertTicks(int numTicks, const float ticks[], float labelPosition, float tickPosition, const char *label1, const char *label2, const char *label3, const char *label4, const char *label5); extern void drawHorizLabel(float barMidPoint, float height, const char *label); extern void drawVertLabel(float barMidPoint, float height, const char *label); extern void findLabelWidth(const char *label, float *labelWidth); extern void drawHorizTitle(float height, float center, float fontsize, const char *title); extern void drawVertTitle(float position, float center, const char *title); #endif DRAWHISTOGRAM_H
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.