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:
java.io.Serializable,java.lang.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 java.lang.StringPROPERTY_BASELINE_POSITIONstatic java.lang.StringPROPERTY_CHECKSUM_MODEstatic java.lang.StringPROPERTY_DISPLAY_CHECKSUMstatic java.lang.StringPROPERTY_INTERCHAR_GAP_WIDTHstatic java.lang.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 java.lang.StringgetBaselinePosition()java.lang.StringgetChecksumMode()java.lang.BooleangetDisplayChecksum()java.lang.DoublegetIntercharGapWidth()java.lang.DoublegetShortBarHeight()voidreceive(BarcodeVisitor visitor)voidsetBaselinePosition(java.lang.String baselinePosition)voidsetChecksumMode(java.lang.String checksumMode)voidsetDisplayChecksum(java.lang.Boolean displayChecksum)voidsetIntercharGapWidth(java.lang.Double intercharGapWidth)voidsetShortBarHeight(java.lang.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 java.lang.String PROPERTY_SHORT_BAR_HEIGHT
- See Also:
- Constant Field Values
-
PROPERTY_BASELINE_POSITION
public static final java.lang.String PROPERTY_BASELINE_POSITION
- See Also:
- Constant Field Values
-
PROPERTY_CHECKSUM_MODE
public static final java.lang.String PROPERTY_CHECKSUM_MODE
- See Also:
- Constant Field Values
-
PROPERTY_DISPLAY_CHECKSUM
public static final java.lang.String PROPERTY_DISPLAY_CHECKSUM
- See Also:
- Constant Field Values
-
PROPERTY_INTERCHAR_GAP_WIDTH
public static final java.lang.String PROPERTY_INTERCHAR_GAP_WIDTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
receive
public void receive(BarcodeVisitor visitor)
- Specified by:
receivein classBarcodeComponent
-
getBaselinePosition
public java.lang.String getBaselinePosition()
-
setBaselinePosition
public void setBaselinePosition(java.lang.String baselinePosition)
-
getChecksumMode
public java.lang.String getChecksumMode()
-
setChecksumMode
public void setChecksumMode(java.lang.String checksumMode)
-
getDisplayChecksum
public java.lang.Boolean getDisplayChecksum()
-
setDisplayChecksum
public void setDisplayChecksum(java.lang.Boolean displayChecksum)
-
getIntercharGapWidth
public java.lang.Double getIntercharGapWidth()
-
setIntercharGapWidth
public void setIntercharGapWidth(java.lang.Double intercharGapWidth)
-
getShortBarHeight
public java.lang.Double getShortBarHeight()
-
setShortBarHeight
public void setShortBarHeight(java.lang.Double shortBarHeight)
-
-