#include <TPave.h>
Inheritance diagram for TPave:
Definition at line 31 of file TPave.h.
TPave::TPave | ( | ) |
Referenced by DrawPave().
TPave::TPave | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Int_t | bordersize = 4 , |
|||
Option_t * | option = "br" | |||
) |
Definition at line 61 of file TPave.cxx.
References TObject::ClassName(), fBorderSize, fCornerRadius, fInit, fName, fOption, fShadowColor, TAttFill::GetFillColor(), TAttFill::GetFillStyle(), TAttLine::GetLineColor(), TAttLine::GetLineStyle(), gStyle, TAttFill::SetFillColor(), TAttFill::SetFillStyle(), TAttLine::SetLineColor(), TAttLine::SetLineStyle(), and SetName().
TPave::TPave | ( | const TPave & | pave | ) |
Definition at line 106 of file TPave.cxx.
References fBorderSize, fCornerRadius, fInit, fShadowColor, fX1NDC, fX2NDC, fY1NDC, and fY2NDC.
TPave::TPave | ( | ) |
TPave::TPave | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Int_t | bordersize = 4 , |
|||
Option_t * | option = "br" | |||
) |
TPave::TPave | ( | const TPave & | pave | ) |
virtual TPave::~TPave | ( | ) | [virtual] |
void TPave::Copy | ( | TObject & | pave | ) | const [virtual] |
Reimplemented from TBox.
Definition at line 171 of file TPave.cxx.
References TBox::Copy(), fBorderSize, fCornerRadius, fInit, fName, fOption, fShadowColor, fX1NDC, fX2NDC, fY1NDC, and fY2NDC.
Referenced by TLegend::Copy(), TPaletteAxis::Copy(), and TPaveLabel::Copy().
void TPave::ConvertNDCtoPad | ( | ) | [virtual] |
Definition at line 124 of file TPave.cxx.
References TString::Contains(), fInit, fOption, TBox::fX1, fX1NDC, TBox::fX2, fX2NDC, TBox::fY1, fY1NDC, TBox::fY2, fY2NDC, gPad, and TMath::Log10().
Referenced by Paint(), TPaveLabel::Paint(), TPavesText::Paint(), TPaletteAxis::Paint(), TPaveStats::Paint(), TPaveText::Paint(), and TLegend::Paint().
Reimplemented from TBox.
Definition at line 189 of file TPave.cxx.
References TBox::fX1, TBox::fX2, TBox::fY1, TBox::fY2, and gPad.
Referenced by TDiamond::DistancetoPrimitive(), TPaletteAxis::DistancetoPrimitive(), and TTreePerfStats::DistancetoPrimitive().
void TPave::Draw | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TBox.
Definition at line 215 of file TPave.cxx.
References TObject::AppendPad(), and GetOption().
void TPave::DrawPave | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Int_t | bordersize = 4 , |
|||
Option_t * | option = "br" | |||
) | [virtual] |
Definition at line 228 of file TPave.cxx.
References TObject::AppendPad(), TObject::kCanDelete, TObject::SetBit(), and TPave().
Reimplemented from TBox.
Definition at line 240 of file TPave.cxx.
References TBox::ExecuteEvent(), TBox::fX1, fX1NDC, TBox::fX2, fX2NDC, TBox::fY1, fY1NDC, TBox::fY2, fY2NDC, GetName(), gPad, gROOT, kButton1Double, kNameIsAction, TROOT::ProcessLine(), and TObject::TestBit().
Int_t TPave::GetBorderSize | ( | ) | const [inline] |
Definition at line 63 of file TPave.h.
References fBorderSize.
Referenced by TPavesText::Paint(), TPaveStats::Paint(), TPaveText::Paint(), TLegend::Paint(), TPaveLabel::PaintPaveLabel(), and TPaveStats::UseCurrentStyle().
Double_t TPave::GetCornerRadius | ( | ) | const [inline] |
Option_t* TPave::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 65 of file TPave.h.
References TString::Data(), and fName.
Referenced by TPaveClass::DrawClasses(), ExecuteEvent(), ls(), TPaveText::SavePrimitive(), TPavesText::SavePrimitive(), SavePrimitive(), TPaveStats::SavePrimitive(), TPaveClass::SetClasses(), TPaveClass::ShowClassesUsedBy(), and TPaveClass::ShowClassesUsing().
Option_t* TPave::GetOption | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 66 of file TPave.h.
References TString::Data(), and fOption.
Referenced by Draw(), TPaveLabel::Draw(), TPaveLabel::Paint(), and TPavesText::Paint().
Int_t TPave::GetShadowColor | ( | ) | const [inline] |
Definition at line 67 of file TPave.h.
References fShadowColor.
Referenced by PaintPave(), and PaintPaveArc().
Double_t TPave::GetX1NDC | ( | ) | const [inline] |
Definition at line 68 of file TPave.h.
References fX1NDC.
Referenced by correlations(), correlationsMultiClass(), Draw_PerfProfiles(), Draw_Slave_Access(), Draw_Time_Hists(), TLegend::SavePrimitive(), and TPaveStats::UseCurrentStyle().
Double_t TPave::GetX2NDC | ( | ) | const [inline] |
Definition at line 69 of file TPave.h.
References fX2NDC.
Referenced by Draw_PerfProfiles(), Draw_Slave_Access(), Draw_Time_Hists(), TLegend::SavePrimitive(), and TPaveStats::UseCurrentStyle().
Double_t TPave::GetY1NDC | ( | ) | const [inline] |
Definition at line 70 of file TPave.h.
References fY1NDC.
Referenced by TLegend::SavePrimitive(), and TPaveStats::UseCurrentStyle().
Double_t TPave::GetY2NDC | ( | ) | const [inline] |
Definition at line 71 of file TPave.h.
References fY2NDC.
Referenced by TLegend::SavePrimitive(), and TPaveStats::UseCurrentStyle().
virtual ULong_t TPave::Hash | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 72 of file TPave.h.
References fName, and TString::Hash().
virtual Bool_t TPave::IsSortable | ( | ) | const [inline, virtual] |
void TPave::ls | ( | Option_t * | option = "" |
) | const [virtual] |
void TPave::Paint | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TBox.
Definition at line 279 of file TPave.cxx.
References ConvertNDCtoPad(), fBorderSize, TBox::fX1, TBox::fX2, TBox::fY1, TBox::fY2, and PaintPave().
void TPave::PaintPave | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Int_t | bordersize = 4 , |
|||
Option_t * | option = "br" | |||
) | [virtual] |
Definition at line 301 of file TPave.cxx.
References TString::Contains(), fBorderSize, TAttFill::GetFillColor(), TAttFill::GetFillStyle(), GetShadowColor(), gPad, i, TString::Length(), TAttFill::Modify(), TBox::PaintBox(), PaintPaveArc(), TAttFill::SetFillColor(), TAttFill::SetFillStyle(), TString::ToLower(), x, and y.
Referenced by Paint(), TPavesText::Paint(), TPaveStats::Paint(), TPaveText::Paint(), TLegend::Paint(), and TPaveLabel::PaintPaveLabel().
void TPave::PaintPaveArc | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Int_t | bordersize = 4 , |
|||
Option_t * | option = "br" | |||
) | [virtual] |
Definition at line 400 of file TPave.cxx.
References TMath::Abs(), TString::Contains(), TMath::Cos(), fBorderSize, fCornerRadius, TAttFill::GetFillColor(), TAttFill::GetFillStyle(), GetShadowColor(), gPad, i, kFALSE, kTRUE, TString::Length(), TAttFill::Modify(), TAttLine::Modify(), TAttFill::SetFillColor(), TAttFill::SetFillStyle(), TMath::Sin(), theta, TString::ToLower(), x, and y.
Referenced by PaintPave().
void TPave::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TBox.
Definition at line 602 of file TPave.cxx.
References TBox::Print().
Referenced by TPaveText::Print(), and TLegend::Print().
void TPave::SavePrimitive | ( | ostream & | out, | |
Option_t * | option = "" | |||
) | [virtual] |
Reimplemented from TBox.
Definition at line 611 of file TPave.cxx.
References xmlio::Class, TROOT::ClassSaved(), TString::Contains(), fBorderSize, fCornerRadius, fOption, TBox::fX1, fX1NDC, TBox::fX2, fX2NDC, TBox::fY1, fY1NDC, TBox::fY2, fY2NDC, GetName(), gROOT, TAttFill::SaveFillAttributes(), and TAttLine::SaveLineAttributes().
virtual void TPave::SetBorderSize | ( | Int_t | bordersize = 4 |
) | [inline, virtual] |
Definition at line 82 of file TPave.h.
References fBorderSize.
Referenced by RooStats::SamplingDistPlot::ApplyDefaultStyle(), boostcontrolplots(), compareanapp(), compareClassApp(), Draw_PerfProfiles(), Draw_Slave_Access(), Draw_Time_Hists(), DrawData(), StatDialogMVAEffs::DrawHistograms(), DrawMLPoutputMovie(), StatDialogBDT::DrawTree(), likelihoodrefs(), mvas(), mvasMulticlass(), TGraphPainter::PaintGraphPolar(), THistPainter::PaintStat(), THistPainter::PaintStat2(), THistPainter::PaintStat3(), TGraphPainter::PaintStats(), THistPainter::PaintTitle(), plot(), probas(), rulevisCorr(), rulevisHists(), TLegend::TLegend(), TPavesText::TPavesText(), TSVDUnfoldExample(), TPaveStats::UseCurrentStyle(), variables(), and variablesMultiClass().
virtual void TPave::SetCornerRadius | ( | Double_t | rad = 0.2 |
) | [inline, virtual] |
virtual void TPave::SetName | ( | const char * | name = "" |
) | [inline, virtual] |
Definition at line 84 of file TPave.h.
Referenced by TGraphPainter::PaintGraphPolar(), THistPainter::PaintStat(), THistPainter::PaintStat2(), THistPainter::PaintStat3(), TGraphPainter::PaintStats(), THistPainter::PaintTitle(), TPave(), and TPaveClass::TPaveClass().
virtual void TPave::SetOption | ( | Option_t * | option = "br" |
) | [inline, virtual] |
virtual void TPave::SetShadowColor | ( | Int_t | color | ) | [inline, virtual] |
virtual void TPave::SetX1NDC | ( | Double_t | x1 | ) | [inline, virtual] |
Definition at line 87 of file TPave.h.
References fX1NDC.
Referenced by correlations(), correlationsMultiClass(), Draw_PerfProfiles(), Draw_Slave_Access(), Draw_Time_Hists(), multigraph(), tmultigraph1(), transpad(), and TPaveStats::UseCurrentStyle().
virtual void TPave::SetX2NDC | ( | Double_t | x2 | ) | [inline, virtual] |
Definition at line 88 of file TPave.h.
References fX2NDC.
Referenced by Draw_PerfProfiles(), Draw_Slave_Access(), Draw_Time_Hists(), multigraph(), tmultigraph1(), transpad(), and TPaveStats::UseCurrentStyle().
virtual void TPave::SetY1NDC | ( | Double_t | y1 | ) | [inline, virtual] |
Definition at line 89 of file TPave.h.
References fY1NDC.
Referenced by multigraph(), tmultigraph1(), and TPaveStats::UseCurrentStyle().
virtual void TPave::SetY2NDC | ( | Double_t | y2 | ) | [inline, virtual] |
Definition at line 90 of file TPave.h.
References fY2NDC.
Referenced by TPaveStats::UseCurrentStyle().
virtual void TPave::ConvertNDCtoPad | ( | ) | [virtual] |
virtual void TPave::DrawPave | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Int_t | bordersize = 4 , |
|||
Option_t * | option = "br" | |||
) | [virtual] |
Reimplemented from TBox.
Int_t TPave::GetBorderSize | ( | ) | const [inline] |
Double_t TPave::GetCornerRadius | ( | ) | const [inline] |
Option_t* TPave::GetName | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 65 of file TPave.h.
References TString::Data(), and fName.
Option_t* TPave::GetOption | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 66 of file TPave.h.
References TString::Data(), and fOption.
Int_t TPave::GetShadowColor | ( | ) | const [inline] |
Double_t TPave::GetX1NDC | ( | ) | const [inline] |
Double_t TPave::GetX2NDC | ( | ) | const [inline] |
Double_t TPave::GetY1NDC | ( | ) | const [inline] |
Double_t TPave::GetY2NDC | ( | ) | const [inline] |
virtual ULong_t TPave::Hash | ( | ) | const [inline, virtual] |
Reimplemented from TObject.
Definition at line 72 of file TPave.h.
References fName, and TString::Hash().
virtual Bool_t TPave::IsSortable | ( | ) | const [inline, virtual] |
virtual void TPave::PaintPave | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Int_t | bordersize = 4 , |
|||
Option_t * | option = "br" | |||
) | [virtual] |
virtual void TPave::PaintPaveArc | ( | Double_t | x1, | |
Double_t | y1, | |||
Double_t | x2, | |||
Double_t | y2, | |||
Int_t | bordersize = 4 , |
|||
Option_t * | option = "br" | |||
) | [virtual] |
virtual void TPave::SavePrimitive | ( | ostream & | out, | |
Option_t * | option = "" | |||
) | [virtual] |
Reimplemented from TBox.
virtual void TPave::SetBorderSize | ( | Int_t | bordersize = 4 |
) | [inline, virtual] |
virtual void TPave::SetCornerRadius | ( | Double_t | rad = 0.2 |
) | [inline, virtual] |
virtual void TPave::SetName | ( | const char * | name = "" |
) | [inline, virtual] |
virtual void TPave::SetOption | ( | Option_t * | option = "br" |
) | [inline, virtual] |
virtual void TPave::SetShadowColor | ( | Int_t | color | ) | [inline, virtual] |
virtual void TPave::SetX1NDC | ( | Double_t | x1 | ) | [inline, virtual] |
virtual void TPave::SetX2NDC | ( | Double_t | x2 | ) | [inline, virtual] |
virtual void TPave::SetY1NDC | ( | Double_t | y1 | ) | [inline, virtual] |
virtual void TPave::SetY2NDC | ( | Double_t | y2 | ) | [inline, virtual] |
Double_t TPave::fX1NDC [protected] |
Definition at line 34 of file TPave.h.
Referenced by ConvertNDCtoPad(), Copy(), ExecuteEvent(), TPaletteAxis::ExecuteEvent(), GetX1NDC(), TLegend::PaintPrimitives(), TPaveText::SavePrimitive(), TPaveLabel::SavePrimitive(), SavePrimitive(), TPaveStats::SavePrimitive(), TPaletteAxis::SavePrimitive(), SetX1NDC(), and TPave().
Double_t TPave::fY1NDC [protected] |
Definition at line 35 of file TPave.h.
Referenced by ConvertNDCtoPad(), Copy(), ExecuteEvent(), TPaletteAxis::ExecuteEvent(), TPaletteAxis::GetObjectInfo(), GetY1NDC(), TLegend::PaintPrimitives(), TPaveText::SavePrimitive(), TPaveLabel::SavePrimitive(), SavePrimitive(), TPaveStats::SavePrimitive(), TPaletteAxis::SavePrimitive(), SetY1NDC(), and TPave().
Double_t TPave::fX2NDC [protected] |
Definition at line 36 of file TPave.h.
Referenced by ConvertNDCtoPad(), Copy(), ExecuteEvent(), TPaletteAxis::ExecuteEvent(), GetX2NDC(), TLegend::PaintPrimitives(), TPaveText::SavePrimitive(), TPaveLabel::SavePrimitive(), SavePrimitive(), TPaveStats::SavePrimitive(), TPaletteAxis::SavePrimitive(), SetX2NDC(), and TPave().
Double_t TPave::fY2NDC [protected] |
Definition at line 37 of file TPave.h.
Referenced by ConvertNDCtoPad(), Copy(), ExecuteEvent(), TPaletteAxis::ExecuteEvent(), TPaletteAxis::GetObjectInfo(), GetY2NDC(), TLegend::PaintPrimitives(), TPaveText::SavePrimitive(), TPaveLabel::SavePrimitive(), SavePrimitive(), TPaveStats::SavePrimitive(), TPaletteAxis::SavePrimitive(), SetY2NDC(), and TPave().
Int_t TPave::fBorderSize [protected] |
Definition at line 38 of file TPave.h.
Referenced by Copy(), GetBorderSize(), Paint(), TDiamond::Paint(), PaintPave(), PaintPaveArc(), TLegend::SavePrimitive(), TPaveText::SavePrimitive(), TPavesText::SavePrimitive(), TPaveLabel::SavePrimitive(), SavePrimitive(), TPaveStats::SavePrimitive(), SetBorderSize(), and TPave().
Int_t TPave::fInit [protected] |
Int_t TPave::fShadowColor [protected] |
Definition at line 40 of file TPave.h.
Referenced by Copy(), GetShadowColor(), SetShadowColor(), and TPave().
Double_t TPave::fCornerRadius [protected] |
Definition at line 41 of file TPave.h.
Referenced by Copy(), GetCornerRadius(), PaintPaveArc(), SavePrimitive(), SetCornerRadius(), and TPave().
TString TPave::fOption [protected] |
Definition at line 42 of file TPave.h.
Referenced by ConvertNDCtoPad(), Copy(), GetOption(), TLegend::SavePrimitive(), TPaveClass::SavePrimitive(), TPaveText::SavePrimitive(), TPavesText::SavePrimitive(), TPaveLabel::SavePrimitive(), SavePrimitive(), TPaveStats::SavePrimitive(), TPaletteAxis::SavePrimitive(), SetOption(), and TPave().
TString TPave::fName [protected] |