00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/CMMapper.h>
00008
00009 @class EDChart;
00010
00011 @interface EMChartMapper : CMMapper
00012 {
00013 EDChart *mChart;
00014 }
00015
00016 + (void)initialize;
00017 + (struct CGColor *)newColorWithCalibratedRed:(float)fp8 green:(float)fp12 blue:(float)fp16 alpha:(float)fp20;
00018 - (id)initWithChart:(id)fp8 parent:(id)fp12;
00019 - (id)createPdfWithState:(id)fp8;
00020 - (id)createChartPlotMapper;
00021 - (id)_chartDescription;
00022 - (void)_addTitleToDescription:(id)fp8 title:(id)fp12;
00023 - (void)_addCanvasToDescription:(id)fp8 withBackground:(_Bool)fp12;
00024 - (void)_addAxesToDescription:(id)fp8;
00025 - (void)_addLabelAxisToDescription:(id)fp8 ofType:(id)fp12 withTitle:(id)fp16 andLabels:(id)fp20 centerLabels:(_Bool)fp24;
00026 - (void)_addUnitAxisToDescription:(id)fp8 ofType:(id)fp12 withTitle:(id)fp16 andValues:(id)fp20;
00027 - (id)_renderChart:(id)fp8 withSize:(struct _NSSize)fp12;
00028 - (void)_addLegendToDescription:(id)fp8;
00029
00030 @end
00031