ftp.nice.ch/pub/next/science/mathematics/HippoDraw.2.0.s.tar.gz#/HippoDraw/Hippo.bproj/Draw.subproj/graphicsUndo.subproj/AspectRatioGraphicsChange.m

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

#import "drawundo.h"

@interface AspectRatioGraphicsChange(PrivateMethods)

@end

@implementation AspectRatioGraphicsChange

- (const char *)changeName
{
    return NXLocalStringFromTable("Operations", "Natural Size", NULL, "The operation of returning a graphical entity to its natural aspect ratio, e.g., an oval becomes a circle, a rectangle becomes a square.");
}

- changeDetailClass
{
    return [DimensionsChangeDetail class];
}

@end

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