11 #ifndef ROOT_TPaveStats 12 #define ROOT_TPaveStats
void SetOptFit(Int_t fit=1)
Set the fit option.
virtual void SetAllWith(const char *, Option_t *, Double_t)
Set attribute option for all lines containing string text.
virtual TBox * AddBox(Double_t, Double_t, Double_t, Double_t)
Add a new graphics box to this pavetext.
Int_t fOptStat
option Stat
virtual void SaveStyle()
Save This TPaveStats options in current style.
TObject * fParent
owner of this TPaveStats
The histogram statistics painter class.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out.
virtual void DeleteText()
Delete text at the mouse position.
TPaveStats()
TPaveStats default constructor.
TString fStatFormat
Printing format for stats.
Int_t GetOptFit() const
Return the fit option.
static const double x2[5]
#define ClassDef(name, id)
virtual void InsertText(const char *)
Add a new Text line at the mouse position.
virtual void SetStatFormat(const char *format="6.4g")
Change (i.e. set) the format for printing statistics.
virtual const char * GetStatFormat() const
virtual ~TPaveStats()
TPaveStats default destructor.
virtual void ReadFile(const char *, Option_t *, Int_t, Int_t)
Read lines of filename in this pavetext.
virtual TLine * AddLine(Double_t, Double_t, Double_t, Double_t)
Add a new graphics line to this pavetext.
virtual void EditText()
Edit text at the mouse position.
TObject * GetParent() const
virtual void SetFitFormat(const char *format="5.4g")
Change (i.e. set) the format for printing fit parameters in statistics box.
virtual const char * GetFitFormat() const
static const double x1[5]
A Pave (see TPave) with text, lines or/and boxes inside.
Int_t GetOptStat() const
Return the stat option.
virtual void UseCurrentStyle()
Replace current attributes by current style.
Mother of all ROOT objects.
virtual void Paint(Option_t *option="")
Paint the pave stat.
virtual void SetMargin(Float_t)
virtual void InsertLine()
Add a new line at the mouse position.
TString fFitFormat
Printing format for fit parameters.
void SetParent(TObject *obj)
void SetOptStat(Int_t stat=1)
Set the stat option.
const char * Data() const