Class FourStateBarcodeComponent
- java.lang.Object
-
- net.sf.jasperreports.components.barcode4j.BarcodeComponent
-
- net.sf.jasperreports.components.barcode4j.Barcode4jComponent
-
- net.sf.jasperreports.components.barcode4j.FourStateBarcodeComponent
-
- All Implemented Interfaces:
Serializable,Cloneable,Component,JRChangeEventsSupport,JRCloneable,Designated
- Direct Known Subclasses:
RoyalMailCustomerComponent,USPSIntelligentMailComponent
public abstract class FourStateBarcodeComponent extends Barcode4jComponent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_ASCENDER_HEIGHTstatic StringPROPERTY_CHECKSUM_MODEstatic StringPROPERTY_INTERCHAR_GAP_WIDTHstatic StringPROPERTY_TRACK_HEIGHT-
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 FourStateBarcodeComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetAscenderHeight()StringgetChecksumMode()DoublegetIntercharGapWidth()DoublegetTrackHeight()voidsetAscenderHeight(Double ascenderHeight)voidsetChecksumMode(String checksumMode)voidsetChecksumMode(org.krysalis.barcode4j.ChecksumMode checksumMode)voidsetIntercharGapWidth(Double intercharGapWidth)voidsetTrackHeight(Double trackHeight)-
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, receive, setCodeExpression, setEvaluationGroup, setEvaluationTimeValue
-
-
-
-
Field Detail
-
PROPERTY_ASCENDER_HEIGHT
public static final String PROPERTY_ASCENDER_HEIGHT
- See Also:
- Constant Field Values
-
PROPERTY_CHECKSUM_MODE
public static final String PROPERTY_CHECKSUM_MODE
- See Also:
- Constant Field Values
-
PROPERTY_INTERCHAR_GAP_WIDTH
public static final String PROPERTY_INTERCHAR_GAP_WIDTH
- See Also:
- Constant Field Values
-
PROPERTY_TRACK_HEIGHT
public static final String PROPERTY_TRACK_HEIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAscenderHeight
public Double getAscenderHeight()
-
setAscenderHeight
public void setAscenderHeight(Double ascenderHeight)
-
getChecksumMode
public String getChecksumMode()
-
setChecksumMode
public void setChecksumMode(String checksumMode)
-
setChecksumMode
public void setChecksumMode(org.krysalis.barcode4j.ChecksumMode checksumMode)
-
getIntercharGapWidth
public Double getIntercharGapWidth()
-
setIntercharGapWidth
public void setIntercharGapWidth(Double intercharGapWidth)
-
getTrackHeight
public Double getTrackHeight()
-
setTrackHeight
public void setTrackHeight(Double trackHeight)
-
-