44 :
TPave(
x1,
y1,
x2,
y2,3,
option),
TAttText(22,0,1,
gStyle->GetTextFont(),0.99)
61 pavelabel.TPaveLabel::Copy(*
this);
69 if (
this != &pavelabel)
70 pavelabel.TPaveLabel::Copy(*
this);
125 Int_t nch = label ? strlen(label) : 0;
131 for (
Int_t i=0;i<nch;i++) {
132 if (label[i] ==
'!') nspecials += 1;
133 if (label[i] ==
'?') nspecials += 1.5;
134 if (label[i] ==
'#') nspecials += 1;
135 if (label[i] ==
'`') nspecials += 1;
136 if (label[i] ==
'^') nspecials += 1.5;
137 if (label[i] ==
'~') nspecials += 1;
138 if (label[i] ==
'&') nspecials += 2;
139 if (label[i] ==
'\\') nspecials += 3;
141 nch -=
Int_t(nspecials + 0.5);
142 if (nch <= 0)
return;
147 if (wh==0||hh==0)
return;
157 if (wh < hh) labelsize *= hh/wh;
172 while (
w > 0.99*wxlabel) {
173 labelsize *= 0.99*wxlabel/
w;
182 if (wh < hh) labelsize *= hh/wh;
189 if (halign == 1)
x =
x1 + 0.02*(
x2-
x1);
190 if (halign == 3)
x =
x2 - 0.02*(
x2-
x1);
192 if (valign == 1)
y =
y1 + 0.02*(
y2-
y1);
193 if (valign == 3)
y =
y2 - 0.02*(
y2-
y1);
207 out<<
" TPaveLabel *";
213 <<
","<<quote<<s.
Data()<<quote<<
","<<quote<<
fOption<<quote<<
");"<<std::endl;
217 <<
","<<quote<<s.
Data()<<quote<<
","<<quote<<
fOption<<quote<<
");"<<std::endl;
221 out<<
" pl->SetBorderSize("<<
fBorderSize<<
");"<<std::endl;
227 out<<
" pl->Draw();"<<std::endl;
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 void SetTextAlign(Short_t align=11)
Set the text alignment.
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 void SetTextAngle(Float_t tangle=0)
Set the text angle.
virtual Float_t GetTextAngle() const
Return the text angle.
virtual void SetTextColor(Color_t tcolor=1)
Set the text color.
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.
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
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.
virtual void PaintLatex(Double_t x, Double_t y, Double_t angle, Double_t size, const char *text)
Main drawing function.
Mother of all ROOT objects.
virtual void AppendPad(Option_t *option="")
Append graphics object to current pad.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
@ 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.
void Copy(TObject &pave) const override
Copy this pave to pave.
Int_t fBorderSize
window box bordersize in pixels
Double_t fX2NDC
X2 point in NDC coordinates.
TString fOption
Pave style.
Double_t fY2NDC
Y2 point in NDC coordinates.
Double_t fX1NDC
X1 point in NDC coordinates.
Option_t * GetOption() const override
Double_t fY1NDC
Y1 point in NDC coordinates.
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.
const char * Data() const
TString & ReplaceAll(const TString &s1, const TString &s2)
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
virtual void GetTextExtent(UInt_t &w, UInt_t &h, const char *text) const
Return text extent for string text.
Short_t Abs(Short_t d)
Returns the absolute value of parameter Short_t d.