void CellArrayBegin(Int_t W, Int_t H, Double_t x1, Double_t x2, Double_t y1, Double_t y2)
Begin the Cell Array painting.
void Close(Option_t *opt="")
Close a TeX file.
void DrawPolyLine(Int_t n, TPoints *xy)
Draw a PolyLine.
void SetMarkerSize(Size_t msize=1)
Set size for markers.
Float_t fCurrentRed
Current Red component.
void SetLineColor(Color_t cindex=1)
Set color index for lines.
void SetLineStyle(Style_t linestyle=1)
Change the line style.
Float_t UtoTeX(Double_t u)
Convert U from NDC coordinate to TeX.
Float_t fLineScale
Line width scale factor.
void DrawPS(Int_t n, Float_t *xw, Float_t *yw)
Not needed in TeX case.
void DefineMarkers()
add additional pgfplotmarks
void Text(Double_t x, Double_t y, const char *string)
Draw text.
virtual ~TTeXDump()
Default TeX destructor.
Float_t fCurrentAlpha
Current Alpha value.
Float_t VtoTeX(Double_t v)
Convert V from NDC coordinate to TeX.
Float_t fCurrentBlue
Current Blue component.
static const double x2[5]
void Text(Double_t, Double_t, const wchar_t *)
#define ClassDef(name, id)
Float_t fYsize
Page size along Y.
Float_t XtoTeX(Double_t x)
Convert X from world coordinate to TeX.
void TextNDC(Double_t, Double_t, const wchar_t *)
void Off()
Deactivate an already open TeX file.
TTeXDump()
Default TeX constructor.
Float_t fXsize
Page size along X.
void Open(const char *filename, Int_t type=-111)
Open a TeX file.
Float_t fCurrentGreen
Current Green component.
Bool_t fBoundingBox
True when the Tex header is printed.
void SetFillColor(Color_t cindex=1)
Set color index for fill areas.
Bool_t fRange
True when a range has been defined.
Int_t CMtoTeX(Double_t u)
void NewPage()
Start the TeX page. This function starts the tikzpicture environment.
void On()
Activate an already open TeX file.
Float_t YtoTeX(Double_t y)
Convert Y from world coordinate to TeX.
void SetTextColor(Color_t cindex=1)
Set color index for text.
void SetLineScale(Float_t scale=1)
2-D graphics point (world coordinates).
void Range(Float_t xrange, Float_t yrange)
Set the range for the paper in centimetres.
static const double x1[5]
void TextNDC(Double_t u, Double_t v, const char *string)
Write a string of characters in NDC.
void SetLineWidth(Width_t linewidth=1)
Set the lines width.
void SetColor(Int_t color=1)
Set color with its color index.
void CellArrayEnd()
End the Cell Array painting.
void CellArrayFill(Int_t r, Int_t g, Int_t b)
Paint the Cell Array.
void SetMarkerColor(Color_t cindex=1)
Set color index for markers.
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
void DrawPolyMarker(Int_t n, Float_t *x, Float_t *y)
Paint PolyMarker.
void DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw a Box.
TVirtualPS is an abstract interface to Postscript, PDF, SVG.
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 DrawPolyLineNDC(Int_t n, TPoints *uv)
Draw a PolyLine in NDC space.
static constexpr double g
Int_t fType
Workstation type used to know if the Tex is open.