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

All Superinterfaces:
DRIBarcode, DRIComponent, DRIDimensionComponent, Serializable
All Known Subinterfaces:
DRICode39Barcode, DRIEan128Barcode, DRIEan13Barcode, DRIEan8Barcode, DRIInterleaved2Of5Barcode, DRIPostnetBarcode, DRIRoyalMailCustomerBarcode, DRIUpcaBarcode, DRIUpceBarcode, DRIUspsIntelligentMailBarcode
All Known Implementing Classes:
DRCode39Barcode, DREan128Barcode, DREan13Barcode, DREan8Barcode, DRChecksumBarcode, DRInterleaved2Of5Barcode, DRPostnetBarcode, DRRoyalMailCustomerBarcode, DRUpcaBarcode, DRUpceBarcode, DRUspsIntelligentMailBarcode

public interface DRIChecksumBarcode
extends DRIBarcode

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

Method Summary
 BarcodeChecksumMode getChecksumMode()
           
 
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

getChecksumMode

BarcodeChecksumMode getChecksumMode()


Copyright © 2010-2014. All Rights Reserved.