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:
java.io.Serializable,java.lang.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 java.lang.StringPROPERTY_ERROR_CORRECTION_LEVELstatic java.lang.StringPROPERTY_MAX_COLUMNSstatic java.lang.StringPROPERTY_MAX_ROWSstatic java.lang.StringPROPERTY_MIN_COLUMNSstatic java.lang.StringPROPERTY_MIN_ROWSstatic java.lang.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 java.lang.IntegergetErrorCorrectionLevel()java.lang.IntegergetMaxColumns()java.lang.IntegergetMaxRows()java.lang.IntegergetMinColumns()java.lang.IntegergetMinRows()java.lang.DoublegetWidthToHeightRatio()voidreceive(BarcodeVisitor visitor)voidsetErrorCorrectionLevel(java.lang.Integer errorCorrectionLevel)voidsetMaxColumns(java.lang.Integer maxColumns)voidsetMaxRows(java.lang.Integer maxRows)voidsetMinColumns(java.lang.Integer minColumns)voidsetMinRows(java.lang.Integer minRows)voidsetWidthToHeightRatio(java.lang.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 java.lang.String PROPERTY_MIN_COLUMNS
- See Also:
- Constant Field Values
-
PROPERTY_MAX_COLUMNS
public static final java.lang.String PROPERTY_MAX_COLUMNS
- See Also:
- Constant Field Values
-
PROPERTY_MIN_ROWS
public static final java.lang.String PROPERTY_MIN_ROWS
- See Also:
- Constant Field Values
-
PROPERTY_MAX_ROWS
public static final java.lang.String PROPERTY_MAX_ROWS
- See Also:
- Constant Field Values
-
PROPERTY_WIDTH_TO_HEIGHT_RATIO
public static final java.lang.String PROPERTY_WIDTH_TO_HEIGHT_RATIO
- See Also:
- Constant Field Values
-
PROPERTY_ERROR_CORRECTION_LEVEL
public static final java.lang.String PROPERTY_ERROR_CORRECTION_LEVEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
receive
public void receive(BarcodeVisitor visitor)
- Specified by:
receivein classBarcodeComponent
-
getMinColumns
public java.lang.Integer getMinColumns()
-
setMinColumns
public void setMinColumns(java.lang.Integer minColumns)
-
getMaxColumns
public java.lang.Integer getMaxColumns()
-
setMaxColumns
public void setMaxColumns(java.lang.Integer maxColumns)
-
getMinRows
public java.lang.Integer getMinRows()
-
setMinRows
public void setMinRows(java.lang.Integer minRows)
-
getMaxRows
public java.lang.Integer getMaxRows()
-
setMaxRows
public void setMaxRows(java.lang.Integer maxRows)
-
getWidthToHeightRatio
public java.lang.Double getWidthToHeightRatio()
-
setWidthToHeightRatio
public void setWidthToHeightRatio(java.lang.Double widthToHeightRatio)
-
getErrorCorrectionLevel
public java.lang.Integer getErrorCorrectionLevel()
-
setErrorCorrectionLevel
public void setErrorCorrectionLevel(java.lang.Integer errorCorrectionLevel)
-
-