home *** CD-ROM | disk | FTP | other *** search
-
- /* $Id: StatusTics.h,v 1.1.1.1 1993/03/18 03:35:38 davis Exp $ */
-
- #import "Status.h"
-
- @interface Status (Tics)
-
- - setTicsIn:(BOOL) cond; /* YES = tics in, NO = tics out */
- - (BOOL) ticsIn;
- - setTicsCoord:(int)coord isOn:(BOOL)isOn;
- - (BOOL) ticsCoord:(int)coord;
- - setTicTypeCoord:(int)coord to:(int)anInt;
- - (int)ticTypeCoord:(int)coord;
- - setTicStartCoord:(int)coord to:(double)aDouble;
- - (double)ticStartCoord:(int)coord;
- - setTicEndCoord:(int)coord to:(double)aDouble;
- - (double)ticEndCoord:(int)coord;
- - setTicIncrementCoord:(int)coord to:(double)aDouble;
- - (double)ticIncrementCoord:(int)coord;
- - (DoubleValueSortedList *)ticDefsCoord:(int)coord;
-
- @end
-