12#ifndef ROOT_TImageDump 
   13#define ROOT_TImageDump 
#define ClassDefOverride(name, id)
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char filename
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
 
Option_t Option_t TPoint TPoint const char x2
 
Option_t Option_t TPoint TPoint const char x1
 
Option_t Option_t TPoint TPoint const char mode
 
Option_t Option_t TPoint TPoint const char y2
 
Option_t Option_t TPoint DrawPolyMarker
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
 
Option_t Option_t TPoint TPoint const char y1
 
The color creation and management class.
 
Save canvas as an image (GIF, JPEG, PNG, XPM, TIFF etc.).
 
void NewPage() override
new page
 
void DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2) override
Draw a Box.
 
void CellArrayEnd() override
Cell array end.
 
void SetType(Int_t type=-111) override
 
void DrawDashPolyLine(Int_t npoints, TPoint *pt, UInt_t nDash, const char *pDash, const char *col, UInt_t thick)
draw dashed polyline
 
TImageDump()
Default constructor.
 
Int_t YtoPixel(Double_t y)
y to pixel
 
void CellArrayFill(Int_t r, Int_t g, Int_t b) override
Cell array fill.
 
~TImageDump() override
destructor
 
Int_t GetType() const override
 
void Open(const char *filename, Int_t type=-111) override
Open a image file.
 
void Close(Option_t *opt="") override
Close a image file.
 
void DrawPS(Int_t n, Float_t *xw, Float_t *yw) override
not used
 
void Text(Double_t x, Double_t y, const char *string) override
Draw text.
 
void * GetStream() const override
 
TImage * GetImage() const
 
void SetColor(Float_t r, Float_t g, Float_t b) override
Set color with its R G B components.
 
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) override
Draw a Frame around a box.
 
Int_t fType
PostScript workstation type.
 
Int_t XtoPixel(Double_t x)
x to pixel
 
void CellArrayBegin(Int_t W, Int_t H, Double_t x1, Double_t x2, Double_t y1, Double_t y2) override
cell array begin
 
An abstract interface to image processing library.
 
TVirtualPS is an abstract interface to Postscript, PDF, SVG.