Uses of Class
com.sun.electric.tool.user.ui.ElectricPrinter

Packages that use ElectricPrinter
com.sun.electric.plugins.j3d   
com.sun.electric.tool.user.ui   
com.sun.electric.tool.user.waveform   
 

Uses of ElectricPrinter in com.sun.electric.plugins.j3d
 

Methods in com.sun.electric.plugins.j3d with parameters of type ElectricPrinter
 java.awt.image.BufferedImage View3DWindow.getPrintImage(ElectricPrinter ep)
          Method to print window using offscreen canvas.
 boolean View3DWindow.initializePrinting(ElectricPrinter ep, java.awt.print.PageFormat pageFormat)
          Method to intialize for printing.
 void View3DWindow.writeImage(ElectricPrinter ep, java.lang.String filePath)
          Method to export directly PNG file
 

Uses of ElectricPrinter in com.sun.electric.tool.user.ui
 

Methods in com.sun.electric.tool.user.ui with parameters of type ElectricPrinter
 java.awt.image.BufferedImage WindowContent.getPrintImage(ElectricPrinter ep)
          Method to print window using offscreen canvas.
 java.awt.image.BufferedImage TextWindow.getPrintImage(ElectricPrinter ep)
          Method to print window using offscreen canvas.
 java.awt.image.BufferedImage EditWindow.getPrintImage(ElectricPrinter ep)
          Method to print window using offscreen canvas.
 boolean WindowContent.initializePrinting(ElectricPrinter ep, java.awt.print.PageFormat pageFormat)
          Method to intialize for printing.
 boolean TextWindow.initializePrinting(ElectricPrinter ep, java.awt.print.PageFormat pageFormat)
          Method to intialize for printing.
 boolean EditWindow.initializePrinting(ElectricPrinter ep, java.awt.print.PageFormat pageFormat)
          Method to intialize for printing.
 void WindowContent.writeImage(ElectricPrinter ep, java.lang.String filePath)
          Saving method should be done in display thread (valid at least for 3D) to guarantee correct rasting.
 void TextWindow.writeImage(ElectricPrinter ep, java.lang.String filePath)
          Method to export directly PNG file
 void EditWindow.writeImage(ElectricPrinter ep, java.lang.String filePath)
          Method to export directly PNG file.
 

Uses of ElectricPrinter in com.sun.electric.tool.user.waveform
 

Methods in com.sun.electric.tool.user.waveform with parameters of type ElectricPrinter
 java.awt.image.BufferedImage WaveformWindow.getPrintImage(ElectricPrinter ep)
          Method to print window using offscreen canvas.
 boolean WaveformWindow.initializePrinting(ElectricPrinter ep, java.awt.print.PageFormat pageFormat)
          Method to intialize for printing.
 void WaveformWindow.writeImage(ElectricPrinter ep, java.lang.String filePath)
          Method to export directly PNG file.