ftp.nice.ch/pub/next/graphics/vector/Wood.0.72.s.tar.gz#/Wood/WoodFuture/TreeDiagram/MiscConcreteShape.h

This is MiscConcreteShape.h in view mode; [Download] [Up]

/*
		Copyright (c) Uwe Hoffmann, 1995.
                  All Rights Reserved.

Filename: MiscConcreteShape.h
Author:   Uwe Hoffmann
Date:	  Sep 07, 1995

$Id: MiscConcreteShape.h,v 1.0 1995/09/07 11:22:00 Uwe Hoffmann Exp $
 $Log: MiscConcreteShape.h,v $
*/

#import "MiscDiagramShape.h"

@class MiscUserPath;

@interface MiscConcreteShape:MiscDiagramShape <NSCoding, NSCopying>
{
	MiscUserPath *path; 
}

- initBounds:(NSRect)aRect;
- (void)makePathWithBounds:(NSRect)aRect;
- (void)fillParamsWithBounds:(NSRect)aRect;
+ (NSSize)calcSizeForInnerSize:(NSSize)aSize;

@end

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