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

  1. @interface Curve : Line
  2.  
  3. /* Methods overridden from superclass */
  4.  
  5. + initialize;
  6.  
  7. - (float)arrowAngle:(int)corner;
  8. - drawLine;
  9. - (BOOL)hit:(const NXPoint *)point;
  10.  
  11. @end
  12.