Package net.sf.jasperreports.barcode4j
Class POSTNETComponent
java.lang.Object
net.sf.jasperreports.barcode4j.BarcodeComponent
net.sf.jasperreports.barcode4j.Barcode4jComponent
net.sf.jasperreports.barcode4j.POSTNETComponent
- All Implemented Interfaces:
Serializable
,Cloneable
,Component
,JRChangeEventsSupport
,JRCloneable
,JREvaluation
,Designated
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class net.sf.jasperreports.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.barcode4j.BarcodeComponent
COMPONENT_NAME_PREFIX, PROPERTY_CODE_EXPRESSION, PROPERTY_EVALUATION_GROUP, PROPERTY_EVALUATION_TIME, PROPERTY_PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
receive
(BarcodeVisitor visitor) void
setBaselinePosition
(String baselinePosition) void
setChecksumMode
(String checksumMode) void
setDisplayChecksum
(Boolean displayChecksum) void
setIntercharGapWidth
(Double intercharGapWidth) void
setShortBarHeight
(Double shortBarHeight) Methods inherited from class net.sf.jasperreports.barcode4j.Barcode4jComponent
clone, getDesignation, getModuleWidth, getOrientation, getPatternExpression, getQuietZone, getTextPosition, getVerticalQuietZone, setModuleWidth, setOrientation, setPatternExpression, setQuietZone, setTextPosition, setVerticalQuietZone
Methods inherited from class net.sf.jasperreports.barcode4j.BarcodeComponent
cloneObject, getCodeExpression, getEvaluationGroup, getEvaluationTime, getEventSupport, setCodeExpression, setEvaluationGroup, setEvaluationTime
-
Field Details
-
PROPERTY_SHORT_BAR_HEIGHT
- See Also:
-
PROPERTY_BASELINE_POSITION
- See Also:
-
PROPERTY_CHECKSUM_MODE
- See Also:
-
PROPERTY_DISPLAY_CHECKSUM
- See Also:
-
PROPERTY_INTERCHAR_GAP_WIDTH
- See Also:
-
-
Constructor Details
-
POSTNETComponent
public POSTNETComponent()
-
-
Method Details
-
receive
- Specified by:
receive
in classBarcodeComponent
-
getBaselinePosition
-
setBaselinePosition
-
getChecksumMode
-
setChecksumMode
-
getDisplayChecksum
-
setDisplayChecksum
-
getIntercharGapWidth
-
setIntercharGapWidth
-
getShortBarHeight
-
setShortBarHeight
-