public class PostScript extends Output
| Modifier and Type | Class and Description |
|---|---|
static class |
PostScript.PostScriptPreferences |
Output.OutputPreferences, Output.WriteJELIBdataOutputStream, errorLogger, filePath, printWriter, quiet, stringWriter| Modifier and Type | Method and Description |
|---|---|
static boolean |
syncAll()
Method to synchronize all PostScript files that need it.
|
void |
writePSString(java.lang.String str)
Method to write PostScript text.
|
closeBinaryOutputStream, closeStringsOutputStream, closeTextOutputStream, emitCopyright, exportCellCommand, finishWrite, getAreaToPrint, getNumErrors, getNumWarnings, getOutputPreferences, openBinaryOutputStream, openStringsOutputStream, openTextOutputStream, reportError, reportWarning, saveJelib, setContinuationString, setOutputWidth, writeCell, writeLibrary, writeLibrary, writePanicSnapshot, writeWidthLimitedpublic static boolean syncAll()
public void writePSString(java.lang.String str)
str - the text to write in PostScript format.