12 #ifndef ROOT_TImageDump    13 #define ROOT_TImageDump    16 #ifndef ROOT_TVirtualPS    32                            const char* pDash, 
const char* col, 
UInt_t thick);
 void DrawDashPolyLine(Int_t npoints, TPoint *pt, UInt_t nDash, const char *pDash, const char *col, UInt_t thick)
draw dashed polyline 
 
void CellArrayBegin(Int_t W, Int_t H, Double_t x1, Double_t x2, Double_t y1, Double_t y2)
cell array begin 
 
void CellArrayEnd()
Cell array end. 
 
void Close(Option_t *opt="")
Close a image file. 
 
void Text(Double_t x, Double_t y, const char *string)
Draw text. 
 
void SetType(Int_t type=-111)
 
An abstract interface to image processing library. 
 
TImage * GetImage() const
 
static const double x2[5]
 
#define ClassDef(name, id)
 
TImageDump()
Default constructor. 
 
void DrawPS(Int_t n, Float_t *xw, Float_t *yw)
not used 
 
void SetColor(Float_t r, Float_t g, Float_t b)
Set color with its R G B components. 
 
Int_t XtoPixel(Double_t x)
x to pixel 
 
virtual ~TImageDump()
destructor 
 
Save canvas as an image (GIF, JPEG, PNG, XPM, TIFF etc.). 
 
Int_t fType
PostScript workstation type. 
 
void DrawFrame(Double_t xl, Double_t yl, Double_t xt, Double_t yt, Int_t mode, Int_t border, Int_t dark, Int_t light)
Draw a Frame around a box. 
 
void Open(const char *filename, Int_t type=-111)
Open a image file. 
 
static const double x1[5]
 
void DrawPolyMarker(Int_t n, Float_t *x, Float_t *y)
not used 
 
The color creation and management class. 
 
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
 
TVirtualPS is an abstract interface to Postscript, PDF, SVG. 
 
Int_t YtoPixel(Double_t y)
y to pixel 
 
void CellArrayFill(Int_t r, Int_t g, Int_t b)
Cell array fill. 
 
void DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw a Box.