#ifndef ROOT_TAttTextCanvas
#define ROOT_TAttTextCanvas
#ifndef ROOT_TDialogCanvas
#include "TDialogCanvas.h"
#endif
class TAttTextCanvas : public TDialogCanvas {
public:
TAttTextCanvas();
TAttTextCanvas(const char *name, const char *title, Int_t ww=400, Int_t wh=600);
virtual ~TAttTextCanvas();
virtual void UpdateTextAttributes(Int_t align,Float_t angle,Int_t col,Int_t font,Float_t tsize);
ClassDef(TAttTextCanvas,0)
};
#endif
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.