net.sf.dynamicreports.report.base.barcode
Class DRPdf417Barcode

java.lang.Object
  extended by net.sf.dynamicreports.report.base.component.DRComponent
      extended by net.sf.dynamicreports.report.base.component.DRDimensionComponent
          extended by net.sf.dynamicreports.report.base.barcode.DRBarcode
              extended by net.sf.dynamicreports.report.base.barcode.DRPdf417Barcode
All Implemented Interfaces:
Serializable, DRIBarcode, DRIPdf417Barcode, DRIComponent, DRIDimensionComponent

public class DRPdf417Barcode
extends DRBarcode
implements DRIPdf417Barcode

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRPdf417Barcode()
           
 
Method Summary
 Integer getErrorCorrectionLevel()
           
 Integer getMaxColumns()
           
 Integer getMaxRows()
           
 Integer getMinColumns()
           
 Integer getMinRows()
           
 Double getWidthToHeightRatio()
           
 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.dynamicreports.report.base.barcode.DRBarcode
getCodeExpression, getModuleWidth, getOrientation, getPatternExpression, getQuietZone, getTextPosition, getVerticalQuietZone, setCodeExpression, setModuleWidth, setOrientation, setPatternExpression, setQuietZone, setTextPosition, setVerticalQuietZone
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType, setHeight, setHeightType, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth, setWidthType
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, init, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.report.definition.barcode.DRIBarcode
getCodeExpression, getModuleWidth, getOrientation, getPatternExpression, getQuietZone, getTextPosition, getVerticalQuietZone
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIComponent
getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading
 

Constructor Detail

DRPdf417Barcode

public DRPdf417Barcode()
Method Detail

getMinColumns

public Integer getMinColumns()
Specified by:
getMinColumns in interface DRIPdf417Barcode

setMinColumns

public void setMinColumns(Integer minColumns)

getMaxColumns

public Integer getMaxColumns()
Specified by:
getMaxColumns in interface DRIPdf417Barcode

setMaxColumns

public void setMaxColumns(Integer maxColumns)

getMinRows

public Integer getMinRows()
Specified by:
getMinRows in interface DRIPdf417Barcode

setMinRows

public void setMinRows(Integer minRows)

getMaxRows

public Integer getMaxRows()
Specified by:
getMaxRows in interface DRIPdf417Barcode

setMaxRows

public void setMaxRows(Integer maxRows)

getWidthToHeightRatio

public Double getWidthToHeightRatio()
Specified by:
getWidthToHeightRatio in interface DRIPdf417Barcode

setWidthToHeightRatio

public void setWidthToHeightRatio(Double widthToHeightRatio)

getErrorCorrectionLevel

public Integer getErrorCorrectionLevel()
Specified by:
getErrorCorrectionLevel in interface DRIPdf417Barcode

setErrorCorrectionLevel

public void setErrorCorrectionLevel(Integer errorCorrectionLevel)


Copyright © 2010-2014. All Rights Reserved.