Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TPostScript.h
Go to the documentation of this file.
1// @(#)root/postscript:$Id$
2// Author: O.Couet 16/07/99
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_TPostScript
13#define ROOT_TPostScript
14
15
16#include "TVirtualPS.h"
17
18class TPoints;
19
20class TPostScript : public TVirtualPS {
21
22protected:
23 Float_t fX1v; ///< X bottom left corner of paper
24 Float_t fY1v; ///< Y bottom left corner of paper
25 Float_t fX2v; ///< X top right corner of paper
26 Float_t fY2v; ///< Y top right corner of paper
45 Float_t fXsize; ///< Page size along X
46 Float_t fYsize; ///< Page size along Y
47 Float_t fMaxsize; ///< Largest dimension of X and Y
48 Float_t fRed; ///< Per cent of red
49 Float_t fGreen; ///< Per cent of green
50 Float_t fBlue; ///< Per cent of blue
51 Float_t fLineScale; ///< Line width scale factor
52 Int_t fSave; ///< Number of gsave for restore
53 Int_t fNXzone; ///< Number of zones along X
54 Int_t fNYzone; ///< Number of zones along Y
55 Int_t fIXzone; ///< Current zone along X
56 Int_t fIYzone; ///< Current zone along Y
57 Float_t fMarkerSizeCur; ///< current transformed value of marker size
58 Int_t fCurrentColor; ///< current Postscript color index
59 Int_t fNpages; ///< number of pages
60 Int_t fType; ///< PostScript workstation type
61 Int_t fMode; ///< PostScript mode
62 Int_t fClip; ///< Clipping mode
63 Bool_t fBoundingBox; ///< True for Encapsulated PostScript
64 Bool_t fClear; ///< True when page must be cleared
65 Bool_t fClipStatus; ///< Clipping Indicator
66 Bool_t fRange; ///< True when a range has been defined
67 Bool_t fZone; ///< Zone indicator
68 char fPatterns[32]; ///< Indicate if pattern n is defined
69 Int_t fNbinCT; ///< Number of entries in the current Cell Array
70 Int_t fNbCellW; ///< Number of boxes per line
71 Int_t fNbCellLine; ///< Number of boxes in the current line
72 Int_t fMaxLines; ///< Maximum number of lines in a PS array
73 Int_t fLastCellRed; ///< Last red value
74 Int_t fLastCellGreen; ///< Last green value
75 Int_t fLastCellBlue; ///< Last blue value
76 Int_t fNBSameColorCell; ///< Number of boxes with the same color
77 TString fFileName; ///< PS file name
78 Bool_t fFontEmbed; ///< True is FontEmbed has been called
79
80 static Int_t fgLineJoin; ///< Appearance of joining lines
81 static Int_t fgLineCap; ///< Appearance of line caps
82
83public:
85 TPostScript(const char *filename, Int_t type=-111);
86 virtual ~TPostScript();
87
89 Double_t y1, Double_t y2);
91 void CellArrayEnd();
92 void Close(Option_t *opt="");
93 Int_t CMtoPS(Double_t u) {return Int_t(0.5 + 72*u/2.54);}
94 void DefineMarkers();
96 void DrawFrame(Double_t xl, Double_t yl, Double_t xt, Double_t yt,
97 Int_t mode, Int_t border, Int_t dark, Int_t light);
98 void DrawHatch(Float_t dy, Float_t angle, Int_t n, Float_t *x,
99 Float_t *y);
100 void DrawHatch(Float_t dy, Float_t angle, Int_t n, Double_t *x,
101 Double_t *y);
102 void DrawPolyLine(Int_t n, TPoints *xy);
103 void DrawPolyLineNDC(Int_t n, TPoints *uv);
106 void DrawPS(Int_t n, Float_t *xw, Float_t *yw);
107 void DrawPS(Int_t n, Double_t *xw, Double_t *yw);
108 bool FontEmbedType1(const char *filename);
109 bool FontEmbedType2(const char *filename);
110 bool FontEmbedType42(const char *filename);
111 void FontEmbed();
112 void FontEncode();
113 void Initialize();
114 void NewPage();
115 void Off();
116 void On();
117 void Open(const char *filename, Int_t type=-111);
118 void SaveRestore(Int_t flag);
119 void SetFillColor( Color_t cindex=1);
120 void SetFillPatterns(Int_t ipat, Int_t color);
121 void SetLineColor( Color_t cindex=1);
122 void SetLineJoin(Int_t linejoin=0);
123 void SetLineCap(Int_t linecap=0);
124 void SetLineStyle(Style_t linestyle = 1);
125 void SetLineWidth(Width_t linewidth = 1);
126 void SetLineScale(Float_t scale=3) {fLineScale = scale;}
127 void SetMarkerColor( Color_t cindex=1);
128 void SetTextColor( Color_t cindex=1);
129 void MovePS(Int_t x, Int_t y);
130 void Range(Float_t xrange, Float_t yrange);
131 void SetColor(Int_t color = 1);
133 void Text(Double_t x, Double_t y, const char *string);
134 void Text(Double_t x, Double_t y, const wchar_t *string);
135 void TextNDC(Double_t u, Double_t v, const char *string);
136 void TextNDC(Double_t u, Double_t v, const wchar_t *string);
141 void Zone();
142
143 ClassDef(TPostScript,0) //PostScript driver
144};
145
146#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]
int Int_t
Definition RtypesCore.h:45
short Width_t
Definition RtypesCore.h:91
double Double_t
Definition RtypesCore.h:59
short Color_t
Definition RtypesCore.h:92
short Style_t
Definition RtypesCore.h:89
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
XPoint xy[kMAXMK]
Definition TGX11.cxx:123
2-D graphics point (world coordinates).
Definition TPoints.h:19
Interface to PostScript.
Definition TPostScript.h:20
void DefineMarkers()
Define the markers.
Float_t fXsize
Page size along X.
Definition TPostScript.h:45
void CellArrayFill(Int_t r, Int_t g, Int_t b)
Paint the Cell Array.
Int_t fIYzone
Current zone along Y.
Definition TPostScript.h:56
void Close(Option_t *opt="")
Close a PostScript file.
Int_t fType
PostScript workstation type.
Definition TPostScript.h:60
TPostScript()
Default PostScript constructor.
Int_t VtoPS(Double_t v)
Convert V from NDC coordinate to PostScript.
static Int_t fgLineCap
Appearance of line caps.
Definition TPostScript.h:81
Float_t fX2w
Definition TPostScript.h:29
Int_t fNBSameColorCell
Number of boxes with the same color.
Definition TPostScript.h:76
void SetColor(Int_t color=1)
Set the current color.
Int_t fMode
PostScript mode.
Definition TPostScript.h:61
Int_t fIXzone
Current zone along X.
Definition TPostScript.h:55
void SetFillColor(Color_t cindex=1)
Set color index for fill areas.
void DrawPolyLineNDC(Int_t n, TPoints *uv)
Draw a PolyLine in NDC space.
void FontEncode()
Font Re-encoding.
Float_t fXVP2
Definition TPostScript.h:38
Int_t fLastCellBlue
Last blue value.
Definition TPostScript.h:75
Float_t fY1w
Definition TPostScript.h:28
Int_t fNbCellW
Number of boxes per line.
Definition TPostScript.h:70
Float_t fX1v
X bottom left corner of paper.
Definition TPostScript.h:23
Float_t fYC
Definition TPostScript.h:34
Float_t fRed
Per cent of red.
Definition TPostScript.h:48
Float_t fXC
Definition TPostScript.h:33
Int_t fCurrentColor
current Postscript color index
Definition TPostScript.h:58
void SetLineColor(Color_t cindex=1)
Set color index for lines.
void SetLineWidth(Width_t linewidth=1)
Change the line width.
Float_t fXVS1
Definition TPostScript.h:41
Bool_t fClipStatus
Clipping Indicator.
Definition TPostScript.h:65
Float_t fLineScale
Line width scale factor.
Definition TPostScript.h:51
void Text(Double_t x, Double_t y, const char *string)
Write a string of characters.
Float_t fMarkerSizeCur
current transformed value of marker size
Definition TPostScript.h:57
Bool_t fZone
Zone indicator.
Definition TPostScript.h:67
void SetFillPatterns(Int_t ipat, Int_t color)
Patterns definition.
Float_t fDXC
Definition TPostScript.h:31
Int_t fLastCellRed
Last red value.
Definition TPostScript.h:73
void SetTextColor(Color_t cindex=1)
Set color index for text.
void Off()
Deactivate an already open PostScript file.
Int_t YtoPS(Double_t y)
Convert Y from world coordinate to PostScript.
Bool_t fRange
True when a range has been defined.
Definition TPostScript.h:66
Float_t fBlue
Per cent of blue.
Definition TPostScript.h:50
void MovePS(Int_t x, Int_t y)
Move to a new position.
void DrawPolyMarker(Int_t n, Float_t *x, Float_t *y)
Draw markers at the n WC points x, y.
void Initialize()
PostScript Initialisation.
bool FontEmbedType2(const char *filename)
Int_t fNbCellLine
Number of boxes in the current line.
Definition TPostScript.h:71
Float_t fMaxsize
Largest dimension of X and Y.
Definition TPostScript.h:47
void CellArrayEnd()
End the Cell Array painting.
Float_t fYVS1
Definition TPostScript.h:43
Int_t fClip
Clipping mode.
Definition TPostScript.h:62
TString fFileName
PS file name.
Definition TPostScript.h:77
Int_t fNYzone
Number of zones along Y.
Definition TPostScript.h:54
bool FontEmbedType1(const char *filename)
void SetLineStyle(Style_t linestyle=1)
Change the line style.
Float_t fGreen
Per cent of green.
Definition TPostScript.h:49
void SetLineCap(Int_t linecap=0)
Set the value of the global parameter TPostScript::fgLineCap.
Float_t fYVP2
Definition TPostScript.h:40
void DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw a Box.
Float_t fDYC
Definition TPostScript.h:32
void DrawPolyLine(Int_t n, TPoints *xy)
Draw a PolyLine.
void DrawHatch(Float_t dy, Float_t angle, Int_t n, Float_t *x, Float_t *y)
Draw Fill area with hatch styles.
Int_t UtoPS(Double_t u)
Convert U from NDC coordinate to PostScript.
Bool_t fFontEmbed
True is FontEmbed has been called.
Definition TPostScript.h:78
Float_t fX1w
Definition TPostScript.h:27
Float_t fYVP1
Definition TPostScript.h:39
void NewPage()
Move to a new PostScript page.
Int_t fSave
Number of gsave for restore.
Definition TPostScript.h:52
void DrawPS(Int_t n, Float_t *xw, Float_t *yw)
Draw a PolyLine.
void On()
Activate an already open PostScript file.
Int_t CMtoPS(Double_t u)
Definition TPostScript.h:93
bool FontEmbedType42(const char *filename)
void TextNDC(Double_t u, Double_t v, const char *string)
Write a string of characters in NDC.
Float_t fFX
Definition TPostScript.h:35
Float_t fXVS2
Definition TPostScript.h:42
Int_t fNXzone
Number of zones along X.
Definition TPostScript.h:53
void SetLineScale(Float_t scale=3)
Bool_t fBoundingBox
True for Encapsulated PostScript.
Definition TPostScript.h:63
Float_t fY2w
Definition TPostScript.h:30
Int_t XtoPS(Double_t x)
Convert X from world coordinate to PostScript.
virtual ~TPostScript()
Default PostScript destructor.
char fPatterns[32]
Indicate if pattern n is defined.
Definition TPostScript.h:68
Int_t fNbinCT
Number of entries in the current Cell Array.
Definition TPostScript.h:69
static Int_t fgLineJoin
Appearance of joining lines.
Definition TPostScript.h:80
Float_t fY2v
Y top right corner of paper.
Definition TPostScript.h:26
Int_t fLastCellGreen
Last green value.
Definition TPostScript.h:74
Float_t fFY
Definition TPostScript.h:36
Float_t fY1v
Y bottom left corner of paper.
Definition TPostScript.h:24
Float_t fYVS2
Definition TPostScript.h:44
void SaveRestore(Int_t flag)
Compute number of gsaves for restore This allows to write the correct number of grestore at the end o...
Bool_t fClear
True when page must be cleared.
Definition TPostScript.h:64
Int_t fMaxLines
Maximum number of lines in a PS array.
Definition TPostScript.h:72
void Zone()
Initialize the PostScript page in zones.
void SetLineJoin(Int_t linejoin=0)
Set the value of the global parameter TPostScript::fgLineJoin.
void Range(Float_t xrange, Float_t yrange)
Set the range for the paper in centimeters.
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.
Float_t fX2v
X top right corner of paper.
Definition TPostScript.h:25
void Open(const char *filename, Int_t type=-111)
Open a PostScript file.
void FontEmbed()
Embed font in PS file.
Float_t fXVP1
Definition TPostScript.h:37
void CellArrayBegin(Int_t W, Int_t H, Double_t x1, Double_t x2, Double_t y1, Double_t y2)
Draw a Cell Array.
void SetMarkerColor(Color_t cindex=1)
Set color index for markers.
Int_t fNpages
number of pages
Definition TPostScript.h:59
Float_t fYsize
Page size along Y.
Definition TPostScript.h:46
Basic string class.
Definition TString.h:136
TVirtualPS is an abstract interface to Postscript, PDF, SVG.
Definition TVirtualPS.h:30
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)