Class POSTNETComponent
- java.lang.Object
-
- net.sf.jasperreports.components.barcode4j.BarcodeComponent
-
- net.sf.jasperreports.components.barcode4j.Barcode4jComponent
-
- net.sf.jasperreports.components.barcode4j.POSTNETComponent
-
- All Implemented Interfaces:
Serializable,Cloneable,Component,JRChangeEventsSupport,JRCloneable,Designated
public class POSTNETComponent extends Barcode4jComponent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_BASELINE_POSITIONstatic StringPROPERTY_CHECKSUM_MODEstatic StringPROPERTY_DISPLAY_CHECKSUMstatic StringPROPERTY_INTERCHAR_GAP_WIDTHstatic StringPROPERTY_SHORT_BAR_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 POSTNETComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaselinePosition()StringgetChecksumMode()BooleangetDisplayChecksum()DoublegetIntercharGapWidth()DoublegetShortBarHeight()voidreceive(BarcodeVisitor visitor)voidsetBaselinePosition(String baselinePosition)voidsetChecksumMode(String checksumMode)voidsetDisplayChecksum(Boolean displayChecksum)voidsetIntercharGapWidth(Double intercharGapWidth)voidsetShortBarHeight(Double shortBarHeight)-
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_SHORT_BAR_HEIGHT
public static final String PROPERTY_SHORT_BAR_HEIGHT
- See Also:
- Constant Field Values
-
PROPERTY_BASELINE_POSITION
public static final String PROPERTY_BASELINE_POSITION
- See Also:
- Constant Field Values
-
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_INTERCHAR_GAP_WIDTH
public static final String PROPERTY_INTERCHAR_GAP_WIDTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
receive
public void receive(BarcodeVisitor visitor)
- Specified by:
receivein classBarcodeComponent
-
getBaselinePosition
public String getBaselinePosition()
-
setBaselinePosition
public void setBaselinePosition(String baselinePosition)
-
getChecksumMode
public String getChecksumMode()
-
setChecksumMode
public void setChecksumMode(String checksumMode)
-
getDisplayChecksum
public Boolean getDisplayChecksum()
-
setDisplayChecksum
public void setDisplayChecksum(Boolean displayChecksum)
-
getIntercharGapWidth
public Double getIntercharGapWidth()
-
setIntercharGapWidth
public void setIntercharGapWidth(Double intercharGapWidth)
-
getShortBarHeight
public Double getShortBarHeight()
-
setShortBarHeight
public void setShortBarHeight(Double shortBarHeight)
-
-