/headers/OfficeImport/EMAxisMapper.h

gehe zur Dokumentation dieser Datei
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 <OfficeImport/CMMapper.h>
00008 
00009 @interface EMAxisMapper : CMMapper
00010 {
00011 }
00012 
00013 - (id)position;
00014 - (unsigned int)type;
00015 - (id)label;
00016 - (float)minValue;
00017 - (float)maxValue;
00018 - (float)unit;
00019 - (_Bool)isLogarithmic;
00020 - (id)labels;
00021 - (_Bool)centerLabels;
00022 - (id)values;
00023 - (struct CGColor *)strokeColor;
00024 - (float)strokeWidth;
00025 - (struct CGColor *)textColor;
00026 
00027 @end
00028