// Created by Joe Becker on 3/7/05. // Copyright 2005 __MyCompanyName__. All rights reserved. #import #import "GraphView.h" @interface Label:NSObject { NSPoint center; NSRect bounds; NSMutableAttributedString *text; NSColor *color; int tag; NSFont *font; NSMutableDictionary *dict; } - initRect:(NSRect)bounds text:(NSString *)aText size:(double)aSize; @end