Uses of Enum Class
com.teamdev.jxbrowser.print.ColorModel
Package
Description
Contains classes and interfaces for printing.
Contains classes and interfaces related to print settings.
-
Uses of ColorModel in com.teamdev.jxbrowser.print
Modifier and TypeMethodDescriptionstatic ColorModel
ColorModel.forNumber
(int value) static ColorModel
ColorModel.valueOf
(int value) Deprecated.static ColorModel
ColorModel.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ColorModel
Returns the enum constant of this class with the specified name.static ColorModel[]
ColorModel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault Set<ColorModel>
Capabilities.colorModels()
Returns an immutable set of the supported color models.static com.google.protobuf.Internal.EnumLiteMap<ColorModel>
ColorModel.internalGetValueMap()
-
Uses of ColorModel in com.teamdev.jxbrowser.print.settings
Modifier and TypeMethodDescriptionColorModel.colorModel()
Returns the color model used by the printer.Modifier and TypeMethodDescriptionColorModel.colorModel
(ColorModel colorModel) Configures thecolorModel
for printing.