T
- the concrete print settings typepublic interface Fit<T extends PrintSettings>
Implemented by concrete PrintSettings
implementations that support configuring the
fit of the printable content onto the page.
Modifier and Type | Method and Description |
---|---|
Fit |
fit()
Returns the fit used by the printer.
|
T |
fit(Fit fit)
Configures the fit for printing.
|
T fit(Fit fit)
fit
- the fit type to useObjectClosedException
- if the current printing operation has been completedFit fit()
ObjectClosedException
- if the current printing operation has been completed