home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Graphics / ToyViewer-2.6a / src / ImageOpr.bproj / MonotoneView.h < prev    next >
Encoding:
Text File  |  1996-02-04  |  289 b   |  18 lines

  1. #import  <objc/Object.h>
  2. #import  <appkit/View.h>
  3.  
  4.  
  5. @interface MonotoneView: View
  6. {
  7.     id        cache;
  8.     unsigned char    *tone;
  9. }
  10.  
  11. - initFrame:(const NXRect *)frameRect;    /* Overload */
  12. - free;
  13. - drawCache;
  14. - drawSelf:(NXRect *)r :(int) count;    /* Overload */
  15. - setTone:(unsigned char *)buffer;
  16.  
  17. @end
  18.