net.sf.dynamicreports.report.definition.barcode
Interface DRIPdf417Barcode

All Superinterfaces:
DRIBarcode, DRIComponent, DRIDimensionComponent, Serializable
All Known Implementing Classes:
DRPdf417Barcode

public interface DRIPdf417Barcode
extends DRIBarcode

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.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
 

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.