public interface CodeQRUtil extends BarcodeUtil
| Modifier and Type | Method and Description | 
|---|---|
| String | getEncoding()Returns the message encoding. | 
| ErrorCorrectionLevel | getErrorCorrectionLevel()Returns the selected error correction level. | 
| java.awt.Dimension | getMaximumSize()Returns the maximum symbol size that is to be produced. | 
| java.awt.Dimension | getMinimumSize()Returns the minimum symbol size that is to be produced. | 
| void | setEncoding(String encoding)Sets the message encoding. | 
| void | setErrorCorrectionLevel(ErrorCorrectionLevel level)Sets the error correction level. | 
| void | setMaximumSize(java.awt.Dimension maxSize)Sets the maximum symbol size that is to be produced. | 
| void | setMinimumSize(java.awt.Dimension minSize)Sets the minimum symbol size that is to be produced. | 
doQuietZone, drawBarcode, getBarHeight, getBarWidth, getFont, getHeight, getModuleWidth, getPattern, getQuietZoneWidth, getVerticalQuietZone, hasQuietZone, setBarHeight, setFont, setHeight, setMessagePosition, setModuleWidth, setPattern, setQuietZoneWidth, setVerticalQuietZonevoid setEncoding(String encoding)
encoding - The message encoding.void setErrorCorrectionLevel(ErrorCorrectionLevel level)
level - The error correction level.void setMaximumSize(java.awt.Dimension maxSize)
maxSize - The maximum size (in pixels), or null for no constraint.void setMinimumSize(java.awt.Dimension minSize)
minSize - The minimum size (in pixels), or null for no constraint.String getEncoding()
ErrorCorrectionLevel getErrorCorrectionLevel()
java.awt.Dimension getMaximumSize()
java.awt.Dimension getMinimumSize()
				© 2016 ZIH Corp. All Rights Reserved.