Uses of Enum Class
com.teamdev.jxbrowser.print.PaperSize.Unit
-
Uses of PaperSize.Unit in com.teamdev.jxbrowser.print
Modifier 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.Modifier 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.