public class PostScriptColor
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
psColorPlot(PostScript psObject,
Cell cell,
boolean epsFormat,
boolean usePlotter,
double pageWid,
double pageHei,
double pageMargin)
Main entry point for color PostScript output.
|
public static void psColorPlot(PostScript psObject, Cell cell, boolean epsFormat, boolean usePlotter, double pageWid, double pageHei, double pageMargin)
psObject
- the PostScript writer object.cell
- the Cell being written.epsFormat
- true to write encapsulated PostScript.usePlotter
- true for an infinitely-tall plotter, where page height is not a consideration.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).