TSVG


class description - source file - inheritance tree

class TSVG : public TVirtualPS


    public:
TSVG(const char* filename, Int_t type = -113) TSVG(const TSVG&) TSVG() virtual ~TSVG() virtual void CellArrayBegin(Int_t W, Int_t H, Double_t x1, Double_t x2, Double_t y1, Double_t y2) virtual void CellArrayEnd() virtual void CellArrayFill(Int_t r, Int_t g, Int_t b) static TClass* Class() virtual void Close(Option_t* opt) Int_t CMtoSVG(Double_t u) virtual void DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2) virtual 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) void DrawPolyLine(Int_t n, TPoints* xy) void DrawPolyLineNDC(Int_t n, TPoints* uv) virtual void DrawPolyMarker(Int_t n, Float_t* x, Float_t* y) virtual void DrawPolyMarker(Int_t n, Double_t* x, Double_t* y) virtual void DrawPS(Int_t n, Float_t* xw, Float_t* yw) virtual void DrawPS(Int_t n, Double_t* xw, Double_t* yw) void Initialize() virtual TClass* IsA() const void MovePS(Int_t x, Int_t y) virtual void NewPage() void Off() void On() virtual void Open(const char* filename, Int_t type = -111) void Range(Float_t xrange, Float_t yrange) void SetColor(Int_t color = 1) virtual void SetColor(Float_t r, Float_t g, Float_t b) virtual void SetFillColor(Color_t cindex = 1) virtual void SetLineColor(Color_t cindex = 1) void SetLineScale(Float_t = 3) virtual void SetLineStyle(Style_t linestyle = 1) virtual void SetLineWidth(Width_t linewidth = 1) virtual void SetMarkerColor(Color_t cindex = 1) virtual void SetTextColor(Color_t cindex = 1) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual void Text(Double_t x, Double_t y, const char* string) void TextNDC(Double_t u, Double_t v, const char* string) Int_t UtoSVG(Double_t u) Int_t VtoSVG(Double_t v) Int_t XtoSVG(Double_t x) Int_t YtoSVG(Double_t y)

Data Members


    protected:
Float_t fXsize Page size along X Float_t fYsize Page size along Y Int_t fType Workstation type used to know if the SVG is open Bool_t fBoundingBox True when the SVG header is printed Bool_t fRange True when a range has been defined Int_t fYsizeSVG Page's Y size in SVG units

Class Description



Last update: Fri May 14 13:32:43 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.