net.sf.jasperreports.components.barcode4j
Class PDF417Component

java.lang.Object
  extended by net.sf.jasperreports.components.barcode4j.BarcodeComponent
      extended by net.sf.jasperreports.components.barcode4j.PDF417Component
All Implemented Interfaces:
Serializable, Cloneable, Component, JRChangeEventsSupport, JRCloneable

public class PDF417Component
extends BarcodeComponent

Version:
$Id: PDF417Component.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
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.components.barcode4j.BarcodeComponent
ORIENTATION_DOWN, ORIENTATION_LEFT, ORIENTATION_RIGHT, ORIENTATION_UP, PROPERTY_CODE_EXPRESSION, PROPERTY_EVALUATION_GROUP, PROPERTY_EVALUATION_TIME, PROPERTY_MODULE_WIDTH, PROPERTY_ORIENTATION, PROPERTY_PATTERN_EXPRESSION, PROPERTY_PREFIX, PROPERTY_QUIET_ZONE, PROPERTY_TEXT_POSITION, PROPERTY_VERTICAL_QUIET_ZONE
 
Constructor Summary
PDF417Component()
           
 
Method Summary
 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.components.barcode4j.BarcodeComponent
clone, cloneObject, getCodeExpression, getEvaluationGroup, getEvaluationTimeValue, getEventSupport, getModuleWidth, getOrientation, getPatternExpression, getQuietZone, getTextPosition, getVerticalQuietZone, setCodeExpression, setEvaluationGroup, setEvaluationTimeValue, setModuleWidth, setOrientation, setPatternExpression, setQuietZone, setTextPosition, setTextPosition, setVerticalQuietZone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

PDF417Component

public PDF417Component()
Method Detail

receive

public void receive(BarcodeVisitor visitor)
Specified by:
receive in class BarcodeComponent

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)


Copyright © 2012. All Rights Reserved.