The PSWorkstation object manages communication with the NCAR Graphics PS Workstation output device.
Header file: ncarg/hlu/PSWorkstation.h Class name: psWorkstationClass Class pointer: NhlpsWorkstationClass Fortran class function: NHLFPSWORKSTATIONCLASS Superclass: Workstation Composite classes: <None>
Type name: NhlTPSFormat Definition: typedef enum { NhlPS = 0, /* "ps" */ NhlEPS = 1, /* "eps" */ NhlEPSI = 2 /* "epsi" */ } NhlPSFormat; Type name: NhlTVisualType Definition: typedef enum { NhlCOLOR = 0, /* "color" */ NhlMONOCHROME = 3 /* "monochrome" */ } NhlVisualType; Type name: NhlTColorModel Definition: typedef enum { NhlCMYK = 0, /* "cmyk" */ NhlRGB = 1 /* "rgb" */ } NhlColorModel; Type name: NhlTWorkOrientation Definition: typedef enum { NhlPORTRAIT = 0, /* "portrait" */ NhlLANDSCAPE = 6 /* "landscape" */ } NhlWorkOrientation;
+---------------------------------------------------------------+ | PSWorkstation resource set | |---------------------------------------------------------------| | NAME TYPE ACCESS | | CLASS DEFAULT | |===============================================================| | wkPSFormat NhlTPSFormat RCG | | WkPSFormat "ps" | |---------------------------------------------------------------| | wkVisualType NhlTVisualType RCG | | WkVisualType "color" | |---------------------------------------------------------------| | wkColorModel NhlTColorModel RCG | | WkColorModel "rgb" | |---------------------------------------------------------------| | wkOrientation NhlTWorkOrientation RCG | | WkOrientation "portrait" | |---------------------------------------------------------------| | wkPSFileName NhlTString RCG | | WkPSFileName <dynamic> | |---------------------------------------------------------------| | wkFullBackground NhlTBoolean RCSG | | WkPSFileName False | |---------------------------------------------------------------| | wkPSResolution NhlTInteger RCG | | WkPSResolution 1800 | |---------------------------------------------------------------| | wkDeviceLowerX NhlTInteger RCG | | WkDeviceLowerX 36 | |---------------------------------------------------------------| | wkDeviceLowerY NhlTInteger RCG | | WkDeviceLowerY 126 | |---------------------------------------------------------------| | wkDeviceUpperX NhlTInteger RCG | | WkDeviceUpperX 576 | |---------------------------------------------------------------| | wkDeviceUpperY NhlTInteger RCG | | WkDeviceUpperY 666 | +---------------------------------------------------------------+
[More description to be written ASAP...]
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?