22 static const unsigned short int kTitleOffset;
23 static const unsigned short int kLabelOffset;
24 static const unsigned short int kTitleSize;
25 static const unsigned short int kLabelSize;
26 static const unsigned short int kTickLength;
27 static const unsigned short int kNdivisions;
28 static const unsigned short int kAxisColor;
29 static const unsigned short int kLabelColor;
30 static const unsigned short int kTitleColor;
31 static const unsigned short int kTitleFont;
32 static const unsigned short int kCenterTitle;
33 static const unsigned short int kTitle;
34 static const unsigned short int kRangeMin;
35 static const unsigned short int kRangeMax;
38 AxisStyle(Double_t titleSize, Double_t labelSize, Double_t titleOffset, Double_t labelOffset);
40 void SetTitleOffset(Float_t val);
42 void SetLabelOffset(Float_t val);
44 void SetTitleSize(Float_t val);
46 void SetLabelSize(Float_t val);
48 void SetTickLength(Float_t val);
50 void SetNdivisions(Int_t val);
52 void SetAxisColor(Int_t val);
54 void SetLabelColor(Int_t val);
56 void SetTitleColor(Int_t val);
58 void SetTitleFont(Int_t val);
60 void SetCenterTitle(Int_t val);
62 void SetTitle(TString val);
64 void SetRangeUser(Float_t min, Float_t max);
66 Float_t GetTitleOffset()
const;
68 Float_t GetLabelOffset()
const;
70 Float_t GetTitleSize()
const;
72 Float_t GetLabelSize()
const;
74 Float_t GetTickLength()
const;
76 Int_t GetNDivisions()
const;
78 Int_t GetAxisColor()
const;
80 Int_t GetLabelColor()
const;
82 Int_t GetTitleColor()
const;
84 Int_t GetTitleFont()
const;
86 Int_t GetCenterTitle()
const;
88 TString GetTitle()
const {
return fTitle; };
90 void ExportToXML(
XMLNode* node)
const;
92 void ImportFromXML(
XMLNode* node);
94 void Apply(TAxis& x)
const;