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

  1. @interface LineColorGraphicsChange : SimpleGraphicsChange
  2. {
  3.     NSColor *color;
  4. }
  5.  
  6. - initGraphicView:aGraphicView color:(NSColor *)aColor;
  7. - (NSString *)changeName;
  8. - (Class)changeDetailClass;
  9. - (NSColor *)lineColor;
  10.  
  11. @end
  12.