Package com.drew.metadata.bmp
Enum BmpHeaderDirectory.RenderingHalftoningAlgorithm
java.lang.Object
java.lang.Enum<BmpHeaderDirectory.RenderingHalftoningAlgorithm>
com.drew.metadata.bmp.BmpHeaderDirectory.RenderingHalftoningAlgorithm
- All Implemented Interfaces:
Serializable,Comparable<BmpHeaderDirectory.RenderingHalftoningAlgorithm>,java.lang.constant.Constable
- Enclosing class:
BmpHeaderDirectory
public static enum BmpHeaderDirectory.RenderingHalftoningAlgorithm
extends Enum<BmpHeaderDirectory.RenderingHalftoningAlgorithm>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionError Diffusion HalftoningNo halftoning algorithmProcessing Algorithm for Noncoded Document AcquisitionSuper-circle Halftoning -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
NONE
No halftoning algorithm -
ERROR_DIFFUSION
Error Diffusion Halftoning -
PANDA
Processing Algorithm for Noncoded Document Acquisition -
SUPER_CIRCLE
Super-circle Halftoning
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue() -
typeOf
-
toString
- Overrides:
toStringin classEnum<BmpHeaderDirectory.RenderingHalftoningAlgorithm>
-