Class Code39Component
- java.lang.Object
-
- net.sf.jasperreports.components.barcode4j.BarcodeComponent
-
- net.sf.jasperreports.components.barcode4j.Barcode4jComponent
-
- net.sf.jasperreports.components.barcode4j.Code39Component
-
- All Implemented Interfaces:
Serializable,Cloneable,Component,JRChangeEventsSupport,JRCloneable,Designated
public class Code39Component extends Barcode4jComponent
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_CHECKSUM_MODEstatic StringPROPERTY_DISPLAY_CHECKSUMstatic StringPROPERTY_DISPLAY_START_STOPstatic StringPROPERTY_EXTENDED_CHARSET_ENABLEDstatic StringPROPERTY_INTERCHAR_GAP_WIDTHstatic StringPROPERTY_WIDE_FACTOR-
Fields inherited from class net.sf.jasperreports.components.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.components.barcode4j.BarcodeComponent
PROPERTY_CODE_EXPRESSION, PROPERTY_EVALUATION_GROUP, PROPERTY_EVALUATION_TIME, PROPERTY_PREFIX
-
-
Constructor Summary
Constructors Constructor Description Code39Component()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChecksumMode()DoublegetIntercharGapWidth()DoublegetWideFactor()BooleanisDisplayChecksum()BooleanisDisplayStartStop()BooleanisExtendedCharSetEnabled()voidreceive(BarcodeVisitor visitor)voidsetChecksumMode(String checksumMode)voidsetChecksumMode(org.krysalis.barcode4j.ChecksumMode checksumMode)voidsetDisplayChecksum(Boolean displayChecksum)Enables or disables the use of the checksum in the human-readable message.voidsetDisplayStartStop(Boolean displayStartStop)Enables or disables the use of the start and stop characters in the human-readable message.voidsetExtendedCharSetEnabled(Boolean extendedCharSetEnabled)Enables or disables the extended character set.voidsetIntercharGapWidth(Double intercharGapWidth)Sets the width between encoded characters.voidsetWideFactor(Double wideFactor)Sets the factor by which wide bars are broader than narrow bars.-
Methods inherited from class net.sf.jasperreports.components.barcode4j.Barcode4jComponent
clone, copyBarcodeComponentFields, getDesignation, getModuleWidth, getOrientationValue, getPatternExpression, getQuietZone, getTextPositionValue, getVerticalQuietZone, setModuleWidth, setOrientation, setPatternExpression, setQuietZone, setTextPosition, setVerticalQuietZone
-
Methods inherited from class net.sf.jasperreports.components.barcode4j.BarcodeComponent
cloneObject, getCodeExpression, getEvaluationGroup, getEvaluationTimeValue, getEventSupport, setCodeExpression, setEvaluationGroup, setEvaluationTimeValue
-
-
-
-
Field Detail
-
PROPERTY_CHECKSUM_MODE
public static final String PROPERTY_CHECKSUM_MODE
- See Also:
- Constant Field Values
-
PROPERTY_DISPLAY_CHECKSUM
public static final String PROPERTY_DISPLAY_CHECKSUM
- See Also:
- Constant Field Values
-
PROPERTY_DISPLAY_START_STOP
public static final String PROPERTY_DISPLAY_START_STOP
- See Also:
- Constant Field Values
-
PROPERTY_EXTENDED_CHARSET_ENABLED
public static final String PROPERTY_EXTENDED_CHARSET_ENABLED
- See Also:
- Constant Field Values
-
PROPERTY_INTERCHAR_GAP_WIDTH
public static final String PROPERTY_INTERCHAR_GAP_WIDTH
- See Also:
- Constant Field Values
-
PROPERTY_WIDE_FACTOR
public static final String PROPERTY_WIDE_FACTOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getChecksumMode
public String getChecksumMode()
-
setChecksumMode
public void setChecksumMode(String checksumMode)
-
setChecksumMode
public void setChecksumMode(org.krysalis.barcode4j.ChecksumMode checksumMode)
-
isDisplayChecksum
public Boolean isDisplayChecksum()
-
setDisplayChecksum
public void setDisplayChecksum(Boolean displayChecksum)
Enables or disables the use of the checksum in the human-readable message.
-
isDisplayStartStop
public Boolean isDisplayStartStop()
-
setDisplayStartStop
public void setDisplayStartStop(Boolean displayStartStop)
Enables or disables the use of the start and stop characters in the human-readable message.
-
isExtendedCharSetEnabled
public Boolean isExtendedCharSetEnabled()
-
setExtendedCharSetEnabled
public void setExtendedCharSetEnabled(Boolean extendedCharSetEnabled)
Enables or disables the extended character set.
-
getIntercharGapWidth
public Double getIntercharGapWidth()
-
setIntercharGapWidth
public void setIntercharGapWidth(Double intercharGapWidth)
Sets the width between encoded characters.
-
getWideFactor
public Double getWideFactor()
-
setWideFactor
public void setWideFactor(Double wideFactor)
Sets the factor by which wide bars are broader than narrow bars.
-
receive
public void receive(BarcodeVisitor visitor)
- Specified by:
receivein classBarcodeComponent
-
-