home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / Circle.h < prev    next >
Encoding:
Text File  |  1995-09-04  |  191 b   |  11 lines

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