public interface Code39Util extends BarcodeUtil
| Modifier and Type | Method and Description | 
|---|---|
| void | enableExtendedCharSet(boolean value)Enables or disables the extended character set. | 
| ChecksumMode | getChecksumMode()Returns the current checksum mode. | 
| boolean | getDisplayChecksum()Indicates whether the checksum will be displayed as part of the human-readable message. | 
| boolean | getDisplayStartStopChars()Indicates whether the start and stop character will be displayed as part of the human-readable message. | 
| double | getIntercharacterGapWidth()Returns the width between encoded characters. | 
| double | getWideFactor()Returns the factor by which wide bars are broader than narrow bars. | 
| boolean | isExtendedCharSetEnabled()Indicates whether the extended character set is enabled. | 
| 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 | setDisplayStartStopChars(boolean value)Enables or disables the use of the start and stop characters in the human-readable message. | 
| void | setIntercharacterGapWidth(double width)Sets the width between the characters to encode. | 
| void | setWideFactor(double value)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.void setDisplayChecksum(boolean value)
value - True to include the checksum in the human-readable message.void setDisplayStartStopChars(boolean value)
value - True to enable the leading and trailing "*" to be displayed.void enableExtendedCharSet(boolean value)
value - True to enable the extended character setvoid setIntercharacterGapWidth(double width)
width - The inter-character gap width.void setWideFactor(double value)
value - The wide factor. (should be > 1.0).ChecksumMode getChecksumMode()
boolean getDisplayChecksum()
boolean getDisplayStartStopChars()
boolean isExtendedCharSetEnabled()
double getIntercharacterGapWidth()
double getWideFactor()
				© 2016 ZIH Corp. All Rights Reserved.