12#ifndef ROOT_TPadPainterPS
13#define ROOT_TPadPainterPS
short Style_t
Style number (short)
short Color_t
Color number (short)
float Size_t
Attribute size (float)
short Width_t
Line width (short)
float Float_t
Float 4 bytes (float)
short Font_t
Font number (short)
short Short_t
Signed Short integer 2 bytes (short)
#define ClassDefOverride(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t SetLineWidth
Option_t Option_t SetFillStyle
Option_t Option_t SetTextSize
Option_t Option_t DrawFillArea
Option_t Option_t SetLineColor
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
Option_t Option_t SetTextFont
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 SetFillColor
Option_t Option_t TPoint TPoint const char DrawLine
Option_t Option_t SetMarkerStyle
Option_t Option_t TPoint TPoint percent
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 DrawText
Option_t Option_t TPoint TPoint SetOpacity
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
Option_t Option_t TPoint TPoint const char text
Option_t Option_t TPoint TPoint const char y1
TPadPainterPS(const TPadPainterPS &)=delete
void DrawPolyLineNDC(Int_t n, const Double_t *u, const Double_t *v) override
Paint polyline in normalized coordinates.
Font_t GetTextFont() const override
Delegate to gVirtualPS.
Float_t GetTextSize() const override
Delegate to gVirtualPS.
Color_t GetTextColor() const override
Delegate to gVirtualPS.
Style_t GetMarkerStyle() const override
Delegate to gVirtualPS.
Style_t GetFillStyle() const override
Delegate to gVirtualPS.
void DrawSegments(Int_t n, Double_t *x, Double_t *y) override
Paint N segments on the pad.
void ClearDrawable() override
Clear the current gVirtualX window - noop for PS.
Color_t GetFillColor() const override
Delegate to gVirtualPS.
Color_t GetMarkerColor() const override
Delegate to gVirtualPS.
void DrawSegmentsNDC(Int_t n, Double_t *u, Double_t *v) override
Paint N segments in normalized coordinates on the pad.
void SaveImage(TVirtualPad *pad, const char *fileName, Int_t type) const override
Save the image displayed in the canvas pointed by "pad" into a binary file.
TPadPainterPS & operator=(const TPadPainterPS &)=delete
TPadPainterPS & operator=(TPadPainterPS &&)=delete
Style_t GetLineStyle() const override
Delegate to gVirtualPS.
void DrawTextNDC(Double_t u, Double_t v, const char *text, ETextMode mode) override
Paint text in normalized coordinates.
void DrawLineNDC(Double_t u1, Double_t v1, Double_t u2, Double_t v2) override
Paint a simple line in normalized coordinates.
TPadPainterPS(TVirtualPS *ps)
Consructor Assigns TVirtualPS instance which will be used by the painter.
void SetTextAlign(Short_t align) override
Delegate to gVirtualPS.
void SetMarkerSize(Size_t msize) override
Delegate to gVirtualPS.
void NewPage() override
Start new page on PS output.
Width_t GetLineWidth() const override
Delegate to gVirtualPS.
void DrawPixels(const unsigned char *pixelData, UInt_t width, UInt_t height, Int_t dstX, Int_t dstY, Bool_t enableAlphaBlending) override
Noop, for non-gl pad TASImage calls gVirtualX->CopyArea.
void SetTextColor(Color_t tcolor) override
Delegate to gVirtualPS.
void SetMarkerColor(Color_t mcolor) override
Delegate to gVirtualPS.
void DrawTextUrl(Double_t x, Double_t y, const char *text, const char *url) override
Drawint text with url link.
void SelectDrawable(Int_t device) override
Select the window in which the graphics will go - not implemented.
void OnPad(TVirtualPad *pad) override
Float_t GetTextAngle() const override
Delegate to gVirtualPS.
void SetLineStyle(Style_t lstyle) override
Delegate to gVirtualPS.
Float_t GetTextMagnitude() const override
Delegate to gVirtualPS.
TPadPainterPS(TPadPainterPS &&)=delete
Size_t GetMarkerSize() const override
Delegate to gVirtualPS.
Color_t GetLineColor() const override
Delegate to gVirtualPS.
void SetTextAngle(Float_t tangle) override
Delegate to gVirtualPS.
Short_t GetTextAlign() const override
Delegate to gVirtualPS.
Int_t CreateDrawable(UInt_t w, UInt_t h) override
Create a gVirtualX Pixmap - not implemented.
void DestroyDrawable(Int_t device) override
Close the current gVirtualX pixmap - not implemented.
void SetTextSizePixels(Int_t npixels) override
Delegate to gVirtualPS.
void DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2, EBoxMode mode) override
Paint a simple box.
void CopyDrawable(Int_t device, Int_t px, Int_t py) override
Copy a gVirtualX pixmap - not implemented.
Bool_t IsTransparent() const override
Delegate to gVirtualPS.
void DrawPolyLine(Int_t n, const Double_t *x, const Double_t *y) override
Paint Polyline.
TVirtualPS is an abstract interface to Postscript, PDF, SVG.
To make it possible to use GL for 2D graphic in a TPad/TCanvas.
TVirtualPad is an abstract base class for the Pad and Canvas classes.