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:
java.io.Serializable,java.lang.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 java.lang.StringPROPERTY_ASCENDER_HEIGHTstatic java.lang.StringPROPERTY_CHECKSUM_MODEstatic java.lang.StringPROPERTY_INTERCHAR_GAP_WIDTHstatic java.lang.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 java.lang.DoublegetAscenderHeight()java.lang.StringgetChecksumMode()java.lang.DoublegetIntercharGapWidth()java.lang.DoublegetTrackHeight()voidsetAscenderHeight(java.lang.Double ascenderHeight)voidsetChecksumMode(java.lang.String checksumMode)voidsetChecksumMode(org.krysalis.barcode4j.ChecksumMode checksumMode)voidsetIntercharGapWidth(java.lang.Double intercharGapWidth)voidsetTrackHeight(java.lang.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 java.lang.String PROPERTY_ASCENDER_HEIGHT
- See Also:
- Constant Field Values
-
PROPERTY_CHECKSUM_MODE
public static final java.lang.String PROPERTY_CHECKSUM_MODE
- See Also:
- Constant Field Values
-
PROPERTY_INTERCHAR_GAP_WIDTH
public static final java.lang.String PROPERTY_INTERCHAR_GAP_WIDTH
- See Also:
- Constant Field Values
-
PROPERTY_TRACK_HEIGHT
public static final java.lang.String PROPERTY_TRACK_HEIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAscenderHeight
public java.lang.Double getAscenderHeight()
-
setAscenderHeight
public void setAscenderHeight(java.lang.Double ascenderHeight)
-
getChecksumMode
public java.lang.String getChecksumMode()
-
setChecksumMode
public void setChecksumMode(java.lang.String checksumMode)
-
setChecksumMode
public void setChecksumMode(org.krysalis.barcode4j.ChecksumMode checksumMode)
-
getIntercharGapWidth
public java.lang.Double getIntercharGapWidth()
-
setIntercharGapWidth
public void setIntercharGapWidth(java.lang.Double intercharGapWidth)
-
getTrackHeight
public java.lang.Double getTrackHeight()
-
setTrackHeight
public void setTrackHeight(java.lang.Double trackHeight)
-
-