home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / LineJoinGraphicsChange.h < prev    next >
Encoding:
Text File  |  1995-08-03  |  215 b   |  12 lines

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