Package com.teamdev.jxbrowser.print
Enum Class ColorModel
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<ColorModel>
,Constable
@Generated("Generated by the protocol buffer compiler")
public enum ColorModel
extends Enum<ColorModel>
implements com.google.protobuf.ProtocolMessageEnum
Color models used for printing.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionUsed in Brother BRScript3 color printer PPDs.Used in Brother BRScript3 color printer PPDs.Used in Brother color laser printer PPDs.Used in Brother color laser printer PPDs.kCMYPlusK represents CMY+K.Used in Samsung printer PPDs.Used in Samsung printer PPDs.Used in Epson printer PPDs.Used in Epson printer PPDs.Used in HP color printer PPDs.Used in HP color printer PPDs.Used in Foomatic PPDs.Used in Foomatic PPDs.Used in Canon printer PPDs.Used in Canon printer PPDs.Used in Canon printer PPDsUsed in Sharp printer PPDs.Used in Sharp printer PPDs.Used in Xerox printer PPDs.Used in Xerox printer PPDs. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
Used in Brother BRScript3 color printer PPDs.static final int
Used in Brother BRScript3 color printer PPDs.static final int
Used in Brother color laser printer PPDs.static final int
Used in Brother color laser printer PPDs.static final int
static final int
static final int
kCMYPlusK represents CMY+K.static final int
Used in Samsung printer PPDs.static final int
Used in Samsung printer PPDs.static final int
static final int
static final int
Used in Epson printer PPDs.static final int
Used in Epson printer PPDs.static final int
static final int
static final int
Used in HP color printer PPDs.static final int
Used in HP color printer PPDs.static final int
static final int
Used in Foomatic PPDs.static final int
Used in Foomatic PPDs.static final int
Used in Canon printer PPDs.static final int
Used in Canon printer PPDs.static final int
Used in Canon printer PPDsstatic final int
static final int
static final int
static final int
Used in Sharp printer PPDs.static final int
Used in Sharp printer PPDs.static final int
Used in Xerox printer PPDs.static final int
Used in Xerox printer PPDs. -
Method Summary
Modifier and TypeMethodDescriptionstatic ColorModel
forNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<ColorModel>
static ColorModel
valueOf
(int value) Deprecated.static 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[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
COLOR_MODEL_UNSPECIFIED
-
GRAY
-
COLOR
-
CMYK
-
CMY
-
KCMY
-
CMYPlusK
kCMYPlusK represents CMY+K. -
BLACK
-
GRAYSCALE
-
RGB
-
RGB16
-
RGBA
-
COLOR_MODE_COLOR
Used in Samsung printer PPDs. -
COLOR_MODE_MONOCHROME
Used in Samsung printer PPDs. -
HP_COLOR_COLOR
Used in HP color printer PPDs. -
HP_COLOR_BLACK
Used in HP color printer PPDs. -
PRINTOUT_MODE_NORMAL
Used in Foomatic PPDs. -
PRINTOUT_MODE_NORMAL_GRAY
Used in Foomatic PPDs. -
PROCESS_COLOR_MODEL_CMYK
Used in Canon printer PPDs. -
PROCESS_COLOR_MODEL_GREYSCALE
Used in Canon printer PPDs. -
PROCESS_COLOR_MODEL_RGB
Used in Canon printer PPDs -
BROTHER_CUPS_COLOR
Used in Brother color laser printer PPDs. -
BROTHER_CUPS_MONO
Used in Brother color laser printer PPDs. -
BROTHER_BR_SCRIPT_3_COLOR
Used in Brother BRScript3 color printer PPDs. -
BROTHER_BR_SCRIPT_3_BLACK
Used in Brother BRScript3 color printer PPDs. -
EPSON_INK_COLOR
Used in Epson printer PPDs. -
EPSON_INK_MONO
Used in Epson printer PPDs. -
SHARP_ARC_MODE_CM_COLOR
Used in Sharp printer PPDs. -
SHARP_ARC_MODE_CM_BW
Used in Sharp printer PPDs. -
XEROX_XRX_COLOR_AUTOMATIC
Used in Xerox printer PPDs. -
XEROX_XRX_COLOR_BW
Used in Xerox printer PPDs. -
UNRECOGNIZED
-
-
Field Details
-
COLOR_MODEL_UNSPECIFIED_VALUE
public static final int COLOR_MODEL_UNSPECIFIED_VALUE- See Also:
-
GRAY_VALUE
public static final int GRAY_VALUE- See Also:
-
COLOR_VALUE
public static final int COLOR_VALUE- See Also:
-
CMYK_VALUE
public static final int CMYK_VALUE- See Also:
-
CMY_VALUE
public static final int CMY_VALUE- See Also:
-
KCMY_VALUE
public static final int KCMY_VALUE- See Also:
-
CMYPlusK_VALUE
public static final int CMYPlusK_VALUEkCMYPlusK represents CMY+K.- See Also:
-
BLACK_VALUE
public static final int BLACK_VALUE- See Also:
-
GRAYSCALE_VALUE
public static final int GRAYSCALE_VALUE- See Also:
-
RGB_VALUE
public static final int RGB_VALUE- See Also:
-
RGB16_VALUE
public static final int RGB16_VALUE- See Also:
-
RGBA_VALUE
public static final int RGBA_VALUE- See Also:
-
COLOR_MODE_COLOR_VALUE
public static final int COLOR_MODE_COLOR_VALUEUsed in Samsung printer PPDs.- See Also:
-
COLOR_MODE_MONOCHROME_VALUE
public static final int COLOR_MODE_MONOCHROME_VALUEUsed in Samsung printer PPDs.- See Also:
-
HP_COLOR_COLOR_VALUE
public static final int HP_COLOR_COLOR_VALUEUsed in HP color printer PPDs.- See Also:
-
HP_COLOR_BLACK_VALUE
public static final int HP_COLOR_BLACK_VALUEUsed in HP color printer PPDs.- See Also:
-
PRINTOUT_MODE_NORMAL_VALUE
public static final int PRINTOUT_MODE_NORMAL_VALUEUsed in Foomatic PPDs.- See Also:
-
PRINTOUT_MODE_NORMAL_GRAY_VALUE
public static final int PRINTOUT_MODE_NORMAL_GRAY_VALUEUsed in Foomatic PPDs.- See Also:
-
PROCESS_COLOR_MODEL_CMYK_VALUE
public static final int PROCESS_COLOR_MODEL_CMYK_VALUEUsed in Canon printer PPDs.- See Also:
-
PROCESS_COLOR_MODEL_GREYSCALE_VALUE
public static final int PROCESS_COLOR_MODEL_GREYSCALE_VALUEUsed in Canon printer PPDs.- See Also:
-
PROCESS_COLOR_MODEL_RGB_VALUE
public static final int PROCESS_COLOR_MODEL_RGB_VALUEUsed in Canon printer PPDs- See Also:
-
BROTHER_CUPS_COLOR_VALUE
public static final int BROTHER_CUPS_COLOR_VALUEUsed in Brother color laser printer PPDs.- See Also:
-
BROTHER_CUPS_MONO_VALUE
public static final int BROTHER_CUPS_MONO_VALUEUsed in Brother color laser printer PPDs.- See Also:
-
BROTHER_BR_SCRIPT_3_COLOR_VALUE
public static final int BROTHER_BR_SCRIPT_3_COLOR_VALUEUsed in Brother BRScript3 color printer PPDs.- See Also:
-
BROTHER_BR_SCRIPT_3_BLACK_VALUE
public static final int BROTHER_BR_SCRIPT_3_BLACK_VALUEUsed in Brother BRScript3 color printer PPDs.- See Also:
-
EPSON_INK_COLOR_VALUE
public static final int EPSON_INK_COLOR_VALUEUsed in Epson printer PPDs.- See Also:
-
EPSON_INK_MONO_VALUE
public static final int EPSON_INK_MONO_VALUEUsed in Epson printer PPDs.- See Also:
-
SHARP_ARC_MODE_CM_COLOR_VALUE
public static final int SHARP_ARC_MODE_CM_COLOR_VALUEUsed in Sharp printer PPDs.- See Also:
-
SHARP_ARC_MODE_CM_BW_VALUE
public static final int SHARP_ARC_MODE_CM_BW_VALUEUsed in Sharp printer PPDs.- See Also:
-
XEROX_XRX_COLOR_AUTOMATIC_VALUE
public static final int XEROX_XRX_COLOR_AUTOMATIC_VALUEUsed in Xerox printer PPDs.- See Also:
-
XEROX_XRX_COLOR_BW_VALUE
public static final int XEROX_XRX_COLOR_BW_VALUEUsed in Xerox printer PPDs.- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-