ftp.nice.ch/pub/next/graphics/apps/GraphicsWrap.N.bs.tar.gz#/462/CmdCircle.m

This is CmdCircle.m in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import "CmdCircle.h"

@implementation CmdCircle
- initCmd:(int) r
{
  [super init];
  command="circle";
  number1=r;
  return self;
}

- doCmd
{
  [theBitmap cmdCircle:number1];
  return self;
}
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.