home *** CD-ROM | disk | FTP | other *** search
- BarChart = {
- SUPERCLASS = IBPalette;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ChartOfMatrix = {
- ACTIONS = {
- takeVMarginFrom:;
- takeHMarginFrom:;
- plotFromMatrix:;
- copy:;
- takeBackgroundColorFrom:;
- takeFrameStateFrom:;
- takeMinValueFrom:;
- takeRandomColorStateFrom:;
- takeHighlightColorFrom:;
- takeMaxValueFrom:;
- takeAutoScaleStateFrom:;
- takeBorderTypeFrom:;
- takeNumProtosFrom:;
- };
- OUTLETS = {
- minField;
- meanField;
- dataSrc;
- maxField;
- };
- SUPERCLASS = View;
- };
-