Uses of Class
com.google.zxing.qrcode.decoder.Mode

Packages that use Mode
com.google.zxing.qrcode.decoder   
com.google.zxing.qrcode.encoder   
 

Uses of Mode in com.google.zxing.qrcode.decoder
 

Methods in com.google.zxing.qrcode.decoder that return Mode
static Mode Mode.forBits(int bits)
           
static Mode Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Mode[] Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Mode in com.google.zxing.qrcode.encoder
 

Methods in com.google.zxing.qrcode.encoder that return Mode
static Mode Encoder.chooseMode(String content)
           
 Mode QRCode.getMode()
           
 

Methods in com.google.zxing.qrcode.encoder with parameters of type Mode
 void QRCode.setMode(Mode value)
           
 



Copyright © 2007-2012. All Rights Reserved.