#import <EMChartMapper.h>
Abgeleitet von CMMapper.
Öffentliche Methoden | |
| (id) | - initWithChart:parent: |
| (id) | - createPdfWithState: |
| (id) | - createChartPlotMapper |
| (id) | - _chartDescription |
| (void) | - _addTitleToDescription:title: |
| (void) | - _addCanvasToDescription:withBackground: |
| (void) | - _addAxesToDescription: |
| (void) | - _addLabelAxisToDescription:ofType:withTitle:andLabels:centerLabels: |
| (void) | - _addUnitAxisToDescription:ofType:withTitle:andValues: |
| (id) | - _renderChart:withSize: |
| (void) | - _addLegendToDescription: |
Öffentliche, statische Methoden | |
| (void) | + initialize |
| (struct CGColor *) | + newColorWithCalibratedRed:green:blue:alpha: |
Geschützte Attribute | |
| EDChart * | mChart |
Definiert in Zeile 11 der Datei EMChartMapper.h.
| + (void) initialize |
Implementiert NSObject.
| + (struct CGColor *) newColorWithCalibratedRed: | (float) | fp8 | ||
| green: | (float) | fp12 | ||
| blue: | (float) | fp16 | ||
| alpha: | (float) | fp20 | ||
| - (id) initWithChart: | (id) | fp8 | ||
| parent: | (id) | fp12 | ||
| - (id) createPdfWithState: | (id) | fp8 |
| - (id) createChartPlotMapper |
| - (id) _chartDescription |
| - (void) _addTitleToDescription: | (id) | fp8 | ||
| title: | (id) | fp12 | ||
| - (void) _addCanvasToDescription: | (id) | fp8 | ||
| withBackground: | (_Bool) | fp12 | ||
| - (void) _addAxesToDescription: | (id) | fp8 |
| - (void) _addLabelAxisToDescription: | (id) | fp8 | ||
| ofType: | (id) | fp12 | ||
| withTitle: | (id) | fp16 | ||
| andLabels: | (id) | fp20 | ||
| centerLabels: | (_Bool) | fp24 | ||
| - (void) _addUnitAxisToDescription: | (id) | fp8 | ||
| ofType: | (id) | fp12 | ||
| withTitle: | (id) | fp16 | ||
| andValues: | (id) | fp20 | ||
| - (id) _renderChart: | (id) | fp8 | ||
| withSize: | (struct _NSSize) | fp12 | ||
| - (void) _addLegendToDescription: | (id) | fp8 |
Definiert in Zeile 13 der Datei EMChartMapper.h.