Uses of Class
com.google.zxing.datamatrix.encoder.MinimalEncoder.Mode
-
Packages that use MinimalEncoder.Mode Package Description com.google.zxing.datamatrix.encoder -
-
Uses of MinimalEncoder.Mode in com.google.zxing.datamatrix.encoder
Fields in com.google.zxing.datamatrix.encoder declared as MinimalEncoder.Mode Modifier and Type Field Description private MinimalEncoder.Mode
MinimalEncoder.Edge. mode
Methods in com.google.zxing.datamatrix.encoder that return MinimalEncoder.Mode Modifier and Type Method Description (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
MinimalEncoder.Mode. valueOf(java.lang.String name)
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.Mode Constructor Description Edge(MinimalEncoder.Input input, MinimalEncoder.Mode mode, int fromPosition, int characterLength, MinimalEncoder.Edge previous)
-