Uses of Class
jspecview.common.PrintLayout
Packages that use PrintLayout
-
Uses of PrintLayout in jspecview.api
Methods in jspecview.api that return PrintLayoutMethods in jspecview.api with parameters of type PrintLayoutModifier and TypeMethodDescriptionvoidJSVPdfWriter.createPdfDocument(JSVPanel panel, PrintLayout pl, OutputStream os) voidJSVPanel.printPanel(PrintLayout pl, OutputStream os, String printJobTitle) JSVPrintDialog.set(JFrame offWindowFrame, PrintLayout lastPrintLayout, boolean isJob) -
Uses of PrintLayout in jspecview.common
Methods in jspecview.common that return PrintLayoutMethods in jspecview.common with parameters of type PrintLayoutModifier and TypeMethodDescriptionvoidPDFWriter.createPdfDocument(JSVPanel panel, PrintLayout pl, OutputStream os) voidPanelData.printPdf(GenericGraphics pdfCreator, PrintLayout pl) from jspecview.export.PDFCreator -- does not use iText --voidPanelData.setDefaultPrintOptions(PrintLayout pl) voidPanelData.setPrint(PrintLayout pl, String fontName) -
Uses of PrintLayout in jspecview.java
Methods in jspecview.java that return PrintLayoutMethods in jspecview.java with parameters of type PrintLayoutModifier and TypeMethodDescriptionvoidAwtPanel.printPanel(PrintLayout pl, OutputStream os, String title) Send a print job of the spectrum to the default printer on the systemAwtPrintDialog.set(JFrame frame, PrintLayout pl, boolean isJob) Initialises a modalPrintLayoutDialogwith a default title of "Print Layout". -
Uses of PrintLayout in jspecview.js2d
Methods in jspecview.js2d with parameters of type PrintLayoutModifier and TypeMethodDescriptionvoidJsPanel.printPanel(PrintLayout pl, OutputStream os, String title) Send a print job of the spectrum to the default printer on the system