#include <TAttPad.h>
Inheritance diagram for TAttPad:

Public Methods | |
| TAttPad () | |
| virtual | ~TAttPad () |
| virtual void | Copy (TAttPad &attpad) const |
| Float_t | GetBottomMargin () const |
| Float_t | GetLeftMargin () const |
| Float_t | GetRightMargin () const |
| Float_t | GetTopMargin () const |
| Float_t | GetAfile () const |
| Float_t | GetXfile () const |
| Float_t | GetYfile () const |
| Float_t | GetAstat () const |
| Float_t | GetXstat () const |
| Float_t | GetYstat () const |
| Color_t | GetFrameFillColor () const |
| Color_t | GetFrameLineColor () const |
| Style_t | GetFrameFillStyle () const |
| Style_t | GetFrameLineStyle () const |
| Width_t | GetFrameLineWidth () const |
| Width_t | GetFrameBorderSize () const |
| Int_t | GetFrameBorderMode () const |
| virtual void | Print (Option_t *option="") const |
| virtual void | ResetAttPad (Option_t *option="") |
| virtual void | SetBottomMargin (Float_t bottommargin) |
| virtual void | SetLeftMargin (Float_t leftmargin) |
| virtual void | SetRightMargin (Float_t rightmargin) |
| virtual void | SetTopMargin (Float_t topmargin) |
| virtual void | SetAfile (Float_t afile) |
| virtual void | SetXfile (Float_t xfile) |
| virtual void | SetYfile (Float_t yfile) |
| virtual void | SetAstat (Float_t astat) |
| virtual void | SetXstat (Float_t xstat) |
| virtual void | SetYstat (Float_t ystat) |
| void | SetFrameFillColor (Color_t color=1) |
| void | SetFrameLineColor (Color_t color=1) |
| void | SetFrameFillStyle (Style_t styl=0) |
| void | SetFrameLineStyle (Style_t styl=0) |
| void | SetFrameLineWidth (Width_t width=1) |
| void | SetFrameBorderSize (Width_t size=1) |
| void | SetFrameBorderMode (Int_t mode=1) |
Protected Attributes | |
| Float_t | fLeftMargin |
| Float_t | fRightMargin |
| Float_t | fBottomMargin |
| Float_t | fTopMargin |
| Float_t | fXfile |
| Float_t | fYfile |
| Float_t | fAfile |
| Float_t | fXstat |
| Float_t | fYstat |
| Float_t | fAstat |
| Color_t | fFrameFillColor |
| Color_t | fFrameLineColor |
| Style_t | fFrameFillStyle |
| Style_t | fFrameLineStyle |
| Width_t | fFrameLineWidth |
| Width_t | fFrameBorderSize |
| Int_t | fFrameBorderMode |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 57 of file TAttPad.h. References fBottomMargin. |
|
|
Definition at line 58 of file TAttPad.h. References fLeftMargin. |
|
|
Definition at line 59 of file TAttPad.h. References fRightMargin. |
|
|
Definition at line 60 of file TAttPad.h. References fTopMargin. |
|
|
Definition at line 61 of file TAttPad.h. References fAfile. |
|
|
Definition at line 62 of file TAttPad.h. References fXfile. |
|
|
Definition at line 63 of file TAttPad.h. References fYfile. |
|
|
Definition at line 64 of file TAttPad.h. References fAstat. |
|
|
Definition at line 65 of file TAttPad.h. References fXstat. |
|
|
Definition at line 66 of file TAttPad.h. References fYstat. |
|
|
Definition at line 67 of file TAttPad.h. References fFrameFillColor. |
|
|
Definition at line 68 of file TAttPad.h. References fFrameLineColor. |
|
|
Definition at line 69 of file TAttPad.h. References fFrameFillStyle. |
|
|
Definition at line 70 of file TAttPad.h. References fFrameLineStyle. |
|
|
Definition at line 71 of file TAttPad.h. References fFrameLineWidth. |
|
|
Definition at line 72 of file TAttPad.h. References fFrameBorderSize. |
|
|
Definition at line 73 of file TAttPad.h. References fFrameBorderMode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 80 of file TAttPad.h. References fAfile. |
|
|
Definition at line 81 of file TAttPad.h. References fXfile. |
|
|
Definition at line 82 of file TAttPad.h. References fYfile. |
|
|
Definition at line 83 of file TAttPad.h. References fAstat. |
|
|
Definition at line 84 of file TAttPad.h. References fXstat. |
|
|
Definition at line 85 of file TAttPad.h. References fYstat. |
|
|
Definition at line 86 of file TAttPad.h. References fFrameFillColor. |
|
|
Definition at line 87 of file TAttPad.h. References fFrameLineColor. |
|
|
Definition at line 88 of file TAttPad.h. References fFrameFillStyle. |
|
|
Definition at line 89 of file TAttPad.h. References fFrameLineStyle. |
|
|
Definition at line 90 of file TAttPad.h. References fFrameLineWidth. |
|
|
Definition at line 91 of file TAttPad.h. References fFrameBorderSize. |
|
|
Definition at line 92 of file TAttPad.h. References fFrameBorderMode. |
|
|
Definition at line 35 of file TAttPad.h. Referenced by GetLeftMargin(). |
|
|
Definition at line 36 of file TAttPad.h. Referenced by GetRightMargin(). |
|
|
Definition at line 37 of file TAttPad.h. Referenced by GetBottomMargin(). |
|
|
Definition at line 38 of file TAttPad.h. Referenced by GetTopMargin(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 45 of file TAttPad.h. Referenced by GetFrameFillColor(), and SetFrameFillColor(). |
|
|
Definition at line 46 of file TAttPad.h. Referenced by GetFrameLineColor(), and SetFrameLineColor(). |
|
|
Definition at line 47 of file TAttPad.h. Referenced by GetFrameFillStyle(), and SetFrameFillStyle(). |
|
|
Definition at line 48 of file TAttPad.h. Referenced by GetFrameLineStyle(), and SetFrameLineStyle(). |
|
|
Definition at line 49 of file TAttPad.h. Referenced by GetFrameLineWidth(), and SetFrameLineWidth(). |
|
|
Definition at line 50 of file TAttPad.h. Referenced by GetFrameBorderSize(), and SetFrameBorderSize(). |
|
|
Definition at line 51 of file TAttPad.h. Referenced by GetFrameBorderMode(), and SetFrameBorderMode(). |
1.2.16