|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.tool.io.output.Output
com.sun.electric.tool.io.output.PostScript
public class PostScript
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, stringWriter |
| 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, closeStringsOutputStream, closeTextOutputStream, emitCopyright, exportCellCommand, getAreaToPrint, openBinaryOutputStream, openStringsOutputStream, 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 |
|---|
public static void writePostScriptFile(Cell cell,
java.lang.String filePath,
java.util.List<PolyBase> override)
cell - the top-level cell to write.filePath - the disk file to create.override - a list of overriding polygons to write.public static boolean syncAll()
public void writePSString(java.lang.String str)
str - the text to write in PostScript format.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||