ROOT 6.14/05 Reference Guide |
Public Member Functions | |
TAttPad () | |
Constructor. More... | |
virtual | ~TAttPad () |
Destructor. More... | |
virtual void | Copy (TAttPad &attpad) const |
copy function More... | |
Float_t | GetAfile () const |
Float_t | GetAstat () const |
Float_t | GetBottomMargin () const |
Int_t | GetFrameBorderMode () const |
Width_t | GetFrameBorderSize () const |
Color_t | GetFrameFillColor () const |
Style_t | GetFrameFillStyle () const |
Color_t | GetFrameLineColor () const |
Style_t | GetFrameLineStyle () const |
Width_t | GetFrameLineWidth () const |
Float_t | GetLeftMargin () const |
Float_t | GetRightMargin () const |
Float_t | GetTopMargin () const |
Float_t | GetXfile () const |
Float_t | GetXstat () const |
Float_t | GetYfile () const |
Float_t | GetYstat () const |
virtual void | Print (Option_t *option="") const |
Print function. More... | |
virtual void | ResetAttPad (Option_t *option="") |
Reset pad attributes. More... | |
virtual void | SetAfile (Float_t afile) |
virtual void | SetAstat (Float_t astat) |
virtual void | SetBottomMargin (Float_t bottommargin) |
Set Pad bottom margin in fraction of the pad height. More... | |
void | SetFrameBorderMode (Int_t mode=1) |
void | SetFrameBorderSize (Width_t size=1) |
void | SetFrameFillColor (Color_t color=1) |
void | SetFrameFillStyle (Style_t styl=0) |
void | SetFrameLineColor (Color_t color=1) |
void | SetFrameLineStyle (Style_t styl=0) |
void | SetFrameLineWidth (Width_t width=1) |
virtual void | SetLeftMargin (Float_t leftmargin) |
Set Pad left margin in fraction of the pad width. More... | |
virtual void | SetMargin (Float_t left, Float_t right, Float_t bottom, Float_t top) |
Set all margins. More... | |
virtual void | SetRightMargin (Float_t rightmargin) |
Set Pad right margin in fraction of the pad width. More... | |
virtual void | SetTopMargin (Float_t topmargin) |
Set Pad top margin in fraction of the pad height. More... | |
virtual void | SetXfile (Float_t xfile) |
virtual void | SetXstat (Float_t xstat) |
virtual void | SetYfile (Float_t yfile) |
virtual void | SetYstat (Float_t ystat) |
Protected Attributes | |
Float_t | fAfile |
Alignment for the file name. More... | |
Float_t | fAstat |
Alignment for the statistics. More... | |
Float_t | fBottomMargin |
BottomMargin. More... | |
Int_t | fFrameBorderMode |
Pad frame border mode. More... | |
Width_t | fFrameBorderSize |
Pad frame border size. More... | |
Color_t | fFrameFillColor |
Pad frame fill color. More... | |
Style_t | fFrameFillStyle |
Pad frame fill style. More... | |
Color_t | fFrameLineColor |
Pad frame line color. More... | |
Style_t | fFrameLineStyle |
Pad frame line style. More... | |
Width_t | fFrameLineWidth |
Pad frame line width. More... | |
Float_t | fLeftMargin |
LeftMargin. More... | |
Float_t | fRightMargin |
RightMargin. More... | |
Float_t | fTopMargin |
TopMargin. More... | |
Float_t | fXfile |
X position where to draw the file name. More... | |
Float_t | fXstat |
X position where to draw the statistics. More... | |
Float_t | fYfile |
Y position where to draw the file name. More... | |
Float_t | fYstat |
Y position where to draw the statistics. More... | |
#include <TAttPad.h>
TAttPad::TAttPad | ( | ) |
Constructor.
Definition at line 30 of file TAttPad.cxx.
|
virtual |
Destructor.
Definition at line 38 of file TAttPad.cxx.
copy function
Definition at line 45 of file TAttPad.cxx.
Reset pad attributes.
Definition at line 76 of file TAttPad.cxx.
Set Pad bottom margin in fraction of the pad height.
Definition at line 100 of file TAttPad.cxx.
Set Pad left margin in fraction of the pad width.
Definition at line 110 of file TAttPad.cxx.
Set all margins.
Definition at line 140 of file TAttPad.cxx.
Set Pad right margin in fraction of the pad width.
Definition at line 120 of file TAttPad.cxx.
Set Pad top margin in fraction of the pad height.
Definition at line 130 of file TAttPad.cxx.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |