Interfaces to various file output formats.
These classes are the backends allowing to generate PS, PDF, LaTeX, SVG and all kinds of binary files. They are used when the methods TPad::SaveAS
or TPad::Print
are invoked. This methods are also accessible interactively from the File
menu of a TCanvas
window.
Classes | |
class | TImageDump |
Save canvas as an image (GIF, JPEG, PNG, XPM, TIFF etc.). More... | |
class | TPDF |
Interface to PDF. More... | |
class | TPostScript |
Interface to PostScript. More... | |
class | TSVG |
Interface to SVG. More... | |
class | TTeXDump |
Interface to TeX. More... | |
class | TVirtualPS |
TVirtualPS is an abstract interface to Postscript, PDF, SVG. More... | |