home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Draw / Circle.h < prev    next >
Text File  |  1992-03-04  |  222b  |  13 lines

  1. @interface Circle : Graphic
  2.  
  3. /* Methods overridden from superclass(es) */
  4.  
  5. + initialize;
  6.  
  7. - (Graphic *)colorAcceptorAt:(const NXPoint *)point;
  8. - (float)naturalAspectRatio;
  9. - draw;
  10. - (BOOL)hit:(const NXPoint *)point;
  11.  
  12. @end
  13.