45           :
TPave(
x1,
y1,
x2,
y2,3,
option), 
TAttText(22,0,1,
gStyle->GetTextFont(),0.99)
 
 
  143   if (
nch <= 0) 
return;
 
  148   if (
wh==0||
hh==0) 
return;
 
 
  206      out << 
"   pavelabel->SetName(\"" << 
GetName() << 
"\");\n";
 
  208      out << 
"   pavelabel->SetBorderSize(" << 
fBorderSize << 
");\n";
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char x2
 
Option_t Option_t TPoint TPoint const char x1
 
Option_t Option_t textsize
 
Option_t Option_t TPoint TPoint const char y2
 
Option_t Option_t TPoint TPoint const char y1
 
R__EXTERN TStyle * gStyle
 
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 Float_t GetTextSize() const
Return the text size.
 
virtual Short_t GetTextAlign() const
Return the text alignment.
 
virtual Font_t GetTextFont() const
Return the text font.
 
virtual Color_t GetTextColor() const
Return the text color.
 
virtual Float_t GetTextAngle() const
Return the text angle.
 
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.
 
void Copy(TAttText &atttext) const
Copy this text attributes to a new TAttText.
 
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.
 
To draw Mathematical Formula.
 
Mother of all ROOT objects.
 
virtual void AppendPad(Option_t *option="")
Append graphics object to current pad.
 
static void SavePrimitiveDraw(std::ostream &out, const char *variable_name, Option_t *option=nullptr)
Save invocation of primitive Draw() method Skipped if option contains "nodraw" string.
 
static void SavePrimitiveConstructor(std::ostream &out, TClass *cl, const char *variable_name, const char *constructor_agrs="", Bool_t empty_line=kTRUE)
Save object constructor in the output stream "out".
 
@ kCanDelete
if object in a list can be deleted
 
A Pave (see TPave) with a text centered in the Pave.
 
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
 
void Copy(TObject &pavelabel) const override
Copy this pavelabel to pavelabel.
 
virtual void PaintPaveLabel(Double_t x1, Double_t y1, Double_t x2, Double_t y2, const char *label, Option_t *option="")
Draw this pavelabel with new coordinates.
 
~TPaveLabel() override
TPaveLabel default destructor.
 
virtual TPaveLabel * DrawPaveLabel(Double_t x1, Double_t y1, Double_t x2, Double_t y2, const char *label, Option_t *option="")
Draw this pavelabel with new coordinates.
 
const char * GetLabel() const
 
void Paint(Option_t *option="") override
Paint this pavelabel with its current attributes.
 
TPaveLabel()
Pavelabel default constructor.
 
TString fLabel
Label written at the center of Pave.
 
TPaveLabel & operator=(const TPaveLabel &pavelabel)
TPaveLabel assign operator.
 
void Draw(Option_t *option="") override
Draw this pavelabel with its current attributes.
 
const char * GetTitle() const override
Returns title of object.
 
A TBox with a bordersize and a shadow option.
 
Int_t GetBorderSize() const
 
virtual void ConvertNDCtoPad()
Convert pave coordinates from NDC to Pad coordinates.
 
const char * GetName() const override
Returns name of object.
 
TString GetSavePaveArgs(const char *extra_arg=nullptr, Bool_t save_option=kTRUE)
Returns arguments which should be used when saving primitive constructor Check if coordinates are ini...
 
void Copy(TObject &pave) const override
Copy this pave to pave.
 
Int_t fBorderSize
window box bordersize in pixels
 
Option_t * GetOption() const override
 
virtual void PaintPave(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t bordersize=4, Option_t *option="br")
Draw this pave with new coordinates.
 
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
 
Short_t Abs(Short_t d)
Returns the absolute value of parameter Short_t d.