public class PostScript extends Output
Modifier and Type | Class and Description |
---|---|
static class |
PostScript.PostScriptPreferences |
Output.OutputPreferences, Output.WriteJELIB
dataOutputStream, 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, writeWidthLimited
public static boolean syncAll()
public void writePSString(java.lang.String str)
str
- the text to write in PostScript format.