Package | Description |
---|---|
jspecview.common |
Modifier and Type | Method and Description |
---|---|
PrintLayout |
AwtPrintLayoutDialog.getPrintLayout()
Returns the PrintLayout object
|
Modifier and Type | Method and Description |
---|---|
void |
PdfCreator.createPdfDocument(AwtPanel awtPanel,
PrintLayout pl,
java.io.OutputStream os) |
void |
AwtPanel.printPanel(PrintLayout pl,
java.io.OutputStream os,
java.lang.String title)
Send a print job of the spectrum to the default printer on the system
|
Constructor and Description |
---|
AwtPrintLayoutDialog(java.awt.Frame frame,
PrintLayout pl,
boolean isJob)
Initialises a modal
PrintLayoutDialog with a default title
of "Print Layout". |