Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TImageDump.h
Go to the documentation of this file.
1// @(#)root/postscript:$Id$
2// Author: Valeriy Onuchin 29/04/2005
3
4/*************************************************************************
5 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TImageDump
13#define ROOT_TImageDump
14
15
16#include "TVirtualPS.h"
17
18class TImage;
19class TColor;
20class TPoint;
21
22class TImageDump : public TVirtualPS {
23protected:
24 TImage *fImage; ///< Image
25 Int_t fType; ///< PostScript workstation type
26
29 void DrawDashPolyLine(Int_t npoints, TPoint *pt, UInt_t nDash,
30 const char* pDash, const char* col, UInt_t thick);
31
32public:
33 TImageDump();
34 TImageDump(const char *filename, Int_t type = -111);
35 virtual ~TImageDump();
36
39 void CellArrayEnd();
40 void Close(Option_t *opt = "");
42 void DrawFrame(Double_t xl, Double_t yl, Double_t xt, Double_t yt,
43 Int_t mode, Int_t border, Int_t dark, Int_t light);
46 void DrawPS(Int_t n, Float_t *xw, Float_t *yw);
47 void DrawPS(Int_t n, Double_t *xw, Double_t *yw);
48 void NewPage();
49 void Open(const char *filename, Int_t type = -111);
50 void Text(Double_t x, Double_t y, const char *string);
51 void Text(Double_t x, Double_t y, const wchar_t *string);
53 void *GetStream() const { return (void*)fImage; }
54 void SetType(Int_t type = -111) { fType = type; }
55 Int_t GetType() const { return fType; }
56 TImage *GetImage() const { return fImage; }
57
58 ClassDef(TImageDump,0) // create image in batch mode
59};
60
61#endif
ROOT::R::TRInterface & r
Definition Object.C:4
#define b(i)
Definition RSha256.hxx:100
#define g(i)
Definition RSha256.hxx:105
static const double x2[5]
static const double x1[5]
double Double_t
Definition RtypesCore.h:59
float Float_t
Definition RtypesCore.h:57
const char Option_t
Definition RtypesCore.h:66
#define ClassDef(name, id)
Definition Rtypes.h:325
int type
Definition TGX11.cxx:121
The color creation and management class.
Definition TColor.h:19
Save canvas as an image (GIF, JPEG, PNG, XPM, TIFF etc.).
Definition TImageDump.h:22
void DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw a Box.
virtual ~TImageDump()
destructor
void NewPage()
new page
void Text(Double_t x, Double_t y, const char *string)
Draw text.
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
TImage * fImage
Image.
Definition TImageDump.h:24
void SetColor(Float_t r, Float_t g, Float_t b)
Set color with its R G B components.
void CellArrayFill(Int_t r, Int_t g, Int_t b)
Cell array fill.
void Close(Option_t *opt="")
Close a image file.
void Open(const char *filename, Int_t type=-111)
Open a image file.
void DrawPS(Int_t n, Float_t *xw, Float_t *yw)
not used
void CellArrayEnd()
Cell array end.
void DrawPolyMarker(Int_t n, Float_t *x, Float_t *y)
not used
void SetType(Int_t type=-111)
Definition TImageDump.h:54
TImage * GetImage() const
Definition TImageDump.h:56
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 CellArrayBegin(Int_t W, Int_t H, Double_t x1, Double_t x2, Double_t y1, Double_t y2)
cell array begin
Int_t fType
PostScript workstation type.
Definition TImageDump.h:25
Int_t GetType() const
Definition TImageDump.h:55
Int_t XtoPixel(Double_t x)
x to pixel
void * GetStream() const
Definition TImageDump.h:53
An abstract interface to image processing library.
Definition TImage.h:29
TVirtualPS is an abstract interface to Postscript, PDF, SVG.
Definition TVirtualPS.h:30
TPaveText * pt
Double_t y[n]
Definition legend1.C:17
Double_t x[n]
Definition legend1.C:17
const Int_t n
Definition legend1.C:16
#define H(x, y, z)