Uses of Enum
com.google.zxing.aztec.decoder.Decoder.Table
Packages that use Decoder.Table
-
Uses of Decoder.Table in com.google.zxing.aztec.decoder
Methods in com.google.zxing.aztec.decoder that return Decoder.TableModifier and TypeMethodDescriptionprivate static Decoder.Table
Decoder.getTable
(char t) gets the table corresponding to the char passedstatic Decoder.Table
Returns the enum constant of this type with the specified name.static Decoder.Table[]
Decoder.Table.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.zxing.aztec.decoder with parameters of type Decoder.TableModifier and TypeMethodDescriptionprivate static String
Decoder.getCharacter
(Decoder.Table table, int code) Gets the character (or string) corresponding to the passed code in the given table