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
Subclasses with type arguments of type Decoder.Table in com.google.zxing.aztec.decoderMethods in com.google.zxing.aztec.decoder that return Decoder.TableModifier and TypeMethodDescriptionprivate static Decoder.TableDecoder.getTable(char t) gets the table corresponding to the char passedstatic Decoder.TableReturns 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 StringDecoder.getCharacter(Decoder.Table table, int code) Gets the character (or string) corresponding to the passed code in the given table