Uses of Enum Class
com.teamdev.jxbrowser.print.ColorModel
Packages that use 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
Methods in com.teamdev.jxbrowser.print that return ColorModelModifier and TypeMethodDescriptionstatic ColorModelColorModel.forNumber(int value) static ColorModelColorModel.valueOf(int value) Deprecated.static ColorModelColorModel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ColorModelReturns 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.Methods in com.teamdev.jxbrowser.print that return types with arguments of type ColorModelModifier 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
Methods in com.teamdev.jxbrowser.print.settings that return ColorModelModifier and TypeMethodDescriptionColorModel.colorModel()Returns the color model used by the printer.Methods in com.teamdev.jxbrowser.print.settings with parameters of type ColorModelModifier and TypeMethodDescriptionColorModel.colorModel(ColorModel colorModel) Configures thecolorModelfor printing.