toggle menu
Fuzio
2026.0.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.print
/
Scaling
/
CustomScaling
Custom
Scaling
public
interface
CustomScaling
implements
Scaling
The custom scaling used for printing.
Members
Functions
custom
Link copied to clipboard
public
static
Scaling.CustomScaling
custom
(
int scaleFactor
)
Creates a custom scaling which scales the content according to the given
scaleFactor
.
default
Scaling
Link copied to clipboard
public
static
Scaling
defaultScaling
(
)
Creates a default scaling for the printing content.
scale
Factor
Link copied to clipboard
public
int
scaleFactor
(
)