22 static const unsigned short int kBottomMargin;
23 static const unsigned short int kLeftMargin;
24 static const unsigned short int kTopMargin;
25 static const unsigned short int kRightMargin;
26 static const unsigned short int kLogx;
27 static const unsigned short int kLogy;
28 static const unsigned short int kLogz;
29 static const unsigned short int kGridx;
30 static const unsigned short int kGridy;
31 static const unsigned short int kGridz;
35 PadStyle(Double_t x1, Double_t y1, Double_t x2, Double_t y2);
41 void SetLeftMargin(Float_t val);
43 void SetTopMargin(Float_t val);
45 void SetRightMargin(Float_t val);
47 void SetLogx(Int_t val);
49 void SetLogy(Int_t val);
51 void SetLogz(Int_t val);
53 void SetGridx(Int_t val);
55 void SetGridy(Int_t val);
57 void SetGridz(Int_t val);
59 Float_t GetBottomMargin()
const;
61 Float_t GetLeftMargin()
const;
63 Float_t GetTopMargin()
const;
65 Float_t GetRightMargin()
const;
67 Int_t GetLogx(Int_t val)
const;
69 Int_t GetLogy(Int_t val)
const;
71 Int_t GetLogz(Int_t val)
const;
73 Int_t GetGridx(Int_t val)
const;
75 Int_t GetGridy(Int_t val)
const;
77 Int_t GetGridz(Int_t val)
const;
79 void ExportToXML(
XMLNode* node)
const;
80 void ImportFromXML(
XMLNode* node);
81 void Apply(TVirtualPad* pad =
nullptr);