Uses of Interface
com.teamdev.jxbrowser.print.Scaling
Packages that use Scaling
Package
Description
Contains classes and interfaces for printing.
Contains classes and interfaces related to print settings.
-
Uses of Scaling in com.teamdev.jxbrowser.print
Subinterfaces of Scaling in com.teamdev.jxbrowser.printModifier and TypeInterfaceDescriptionstatic interface
The custom scaling used for printing.Methods in com.teamdev.jxbrowser.print that return ScalingModifier and TypeMethodDescriptionstatic Scaling
Scaling.defaultScaling()
Creates a default scaling for the printing content.static Scaling
Scaling.fitToPage()
Creates a scaling that fits the content of the page.static Scaling
Scaling.fitToPaper()
Creates a scaling that fits the content of the paper. -
Uses of Scaling in com.teamdev.jxbrowser.print.settings
Methods in com.teamdev.jxbrowser.print.settings that return ScalingMethods in com.teamdev.jxbrowser.print.settings with parameters of type Scaling