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
 
Nested classes/interfaces inherited from class com.sun.electric.tool.io.output.Output
Output.OutputCellInfo, Output.WriteJELIB
 
Field Summary
 
Fields inherited from class com.sun.electric.tool.io.output.Output
dataOutputStream, filePath, printWriter, quiet
 
Method Summary
static boolean syncAll()
          Method to synchronize all PostScript files that need it.
static void writePostScriptFile(Cell cell, java.lang.String filePath, java.util.List<PolyBase> override)
          Main entry point for PostScript output.
 void writePSString(java.lang.String str)
          Method to write PostScript text.
 
Methods inherited from class com.sun.electric.tool.io.output.Output
closeBinaryOutputStream, closeTextOutputStream, emitCopyright, exportCellCommand, getAreaToPrint, openBinaryOutputStream, openTextOutputStream, saveJelib, setContinuationString, setOutputWidth, writeCell, writeCell, writeLibrary, writePanicSnapshot, writeWidthLimited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writePostScriptFile

public static void writePostScriptFile(Cell cell,
                                       java.lang.String filePath,
                                       java.util.List<PolyBase> override)
Main entry point for PostScript output.

Parameters:
cell - the top-level cell to write.
filePath - the disk file to create.
override - a list of overriding polygons to write.

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.