#include "Strlen.h"
#include "TAttCanvas.h"
ClassImp(TAttCanvas)
TAttCanvas::TAttCanvas()
{
ResetAttCanvas();
}
TAttCanvas::~TAttCanvas()
{
}
void TAttCanvas::Copy(TAttCanvas &attcanvas) const
{
attcanvas.fXBetween = fXBetween;
attcanvas.fYBetween = fYBetween;
attcanvas.fTitleFromTop = fTitleFromTop;
attcanvas.fXdate = fXdate;
attcanvas.fYdate = fYdate;
attcanvas.fAdate = fAdate;
}
void TAttCanvas::Print(Option_t *) const
{
}
void TAttCanvas::ResetAttCanvas(Option_t *)
{
fXBetween = 2;
fYBetween = 2;
fTitleFromTop = 1.2;
fXdate = 0.2;
fYdate = 0.3;
fAdate = 1;
}
Last change: Wed Jun 25 08:34:51 2008
Last generated: 2008-06-25 08:34
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.