Class PDF417Component
- java.lang.Object
-
- net.sf.jasperreports.components.barcode4j.BarcodeComponent
-
- net.sf.jasperreports.components.barcode4j.Barcode4jComponent
-
- net.sf.jasperreports.components.barcode4j.PDF417Component
-
- All Implemented Interfaces:
Serializable,Cloneable,Component,JRChangeEventsSupport,JRCloneable,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 StringPROPERTY_ERROR_CORRECTION_LEVELstatic StringPROPERTY_MAX_COLUMNSstatic StringPROPERTY_MAX_ROWSstatic StringPROPERTY_MIN_COLUMNSstatic StringPROPERTY_MIN_ROWSstatic StringPROPERTY_WIDTH_TO_HEIGHT_RATIO-
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 PDF417Component()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetErrorCorrectionLevel()IntegergetMaxColumns()IntegergetMaxRows()IntegergetMinColumns()IntegergetMinRows()DoublegetWidthToHeightRatio()voidreceive(BarcodeVisitor visitor)voidsetErrorCorrectionLevel(Integer errorCorrectionLevel)voidsetMaxColumns(Integer maxColumns)voidsetMaxRows(Integer maxRows)voidsetMinColumns(Integer minColumns)voidsetMinRows(Integer minRows)voidsetWidthToHeightRatio(Double widthToHeightRatio)-
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_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:
receivein 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)
-
-