37 fBuffer =
new char[fSizBuffer+1];
48 :
TNamed(name,
"Postscript interface")
76 Int_t len = strlen(str);
91 if (str[len-1] ==
'@') lenText--;
105 if (!len || !str)
return;
115 while ((nWrite >= 0) && (
fBuffer[nWrite] !=
' ')) nWrite--;
const char * fImplicitCREsc
virtual void WriteInteger(Int_t i, Bool_t space=kTRUE)
Write one Integer to the file.
virtual void WriteReal(Float_t r, Bool_t space=kTRUE)
Write a Real number to the file.
virtual void PrintStr(const char *string="")
Output the string str in the output buffer.
The TNamed class is the base class for all named ROOT classes.
virtual ~TVirtualPS()
VirtualPS destructor.
virtual void PrintRaw(Int_t len, const char *str)
Print a raw.
virtual void PrintFast(Int_t nch, const char *string="")
Fast version of Print.
you should not use this method at all Int_t Int_t z
TVirtualPS is an abstract interface to Postscript, PDF, SVG.
TVirtualPS()
VirtualPS default constructor.