5   c->SetFrameFillColor(0);
 
   13   pt = 
new TPaveText(0.0387597,0.483696,0.307494,0.657609,
"br");
 
   18   pt = 
new TPaveText(0.0363636,0.107527,0.306494,0.489247,
"br");
 
   25   pt = 
new TPaveText(0.338501,0.23913,0.627907,0.375,
"br");
 
   31   pt = 
new TPaveText(0.643411,0.23913,0.989664,0.375,
"br");
 
   37   pt = 
new TPaveText(0.423773,0.423913,0.870801,0.576087,
"br");
 
Draw all kinds of Arrows.
 
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
 
virtual void SetTextColor(Color_t tcolor=1)
Set the text color.
 
virtual void SetTextFont(Font_t tfont=62)
Set the text font.
 
A Pave (see TPave) with text, lines or/and boxes inside.
 
virtual TText * AddText(Double_t x1, Double_t y1, const char *label)
Add a new Text line to this pavetext at given coordinates.
 
void Draw(Option_t *option="") override
Draw this pavetext with its current attributes.
 
virtual void SetBorderSize(Int_t bordersize=4)
Sets the border size of the TPave box and shadow.
 
Base class for several text objects.