TPave


class description - source file - inheritance tree

class TPave : public TBox


    public:
TPave(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t bordersize = 4, Option_t* option = "br") TPave(const TPave& pave) TPave() virtual ~TPave() static TClass* Class() virtual void ConvertNDCtoPad() virtual void Copy(TObject& pave) const virtual void Draw(Option_t* option) virtual void DrawPave(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t bordersize = 4, Option_t* option = "br") virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py) Int_t GetBorderSize() Double_t GetCornerRadius() virtual Option_t* GetName() const virtual Option_t* GetOption() const Double_t GetX1NDC() const Double_t GetX2NDC() const Double_t GetY1NDC() const Double_t GetY2NDC() const virtual TClass* IsA() const virtual void ls(Option_t* option) const virtual void Paint(Option_t* option) virtual void PaintPave(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t bordersize = 4, Option_t* option = "br") virtual void PaintPaveArc(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t bordersize = 4, Option_t* option = "br") virtual void Print(Option_t* option) const virtual void SavePrimitive(ofstream& out, Option_t* option) virtual void SetBorderSize(Int_t bordersize = 4) virtual void SetCornerRadius(Double_t rad = 0.2) virtual void SetName(const char* name) virtual void SetOption(Option_t* option = "br") virtual void SetX1NDC(Double_t x1) virtual void SetX2NDC(Double_t x2) virtual void SetY1NDC(Double_t y1) virtual void SetY2NDC(Double_t y2) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Double_t fX1NDC X1 point in NDC coordinates Double_t fY1NDC Y1 point in NDC coordinates Double_t fX2NDC X2 point in NDC coordinates Double_t fY2NDC Y2 point in NDC coordinates Int_t fBorderSize window box bordersize in pixels Int_t fInit (=0 if transformation to NDC not yet done) Double_t fCornerRadius Corner radius in case of option arc TString fOption Pave style TString fName Pave name public:
static const enum TPave:: kNameIsAction


See also

TLegend, TPaveLabel, TPaveText

Class Description



Last update: Fri May 14 13:32:42 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.