com.sun.electric.tool.io.output
Class PostScript

java.lang.Object
  extended by com.sun.electric.tool.io.output.Output
      extended by com.sun.electric.tool.io.output.PostScript

public class PostScript
extends Output

This class writes files in PostScript format.


Nested Class Summary
static class PostScript.PostScriptPreferences
           
 
Nested classes/interfaces inherited from class com.sun.electric.tool.io.output.Output
Output.OutputPreferences, Output.WriteJELIB
 
Field Summary
 
Fields inherited from class com.sun.electric.tool.io.output.Output
dataOutputStream, errorLogger, filePath, printWriter, quiet, stringWriter
 
Method Summary
static boolean syncAll()
          Method to synchronize all PostScript files that need it.
 void writePSString(java.lang.String str)
          Method to write PostScript text.
 
Methods inherited from class com.sun.electric.tool.io.output.Output
closeBinaryOutputStream, closeStringsOutputStream, closeTextOutputStream, emitCopyright, exportCellCommand, finishWrite, getAreaToPrint, getNumErrors, getNumWarnings, getOutputPreferences, openBinaryOutputStream, openStringsOutputStream, openTextOutputStream, reportError, reportWarning, saveJelib, setContinuationString, setOutputWidth, writeCell, writeLibrary, writeLibrary, writePanicSnapshot, writeWidthLimited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

syncAll

public static boolean syncAll()
Method to synchronize all PostScript files that need it. Examines all of the synchronization paths in all libraries. If they exist, the user is asked if synchronization should be done.


writePSString

public void writePSString(java.lang.String str)
Method to write PostScript text.

Parameters:
str - the text to write in PostScript format.