20 class TTeXDump :
public TVirtualPS {
29 Float_t fCurrentGreen;
31 Float_t fCurrentAlpha;
37 TTeXDump(
const char *filename, Int_t type=-113);
40 void CellArrayBegin(Int_t W, Int_t H, Double_t x1, Double_t x2, Double_t y1, Double_t y2);
41 void CellArrayFill(Int_t r, Int_t g, Int_t b);
43 void Close(Option_t *opt=
"");
44 Int_t CMtoTeX(Double_t u) {
return Int_t(0.5 + 72*u/2.54);}
46 void DrawBox(Double_t x1, Double_t y1,Double_t x2, Double_t y2);
47 void DrawFrame(Double_t xl, Double_t yl, Double_t xt, Double_t yt,
48 Int_t mode, Int_t border, Int_t dark, Int_t light);
49 void DrawPolyLine(Int_t n, TPoints *xy);
50 void DrawPolyLineNDC(Int_t n, TPoints *uv);
51 void DrawPolyMarker(Int_t n, Float_t *x, Float_t *y);
52 void DrawPolyMarker(Int_t n, Double_t *x, Double_t *y);
53 void DrawPS(Int_t n, Float_t *xw, Float_t *yw);
54 void DrawPS(Int_t n, Double_t *xw, Double_t *yw);
58 void Open(
const char *filename, Int_t type=-111);
59 void Range(Float_t xrange, Float_t yrange);
60 void SetColor(Int_t color = 1);
61 void SetColor(Float_t r, Float_t g, Float_t b);
62 void SetFillColor( Color_t cindex=1);
63 void SetLineColor( Color_t cindex=1);
64 void SetLineStyle(Style_t linestyle = 1);
65 void SetLineWidth(Width_t linewidth = 1);
66 void SetLineScale(Float_t scale=1) {fLineScale = scale;}
67 void SetMarkerSize( Size_t msize=1);
68 void SetMarkerColor( Color_t cindex=1);
69 void SetTextColor( Color_t cindex=1);
70 void Text(Double_t x, Double_t y,
const char *
string);
71 void Text(Double_t, Double_t,
const wchar_t *){}
72 void TextNDC(Double_t u, Double_t v,
const char *
string);
73 void TextNDC(Double_t, Double_t,
const wchar_t *){}
74 Float_t UtoTeX(Double_t u);
75 Float_t VtoTeX(Double_t v);
76 Float_t XtoTeX(Double_t x);
77 Float_t YtoTeX(Double_t y);
79 ClassDef(TTeXDump, 0);