library: libGraf
#include "TPavesText.h"

TPavesText


class description - header file - source file - inheritance tree (.pdf)

class TPavesText : public TPaveText

Inheritance Chart:
TObject
TAttLine
TAttFill
<-
TBox
<-
TPave
TAttText
<-
TPaveText
<-
TPavesText

    public:
TPavesText() TPavesText(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t npaves = 5, Option_t* option = "br") TPavesText(const TPavesText& pavestext) virtual ~TPavesText() static TClass* Class() virtual void Draw(Option_t* option = "") virtual Int_t GetNpaves() virtual TClass* IsA() const virtual void Paint(Option_t* option = "") virtual void SavePrimitive(ostream& out, Option_t* option = "") virtual void SetNpaves(Int_t npaves = 5) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t fNpaves Number of stacked paves

Class Description

______________________________________________________________________________
  A PavesText is a PaveText (see TPaveText) with several stacked paves.

TPavesText()
 Pavestext default constructor.
TPavesText(Double_t x1, Double_t y1,Double_t x2, Double_t y2, Int_t npaves,Option_t *option)
 Pavestext normal constructor.

 The PavesText is by default defined bith bordersize=1 and option ="br".
~TPavesText()
 Pavestext default destructor.
TPavesText(const TPavesText &pavestext)
 Pavestext copy constructor.
void Draw(Option_t *option)
 Draw this pavestext with its current attributes.
void Paint(Option_t *option)
 Paint this pavestext with its current attributes.
void SavePrimitive(ostream &out, Option_t * /*= ""*/)
 Save primitive as a C++ statement(s) on output stream out
Int_t GetNpaves()
void SetNpaves(Int_t npaves=5)

Author: Rene Brun 19/11/95
Last update: root/graf:$Name: $:$Id: TPavesText.cxx,v 1.9 2006/07/03 16:10:45 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.