00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class EDAlignmentInfo, EDChartSeriesFormat, EDString; 00010 00011 @interface EDChartFrame : NSObject 00012 { 00013 struct _NSRect mBounds; 00014 EDString *mText; 00015 EDAlignmentInfo *mAlignmentInfo; 00016 _Bool mIsAutoPos; 00017 _Bool mIsAutoSize; 00018 EDChartSeriesFormat *mFormat; 00019 } 00020 00021 + (id)chartFrame; 00022 - (id)init; 00023 - (void)dealloc; 00024 - (id)text; 00025 - (void)setText:(id)fp8; 00026 - (id)alignmentInfo; 00027 - (void)setAlignmentInfo:(id)fp8; 00028 - (void)setFormat:(id)fp8; 00029 - (id)format; 00030 - (void)setBounds:(struct _NSRect)fp8; 00031 - (struct _NSRect)bounds; 00032 - (void)setAutoPos:(_Bool)fp8; 00033 - (_Bool)isAutoPos; 00034 - (void)setAutoSize:(_Bool)fp8; 00035 - (_Bool)isAutoSize; 00036 00037 @end 00038