Package net.sf.jasperreports.barcode4j
Class FourStateBarcodeComponent
- java.lang.Object
-
- net.sf.jasperreports.barcode4j.BarcodeComponent
-
- net.sf.jasperreports.barcode4j.Barcode4jComponent
-
- net.sf.jasperreports.barcode4j.FourStateBarcodeComponent
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Component
,JRChangeEventsSupport
,JRCloneable
,JREvaluation
,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 String
PROPERTY_ASCENDER_HEIGHT
static String
PROPERTY_CHECKSUM_MODE
static String
PROPERTY_INTERCHAR_GAP_WIDTH
static String
PROPERTY_TRACK_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 FourStateBarcodeComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getAscenderHeight()
String
getChecksumMode()
Double
getIntercharGapWidth()
Double
getTrackHeight()
void
setAscenderHeight(Double ascenderHeight)
void
setChecksumMode(String checksumMode)
void
setChecksumMode(org.krysalis.barcode4j.ChecksumMode checksumMode)
void
setIntercharGapWidth(Double intercharGapWidth)
void
setTrackHeight(Double trackHeight)
-
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, receive, setCodeExpression, setEvaluationGroup, setEvaluationTime
-
-
-
-
Field Detail
-
PROPERTY_ASCENDER_HEIGHT
public static final String PROPERTY_ASCENDER_HEIGHT
- See Also:
- Constant Field Values
-
PROPERTY_CHECKSUM_MODE
public static final String PROPERTY_CHECKSUM_MODE
- See Also:
- Constant Field Values
-
PROPERTY_INTERCHAR_GAP_WIDTH
public static final String PROPERTY_INTERCHAR_GAP_WIDTH
- See Also:
- Constant Field Values
-
PROPERTY_TRACK_HEIGHT
public static final String PROPERTY_TRACK_HEIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAscenderHeight
public Double getAscenderHeight()
-
setAscenderHeight
public void setAscenderHeight(Double ascenderHeight)
-
getChecksumMode
public String getChecksumMode()
-
setChecksumMode
public void setChecksumMode(String checksumMode)
-
setChecksumMode
public void setChecksumMode(org.krysalis.barcode4j.ChecksumMode checksumMode)
-
getIntercharGapWidth
public Double getIntercharGapWidth()
-
setIntercharGapWidth
public void setIntercharGapWidth(Double intercharGapWidth)
-
getTrackHeight
public Double getTrackHeight()
-
setTrackHeight
public void setTrackHeight(Double trackHeight)
-
-