driver#
Bases:
TUIMenu
Enter the set hardcopy driver menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
avz
(service, version, mode, path)Use AVZ output for hardcopies.
dump_window
(service, version, mode, path)Set the command used to dump the graphics window to a file.
eps
(service, version, mode, path)Produce encapsulated PostScript (EPS) output for hardcopies.
glb
(service, version, mode, path)Use GLB output for hardcopies.
hsf
(service, version, mode, path)Use HSF output for hardcopies.
jpeg
(service, version, mode, path)Produce JPEG output for hardcopies.
list
(service, version, mode, path)List the current hardcopy driver.
options
(service, version, mode, path)Set the hardcopy options.
png
(service, version, mode, path)Use PNG output for hardcopies.
post_format
(service, version, mode, path)Enter the PostScript driver format menu.
post_script
(service, version, mode, path)Produce PostScript output for hardcopies.
ppm
(service, version, mode, path)Produce PPM output for hardcopies.
tiff
(service, version, mode, path)Use TIFF output for hardcopies.
vrml
(service, version, mode, path)Use VRML output for hardcopies.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Use AVZ output for hardcopies.
Bases:
TUIMethod
Set the command used to dump the graphics window to a file.
Bases:
TUIMethod
Produce encapsulated PostScript (EPS) output for hardcopies.
Bases:
TUIMethod
Use GLB output for hardcopies.
Bases:
TUIMethod
Use HSF output for hardcopies.
Bases:
TUIMethod
Produce JPEG output for hardcopies.
Bases:
TUIMethod
List the current hardcopy driver.
Bases:
TUIMethod
Set the hardcopy options. Available options are: “no gamma correction”, disables gamma correction of colors, “physical size = (width,height)”, where width and height are the actual measurements of the printable area of the page in centimeters. “subscreen = (left,right,bottom,top)”, where left,right, bottom, and top are numbers in [-1,1] describing a subwindow on the page in which to place the hardcopy. The options may be combined by separating them with commas.
Bases:
TUIMethod
Use PNG output for hardcopies.
Bases:
TUIMethod
Produce PostScript output for hardcopies.
Bases:
TUIMethod
Produce PPM output for hardcopies.
Bases:
TUIMethod
Use TIFF output for hardcopies.
Bases:
TUIMethod
Use VRML output for hardcopies.