T
- the concrete print settings typepublic interface Scaling<T extends PrintSettings>
Implemented by concrete PrintSettings
implementations that support configuring the
scaling type for printing.
Modifier and Type | Method and Description |
---|---|
Scaling |
scaling()
Returns the scaling used by the printer.
|
T |
scaling(Scaling scaling)
Configures the scaling for printing.
|
T scaling(Scaling scaling)
scaling
- the scaling type to useObjectClosedException
- if the current printing operation has been completedScaling scaling()
ObjectClosedException
- if the current printing operation has been completed