net.sf.dynamicreports.report.base.barcode
Class DRPdf417Barcode
java.lang.Object
net.sf.dynamicreports.report.base.component.DRComponent
net.sf.dynamicreports.report.base.component.DRDimensionComponent
net.sf.dynamicreports.report.base.barcode.DRBarcode
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
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 |
DRPdf417Barcode
public DRPdf417Barcode()
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.