home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / LineCapGraphicsChange.h < prev    next >
Text File  |  1995-08-02  |  210b  |  12 lines

  1. @interface LineCapGraphicsChange : SimpleGraphicsChange
  2. {
  3.     int    capValue;
  4. }
  5.  
  6. - initGraphicView:aGraphicView lineCap:(int)aCapValue;
  7. - (NSString *)changeName;
  8. - (Class)changeDetailClass;
  9. - (int)lineCap;
  10.  
  11. @end
  12.