public interface CodeEAN128Util extends CodeEANUtil
| Modifier and Type | Method and Description | 
|---|---|
| char | getCheckDigitMarker()Returns the character used as the check digit marker. | 
| char | getGroupSeparator()Gets the group separator character. | 
| boolean | getOmitBrackets()Gets whether brackets will be used in the human-readable part around the AIs. | 
| String | getTemplate()Gets the message template with the fields for the EAN message. | 
| void | setCheckDigitMarker(char marker)Sets the character that will be used as the check digit marker. | 
| void | setGroupSeparator(char separator)Sets the group separator character. | 
| void | setOmitBrackets(boolean omit)Indicates whether brackets should be used in the human-readable part around the AIs. | 
| void | setTemplate(String template)Sets the message template with the fields for the EAN message. The format of the templates here is a repeating set of AI number (in brackets) followed by a field description. | 
getChecksumMode, setChecksumModedoQuietZone, drawBarcode, getBarHeight, getBarWidth, getFont, getHeight, getModuleWidth, getPattern, getQuietZoneWidth, getVerticalQuietZone, hasQuietZone, setBarHeight, setFont, setHeight, setMessagePosition, setModuleWidth, setPattern, setQuietZoneWidth, setVerticalQuietZonevoid setCheckDigitMarker(char marker)
marker - The character for the check digit marker.void setGroupSeparator(char separator)
separator - The group separator character.void setOmitBrackets(boolean omit)
omit - True if the brackets in the human-readable part should be omitted.void setTemplate(String template)
template - A template like "(01)n13+cd(421)n3+an1-9(10)an1-20".char getCheckDigitMarker()
char getGroupSeparator()
boolean getOmitBrackets()
String getTemplate()
				© 2016 ZIH Corp. All Rights Reserved.