Package net.sf.jasperreports.barcode4j
Class PDF417Component
- java.lang.Object
-
- net.sf.jasperreports.barcode4j.BarcodeComponent
-
- net.sf.jasperreports.barcode4j.Barcode4jComponent
-
- net.sf.jasperreports.barcode4j.PDF417Component
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Component
,JRChangeEventsSupport
,JRCloneable
,JREvaluation
,Designated
public class PDF417Component extends Barcode4jComponent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_ERROR_CORRECTION_LEVEL
static String
PROPERTY_MAX_COLUMNS
static String
PROPERTY_MAX_ROWS
static String
PROPERTY_MIN_COLUMNS
static String
PROPERTY_MIN_ROWS
static String
PROPERTY_WIDTH_TO_HEIGHT_RATIO
-
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 PDF417Component()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getErrorCorrectionLevel()
Integer
getMaxColumns()
Integer
getMaxRows()
Integer
getMinColumns()
Integer
getMinRows()
Double
getWidthToHeightRatio()
void
receive(BarcodeVisitor visitor)
void
setErrorCorrectionLevel(Integer errorCorrectionLevel)
void
setMaxColumns(Integer maxColumns)
void
setMaxRows(Integer maxRows)
void
setMinColumns(Integer minColumns)
void
setMinRows(Integer minRows)
void
setWidthToHeightRatio(Double widthToHeightRatio)
-
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_MIN_COLUMNS
public static final String PROPERTY_MIN_COLUMNS
- See Also:
- Constant Field Values
-
PROPERTY_MAX_COLUMNS
public static final String PROPERTY_MAX_COLUMNS
- See Also:
- Constant Field Values
-
PROPERTY_MIN_ROWS
public static final String PROPERTY_MIN_ROWS
- See Also:
- Constant Field Values
-
PROPERTY_MAX_ROWS
public static final String PROPERTY_MAX_ROWS
- See Also:
- Constant Field Values
-
PROPERTY_WIDTH_TO_HEIGHT_RATIO
public static final String PROPERTY_WIDTH_TO_HEIGHT_RATIO
- See Also:
- Constant Field Values
-
PROPERTY_ERROR_CORRECTION_LEVEL
public static final String PROPERTY_ERROR_CORRECTION_LEVEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
receive
public void receive(BarcodeVisitor visitor)
- Specified by:
receive
in classBarcodeComponent
-
getMinColumns
public Integer getMinColumns()
-
setMinColumns
public void setMinColumns(Integer minColumns)
-
getMaxColumns
public Integer getMaxColumns()
-
setMaxColumns
public void setMaxColumns(Integer maxColumns)
-
getMinRows
public Integer getMinRows()
-
setMinRows
public void setMinRows(Integer minRows)
-
getMaxRows
public Integer getMaxRows()
-
setMaxRows
public void setMaxRows(Integer maxRows)
-
getWidthToHeightRatio
public Double getWidthToHeightRatio()
-
setWidthToHeightRatio
public void setWidthToHeightRatio(Double widthToHeightRatio)
-
getErrorCorrectionLevel
public Integer getErrorCorrectionLevel()
-
setErrorCorrectionLevel
public void setErrorCorrectionLevel(Integer errorCorrectionLevel)
-
-