public interface CodeInterleaved2Of5Util extends BarcodeUtil
Modifier and Type | Method and Description |
---|---|
ChecksumMode |
getChecksumMode()
Returns the current checksum mode.
|
boolean |
getDisplayChecksum()
Indicates whether the checksum will be displayed as part of the human-readable message.
|
double |
getWideFactor()
Returns the factor by which wide bars are broader than narrow bars.
|
void |
setChecksumMode(ChecksumMode mode)
Sets the checksum mode.
|
void |
setDisplayChecksum(boolean value)
Enables or disables the use of the checksum in the human-readable message.
|
void |
setWideFactor(double wideFactor)
Sets the factor by which wide bars are broader than narrow bars.
|
doQuietZone, drawBarcode, getBarHeight, getBarWidth, getFont, getHeight, getModuleWidth, getPattern, getQuietZoneWidth, getVerticalQuietZone, hasQuietZone, setBarHeight, setFont, setHeight, setMessagePosition, setModuleWidth, setPattern, setQuietZoneWidth, setVerticalQuietZone
void setChecksumMode(ChecksumMode mode)
mode
- The checksum mode.void setDisplayChecksum(boolean value)
value
- True to include the checksum in the human-readable message.void setWideFactor(double wideFactor)
wideFactor
- The wide factor (should be > 1.0).ChecksumMode getChecksumMode()
boolean getDisplayChecksum()
double getWideFactor()
© 2016 ZIH Corp. All Rights Reserved.