147 out<<
" TPaveClass *";
149 out<<
"pclass = new TPaveClass("<<
fX1<<
","<<
fY1<<
","<<
fX2<<
","<<
fY2
150 <<
","<<quote<<
fLabel<<quote<<
","<<quote<<
fOption<<quote<<
");"<<std::endl;
156 out<<
" pclass->Draw();"<<std::endl;
static const double x2[5]
static const double x1[5]
virtual void SaveFillAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001)
Save fill attributes as C++ statement(s) on output stream out.
virtual void SaveLineAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1)
Save line attributes as C++ statement(s) on output stream out.
virtual void SetTextFont(Font_t tfont=62)
Set the text font.
virtual void SaveTextAttributes(std::ostream &out, const char *name, Int_t alidef=12, Float_t angdef=0, Int_t coldef=1, Int_t fondef=61, Float_t sizdef=1)
Save text attributes as C++ statement(s) on output stream out.
Double_t fX1
X of 1st point.
Double_t fY2
Y of 2nd point.
Double_t fX2
X of 2nd point.
Double_t fY1
Y of 1st point.
Draw inheritance tree and their relations for a list of classes.
virtual void ShowClassesUsedBy(const char *classes)
mark classes used by the list of classes in classes
virtual void ShowLinks(Option_t *option="HMR")
Set link options in the ClassTree object.
virtual void SetClasses(const char *classes, Option_t *option="ID")
Set the list of classes for which the hierarchy is to be drawn See Paint for the syntax.
virtual void SaveAs(const char *filename="", Option_t *option="") const
save current configuration in a Root file if filename is blank, the name of the file will be the curr...
virtual void Draw(const char *classes="")
Draw the inheritance tree and relations for the list of classes see this class header for the syntax ...
virtual void ShowClassesUsing(const char *classes)
mark classes using any class in the list of classes in classes
Mother of all ROOT objects.
A TPaveLabel specialized to process classes inside a TClassTree.
void Copy(TObject &PaveVar) const
Copy this PaveClass to PaveClass.
virtual void ShowLinks(Option_t *option="HMR")
Set link options in the ClassTree object.
virtual void ShowClassesUsedBy(const char *classes="this")
Show classes used by.
virtual void DrawClasses(const char *classes="this")
Draw classes.
TPaveClass()
PaveClass default constructor.
virtual ~TPaveClass()
PaveClass default destructor.
TClassTree * fClassTree
Pointer to the TClassTree referencing this object.
virtual void ShowClassesUsing(const char *classes="this")
Show classes using.
virtual void SetClasses(const char *classes="this", Option_t *option="ID")
Set classes.
virtual void SaveAs(const char *filename="", Option_t *option="") const
Save as.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out.
A Pave (see TPave) with a text centered in the Pave.
void Copy(TObject &pavelabel) const
Copy this pavelabel to pavelabel.
TString fLabel
Label written at the center of Pave.
virtual void SetName(const char *name="")
Option_t * GetName() const
Returns name of object.
TString fOption
Pave style.