Uses of Enum
com.google.zxing.datamatrix.encoder.MinimalEncoder.Mode
Packages that use MinimalEncoder.Mode
-
Uses of MinimalEncoder.Mode in com.google.zxing.datamatrix.encoder
Fields in com.google.zxing.datamatrix.encoder declared as MinimalEncoder.ModeMethods in com.google.zxing.datamatrix.encoder that return MinimalEncoder.ModeModifier and TypeMethodDescription(package private) MinimalEncoder.Mode
MinimalEncoder.Edge.getEndMode()
Returns Mode.ASCII in case that: - Mode is EDIFACT and characterLength is less than 4 or the remaining characters can be encoded in at most 2 ASCII bytes.(package private) MinimalEncoder.Mode
MinimalEncoder.Edge.getMode()
(package private) MinimalEncoder.Mode
MinimalEncoder.Edge.getPreviousMode()
(package private) MinimalEncoder.Mode
MinimalEncoder.Edge.getPreviousStartMode()
static MinimalEncoder.Mode
Returns the enum constant of this type with the specified name.static MinimalEncoder.Mode[]
MinimalEncoder.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.zxing.datamatrix.encoder with parameters of type MinimalEncoder.ModeModifierConstructorDescriptionprivate
Edge
(MinimalEncoder.Input input, MinimalEncoder.Mode mode, int fromPosition, int characterLength, MinimalEncoder.Edge previous)