public interface PrinterImpl
Modifier and Type | Method and Description |
---|---|
Collation |
defaultCollation() |
int |
defaultCopies() |
PageOrientation |
defaultOrientation() |
PageRange |
defaultPageRange() |
Paper |
defaultPaper() |
PaperSource |
defaultPaperSource() |
PrintColor |
defaultPrintColor() |
PrintQuality |
defaultPrintQuality() |
PrintResolution |
defaultPrintResolution() |
PrintSides |
defaultSides() |
JobSettings |
getDefaultJobSettings() |
String |
getName() |
int |
maxCopies() |
Rectangle2D |
printableArea(Paper paper) |
void |
setPrinter(Printer printer) |
Set<Collation> |
supportedCollations() |
Set<PageOrientation> |
supportedOrientation() |
Set<Paper> |
supportedPapers() |
Set<PaperSource> |
supportedPaperSources() |
Set<PrintColor> |
supportedPrintColor() |
Set<PrintQuality> |
supportedPrintQuality() |
Set<PrintResolution> |
supportedPrintResolution() |
Set<PrintSides> |
supportedSides() |
boolean |
supportsPageRanges() |
void setPrinter(Printer printer)
String getName()
JobSettings getDefaultJobSettings()
Rectangle2D printableArea(Paper paper)
int defaultCopies()
int maxCopies()
Collation defaultCollation()
PrintSides defaultSides()
Set<PrintSides> supportedSides()
PageRange defaultPageRange()
boolean supportsPageRanges()
PrintResolution defaultPrintResolution()
Set<PrintResolution> supportedPrintResolution()
PrintColor defaultPrintColor()
Set<PrintColor> supportedPrintColor()
PrintQuality defaultPrintQuality()
Set<PrintQuality> supportedPrintQuality()
PageOrientation defaultOrientation()
Set<PageOrientation> supportedOrientation()
Paper defaultPaper()
PaperSource defaultPaperSource()
Set<PaperSource> supportedPaperSources()
Copyright © 2020. All rights reserved.