public interface CodeCodabarUtil extends BarcodeUtil
| Modifier and Type | Method and Description | 
|---|---|
| ChecksumMode | getChecksumMode()Returns the current checksum mode. | 
| boolean | getDisplayStartStopChars()Indicates whether the start and stop character 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 | setDisplayStartStop(boolean displayStartStop)Enables or disables the use of the start and stop characters 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, setVerticalQuietZonevoid setChecksumMode(ChecksumMode mode)
mode - The checksum mode.boolean getDisplayStartStopChars()
void setDisplayStartStop(boolean displayStartStop)
displayStartStop - True to enable the leading and trailing "*" to be displayed.double getWideFactor()
void setWideFactor(double wideFactor)
wideFactor - The wide factor. (should be > 1.0).ChecksumMode getChecksumMode()
				© 2016 ZIH Corp. All Rights Reserved.