Uses of Class
com.google.zxing.aztec.decoder.Decoder.Table
-
Packages that use Decoder.Table Package Description com.google.zxing.aztec.decoder -
-
Uses of Decoder.Table in com.google.zxing.aztec.decoder
Methods in com.google.zxing.aztec.decoder that return Decoder.Table Modifier and Type Method Description private static Decoder.Table
Decoder. getTable(char t)
gets the table corresponding to the char passedstatic Decoder.Table
Decoder.Table. valueOf(java.lang.String name)
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.Table Modifier and Type Method Description private static java.lang.String
Decoder. getCharacter(Decoder.Table table, int code)
Gets the character (or string) corresponding to the passed code in the given table
-