home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Classes / UHShapes / UHLineShape.h < prev    next >
Encoding:
Text File  |  1992-07-27  |  286 b   |  22 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "UHShape.h"
  5.  
  6. @interface UHLineShape:UHShape
  7.  
  8. #define UH_HORIZONTAL 0
  9. #define UH_VERTICAL 1
  10. #define UH_POSITIVESLOPE 2
  11. #define UH_NEGATIVESLOPE 3
  12. #define UH_VARIABLESLOPE 4
  13.  
  14. {
  15.     float angle;
  16. }
  17.  
  18. - setAngle:(float)value;
  19. - (float)angle;
  20.  
  21. @end
  22.