Package net.sf.jasperreports.barcode4j
Class Code39Component
java.lang.Object
net.sf.jasperreports.barcode4j.BarcodeComponent
net.sf.jasperreports.barcode4j.Barcode4jComponent
net.sf.jasperreports.barcode4j.Code39Component
- All Implemented Interfaces:
Serializable
,Cloneable
,Component
,JRChangeEventsSupport
,JRCloneable
,JREvaluation
,Designated
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class net.sf.jasperreports.barcode4j.Barcode4jComponent
COMPONENT_DESIGNATION, PROPERTY_MODULE_WIDTH, PROPERTY_ORIENTATION, PROPERTY_PATTERN_EXPRESSION, PROPERTY_QUIET_ZONE, PROPERTY_TEXT_POSITION, PROPERTY_VERTICAL_QUIET_ZONE
Fields inherited from class net.sf.jasperreports.barcode4j.BarcodeComponent
COMPONENT_NAME_PREFIX, PROPERTY_CODE_EXPRESSION, PROPERTY_EVALUATION_GROUP, PROPERTY_EVALUATION_TIME, PROPERTY_PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
receive
(BarcodeVisitor visitor) void
setChecksumMode
(String checksumMode) void
setChecksumMode
(org.krysalis.barcode4j.ChecksumMode 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.Methods inherited from class net.sf.jasperreports.barcode4j.Barcode4jComponent
clone, getDesignation, getModuleWidth, getOrientation, getPatternExpression, getQuietZone, getTextPosition, getVerticalQuietZone, setModuleWidth, setOrientation, setPatternExpression, setQuietZone, setTextPosition, setVerticalQuietZone
Methods inherited from class net.sf.jasperreports.barcode4j.BarcodeComponent
cloneObject, getCodeExpression, getEvaluationGroup, getEvaluationTime, getEventSupport, setCodeExpression, setEvaluationGroup, setEvaluationTime
-
Field Details
-
PROPERTY_CHECKSUM_MODE
- See Also:
-
PROPERTY_DISPLAY_CHECKSUM
- See Also:
-
PROPERTY_DISPLAY_START_STOP
- See Also:
-
PROPERTY_EXTENDED_CHARSET_ENABLED
- See Also:
-
PROPERTY_INTERCHAR_GAP_WIDTH
- See Also:
-
PROPERTY_WIDE_FACTOR
- See Also:
-
-
Constructor Details
-
Code39Component
public Code39Component()
-
-
Method Details
-
getChecksumMode
-
setChecksumMode
-
setChecksumMode
public void setChecksumMode(org.krysalis.barcode4j.ChecksumMode checksumMode) -
isDisplayChecksum
-
setDisplayChecksum
Enables or disables the use of the checksum in the human-readable message. -
isDisplayStartStop
-
setDisplayStartStop
Enables or disables the use of the start and stop characters in the human-readable message. -
isExtendedCharSetEnabled
-
setExtendedCharSetEnabled
Enables or disables the extended character set. -
getIntercharGapWidth
-
setIntercharGapWidth
Sets the width between encoded characters. -
getWideFactor
-
setWideFactor
Sets the factor by which wide bars are broader than narrow bars. -
receive
- Specified by:
receive
in classBarcodeComponent
-