Package com.google.zxing.aztec
Class AztecWriter
java.lang.Object
com.google.zxing.aztec.AztecWriter
- All Implemented Interfaces:
- Writer
Renders an Aztec code as a 
BitMatrix.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionencode(String contents, BarcodeFormat format, int width, int height) Encode a barcode using the default settings.encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) 
- 
Constructor Details- 
AztecWriterpublic AztecWriter()
 
- 
- 
Method Details- 
encodeDescription copied from interface:WriterEncode a barcode using the default settings.
- 
encodepublic BitMatrix encode(String contents, BarcodeFormat format, int width, int height, Map<EncodeHintType, ?> hints) - Specified by:
- encodein interface- Writer
- Parameters:
- contents- The contents to encode in the barcode
- format- The barcode format to generate
- width- The preferred width in pixels
- height- The preferred height in pixels
- hints- Additional parameters to supply to the encoder
- Returns:
- BitMatrixrepresenting encoded barcode image
 
 
-