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
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 String
PROPERTY_BASELINE_POSITION
static String
PROPERTY_CHECKSUM_MODE
static String
PROPERTY_DISPLAY_CHECKSUM
static String
PROPERTY_INTERCHAR_GAP_WIDTH
static String
PROPERTY_SHORT_BAR_HEIGHT
-
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 Constructor Description POSTNETComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaselinePosition()
String
getChecksumMode()
Boolean
getDisplayChecksum()
Double
getIntercharGapWidth()
Double
getShortBarHeight()
void
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 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:
receive
in 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)
-
-