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.
|
Dimension |
getMaximumSize()
Returns the maximum symbol size that is to be produced.
|
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(Dimension maxSize)
Sets the maximum symbol size that is to be produced.
|
void |
setMinimumSize(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, setVerticalQuietZone
void setEncoding(String encoding)
encoding
- The message encoding.void setErrorCorrectionLevel(ErrorCorrectionLevel level)
level
- The error correction level.void setMaximumSize(Dimension maxSize)
maxSize
- The maximum size (in pixels), or null for no constraint.void setMinimumSize(Dimension minSize)
minSize
- The minimum size (in pixels), or null for no constraint.String getEncoding()
ErrorCorrectionLevel getErrorCorrectionLevel()
Dimension getMaximumSize()
Dimension getMinimumSize()
© 2016 ZIH Corp. All Rights Reserved.