35 void ApplyInternal(T&
object)
const;
38 static const unsigned short int kTitle;
39 static const unsigned short int kMin;
40 static const unsigned short int kMax;
72 void SetMinMax(Double_t minVal, Double_t maxVal);
98 void SetRangeUser(Double_t min, Double_t max, Char_t ax);
106 void SetTitles(TString histo, TString xAxis =
"", TString yAxis =
"", TString zAxis =
"");
115 void SetAxis(Double_t titleSize, Double_t titleOffset, Double_t labelSize, Double_t labelOffset, Char_t x =
'x');
121 void CenterTitle(Bool_t center = kTRUE, Char_t =
'x');
127 void Apply(TObject& h, Int_t no = 0)
const;
133 void SetTitle(TString title);
135 FillStyle& GetFillStyle() {
return fFill; };
136 LineStyle& GetLineStyle() {
return fLine; }
137 MarkerStyle& GetMarkerStyle() {
return fMarker; }
138 TString GetTitle()
const {
return fTitle; };
139 void ExportToXML(XMLNode* node)
const;
140 void ImportFromXML(XMLNode* node);
141 virtual ~HistoStyle() {};
142 ClassDef(HistoStyle, 1);