net.sf.dynamicreports.design.definition.barcode
Interface DRIDesignPdf417Barcode

All Superinterfaces:
DRIDesignBarcode, DRIDesignComponent
All Known Implementing Classes:
DRDesignPdf417Barcode

public interface DRIDesignPdf417Barcode
extends DRIDesignBarcode

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

Method Summary
 Integer getErrorCorrectionLevel()
           
 Integer getMaxColumns()
           
 Integer getMaxRows()
           
 Integer getMinColumns()
           
 Integer getMinRows()
           
 Double getWidthToHeightRatio()
           
 
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
 

Method Detail

getMinColumns

Integer getMinColumns()

getMaxColumns

Integer getMaxColumns()

getMinRows

Integer getMinRows()

getMaxRows

Integer getMaxRows()

getWidthToHeightRatio

Double getWidthToHeightRatio()

getErrorCorrectionLevel

Integer getErrorCorrectionLevel()


Copyright © 2010-2014. All Rights Reserved.