net.sf.dynamicreports.design.base.barcode
Class DRDesignPdf417Barcode

java.lang.Object
  extended by net.sf.dynamicreports.design.base.component.DRDesignComponent
      extended by net.sf.dynamicreports.design.base.barcode.DRDesignBarcode
          extended by net.sf.dynamicreports.design.base.barcode.DRDesignPdf417Barcode
All Implemented Interfaces:
DRIDesignBarcode, DRIDesignPdf417Barcode, DRIDesignComponent

public class DRDesignPdf417Barcode
extends DRDesignBarcode
implements DRIDesignPdf417Barcode

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignPdf417Barcode()
           
 
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.design.base.barcode.DRDesignBarcode
getCodeExpression, getEvaluationGroup, getEvaluationTime, getModuleWidth, getOrientation, getPatternExpression, getQuietZone, getTextPosition, getVerticalQuietZone, setCodeExpression, setEvaluationGroup, setEvaluationTime, setModuleWidth, setOrientation, setPatternExpression, setQuietZone, setTextPosition, setVerticalQuietZone
 
Methods inherited from class net.sf.dynamicreports.design.base.component.DRDesignComponent
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, init, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setHeight, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenExpression, setPrintWhenGroupChanges, setPropertyExpressions, setRemoveLineWhenBlank, setStretchType, setStyle, setTableOfContentsHeading, setUniqueName, setWidth, setX, setY
 
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.design.definition.barcode.DRIDesignBarcode
getCodeExpression, getEvaluationGroup, getEvaluationTime, getModuleWidth, getOrientation, getPatternExpression, getQuietZone, getTextPosition, getVerticalQuietZone
 
Methods inherited from interface net.sf.dynamicreports.design.definition.component.DRIDesignComponent
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank
 

Constructor Detail

DRDesignPdf417Barcode

public DRDesignPdf417Barcode()
Method Detail

getMinColumns

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

setMinColumns

public void setMinColumns(Integer minColumns)

getMaxColumns

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

setMaxColumns

public void setMaxColumns(Integer maxColumns)

getMinRows

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

setMinRows

public void setMinRows(Integer minRows)

getMaxRows

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

setMaxRows

public void setMaxRows(Integer maxRows)

getWidthToHeightRatio

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

setWidthToHeightRatio

public void setWidthToHeightRatio(Double widthToHeightRatio)

getErrorCorrectionLevel

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

setErrorCorrectionLevel

public void setErrorCorrectionLevel(Integer errorCorrectionLevel)


Copyright © 2010-2014. All Rights Reserved.