#ifndef ROOT_TAttLineCanvas
#define ROOT_TAttLineCanvas
#ifndef ROOT_TDialogCanvas
#include "TDialogCanvas.h"
#endif
class TAttLineCanvas : public TDialogCanvas {
public:
TAttLineCanvas();
TAttLineCanvas(const char *name, const char *title, Int_t ww=400, Int_t wh=600);
virtual ~TAttLineCanvas();
virtual void UpdateLineAttributes(Int_t col, Int_t sty, Int_t width);
ClassDef(TAttLineCanvas,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.