public class Code39Component extends Barcode4jComponent
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_CHECKSUM_MODE |
static String |
PROPERTY_DISPLAY_CHECKSUM |
static String |
PROPERTY_DISPLAY_START_STOP |
static String |
PROPERTY_EXTENDED_CHARSET_ENABLED |
static String |
PROPERTY_INTERCHAR_GAP_WIDTH |
static String |
PROPERTY_WIDE_FACTOR |
PROPERTY_MODULE_WIDTH, PROPERTY_ORIENTATION, PROPERTY_PATTERN_EXPRESSION, PROPERTY_QUIET_ZONE, PROPERTY_TEXT_POSITION, PROPERTY_VERTICAL_QUIET_ZONE
ORIENTATION_DOWN, ORIENTATION_LEFT, ORIENTATION_RIGHT, ORIENTATION_UP, PROPERTY_CODE_EXPRESSION, PROPERTY_EVALUATION_GROUP, PROPERTY_EVALUATION_TIME, PROPERTY_PREFIX
Constructor and Description |
---|
Code39Component() |
Modifier and Type | Method and Description |
---|---|
String |
getChecksumMode() |
Double |
getIntercharGapWidth() |
Double |
getWideFactor() |
Boolean |
isDisplayChecksum() |
Boolean |
isDisplayStartStop() |
Boolean |
isExtendedCharSetEnabled() |
void |
receive(BarcodeVisitor visitor) |
void |
setChecksumMode(ChecksumMode checksumMode) |
void |
setChecksumMode(String checksumMode) |
void |
setDisplayChecksum(Boolean displayChecksum)
Enables or disables the use of the checksum in the human-readable message.
|
void |
setDisplayStartStop(Boolean displayStartStop)
Enables or disables the use of the start and stop characters in the human-readable message.
|
void |
setExtendedCharSetEnabled(Boolean extendedCharSetEnabled)
Enables or disables the extended character set.
|
void |
setIntercharGapWidth(Double intercharGapWidth)
Sets the width between encoded characters.
|
void |
setWideFactor(Double wideFactor)
Sets the factor by which wide bars are broader than narrow bars.
|
clone, getModuleWidth, getOrientation, getOrientationValue, getPatternExpression, getQuietZone, getTextPosition, getTextPositionValue, getVerticalQuietZone, setModuleWidth, setOrientation, setOrientation, setOrientationValue, setPatternExpression, setQuietZone, setTextPosition, setTextPosition, setTextPosition, setTextPositionValue, setVerticalQuietZone
cloneObject, getCodeExpression, getEvaluationGroup, getEvaluationTimeValue, getEventSupport, setCodeExpression, setEvaluationGroup, setEvaluationTimeValue
public static final String PROPERTY_CHECKSUM_MODE
public static final String PROPERTY_DISPLAY_CHECKSUM
public static final String PROPERTY_DISPLAY_START_STOP
public static final String PROPERTY_EXTENDED_CHARSET_ENABLED
public static final String PROPERTY_INTERCHAR_GAP_WIDTH
public static final String PROPERTY_WIDE_FACTOR
public String getChecksumMode()
public void setChecksumMode(String checksumMode)
public void setChecksumMode(ChecksumMode checksumMode)
public Boolean isDisplayChecksum()
public void setDisplayChecksum(Boolean displayChecksum)
public Boolean isDisplayStartStop()
public void setDisplayStartStop(Boolean displayStartStop)
public Boolean isExtendedCharSetEnabled()
public void setExtendedCharSetEnabled(Boolean extendedCharSetEnabled)
public Double getIntercharGapWidth()
public void setIntercharGapWidth(Double intercharGapWidth)
public Double getWideFactor()
public void setWideFactor(Double wideFactor)
public void receive(BarcodeVisitor visitor)
receive
in class BarcodeComponent
Copyright © 2016. All rights reserved.