#include <EPSImage.hpp>
Inheritance diagram for EPSImage:


This is by definition a window on a single page. EPS is a form of postscript that can be imported by most software programs, from Word to LATEX. The file format is defined by Adobe. The format definition, dated 1 May 1992, is freely available from that company.
example11.cpp, and example13.cpp.
Definition at line 46 of file EPSImage.hpp.
Public Member Functions | |
| EPSImage (std::ostream &stream, double llx, double lly, double urx, double ury, ORIGIN_LOCATION iloc=LOWER_LEFT) | |
| Create a EPS output stream attached to an existing stream. | |
| EPSImage (const char *fname, double llx, double lly, double urx, double ury, ORIGIN_LOCATION iloc=LOWER_LEFT) | |
| Create a EPS output stream attached to an existing stream. | |
| ~EPSImage (void) | |
| Destructor. | |
| void | view (void) throw (VDrawException) |
| Launch a viewer. | |
Public Attributes | |
| ViewerManager | viewerManager |
| This member manages how viewer(s) are launched. | |
|
||||||||||||||||||||||||||||
|
Create a EPS output stream attached to an existing stream.
|
|
||||||||||||||||||||||||||||
|
Create a EPS output stream attached to an existing stream.
|
|
|
Destructor.
|
|
|
Launch a viewer.
Definition at line 84 of file EPSImage.cpp. References ViewerManager::registerViewer(), ViewerManager::view(), and viewerManager. |
|
|
This member manages how viewer(s) are launched.
Definition at line 84 of file EPSImage.hpp. Referenced by view(). |
1.3.9.1