Uses of Class
com.google.zxing.EncodeHintType

Packages that use EncodeHintType
com.google.zxing   
com.google.zxing.oned   
com.google.zxing.pdf417.encoder   
com.google.zxing.qrcode   
com.google.zxing.qrcode.encoder   
 

Uses of EncodeHintType in com.google.zxing
 

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

Method parameters in com.google.zxing with type arguments of type EncodeHintType
 BitMatrix Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix MultiFormatWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 

Uses of EncodeHintType in com.google.zxing.oned
 

Method parameters in com.google.zxing.oned with type arguments of type EncodeHintType
 BitMatrix UPCAWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix OneDimensionalCodeWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
          Encode the contents following specified format.
 BitMatrix ITFWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix EAN8Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix EAN13Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix Code39Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 BitMatrix Code128Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 

Uses of EncodeHintType in com.google.zxing.pdf417.encoder
 

Method parameters in com.google.zxing.pdf417.encoder with type arguments of type EncodeHintType
 BitMatrix PDF417Writer.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 

Uses of EncodeHintType in com.google.zxing.qrcode
 

Method parameters in com.google.zxing.qrcode with type arguments of type EncodeHintType
 BitMatrix QRCodeWriter.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType,?> hints)
           
 

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

Method parameters in com.google.zxing.qrcode.encoder with type arguments of type EncodeHintType
static void Encoder.encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType,?> hints, QRCode qrCode)
           
 



Copyright © 2007-2012. All Rights Reserved.