public class PostScriptColor
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
psColorPlot(PostScript psObject,
PostScript.PostScriptPreferences prefs,
Cell cell,
double pageWid,
double pageHei,
double pageMargin)
Main entry point for color PostScript output.
|
public static void psColorPlot(PostScript psObject, PostScript.PostScriptPreferences prefs, Cell cell, double pageWid, double pageHei, double pageMargin)
psObject
- the PostScript writer object.prefs
- the PostScriptPreferences for this output.cell
- the Cell being written.pageWid
- the paper width (in 1/75 of an inch).pageHei
- the paper height (in 1/75 of an inch).pageMargin
- the inset margins (in 1/75 of an inch).