home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ContourView = {
- ACTIONS = {
- copy:;
- clear:;
- copyPScode:;
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
- ContourPlotApp = {
- ACTIONS = {
- open:;
- flipYAction:;
- setTickMark:;
- openSample:;
- colorWellsAction:;
- setLineWidth:;
- setAxis:;
- clearAction:;
- appDidInit:;
- setGridMesh:;
- useColorAction:;
- viewSampleFile:;
- setNInterpolation:;
- setGridSpacing:;
- drawAction:;
- setNcontourLevels:;
- };
- OUTLETS = {
- nxField;
- ymaxField;
- nlevelField;
- darkCWell;
- openPanel;
- axisSwitch;
- commentText;
- nxInterpField;
- xminField;
- nyInterpField;
- yminField;
- contourView;
- gridSwitch;
- tickSwitch;
- bgCWell;
- versionField;
- nyField;
- lineCWell;
- xmaxField;
- ygStepField;
- brightCWell;
- xgStepField;
- };
- SUPERCLASS = Application;
- };
-