Uses of Enum Class
com.teamdev.jxbrowser.print.PaperSize.Unit
Packages that use PaperSize.Unit
-
Uses of PaperSize.Unit in com.teamdev.jxbrowser.print
Methods in com.teamdev.jxbrowser.print that return PaperSize.UnitModifier and TypeMethodDescriptionstatic PaperSize.Unit
Returns the enum constant of this class with the specified name.static PaperSize.Unit[]
PaperSize.Unit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.print with parameters of type PaperSize.UnitModifier and TypeMethodDescriptionstatic PaperSize
PaperSize.of
(float width, float height, PaperSize.Unit unit) Creates a newPaperSize
setting.static PaperSize
PaperSize.of
(float width, float height, PaperSize.Unit unit, String name) Creates a newPaperSize
setting.