net.sf.dynamicreports.design.base.barcode
Class DRDesignPdf417Barcode
java.lang.Object
net.sf.dynamicreports.design.base.component.DRDesignComponent
net.sf.dynamicreports.design.base.barcode.DRDesignBarcode
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)
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.component.DRIDesignComponent |
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank |
DRDesignPdf417Barcode
public DRDesignPdf417Barcode()
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.