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

All Superinterfaces:
DRIComponent, DRIDimensionComponent, Serializable
All Known Subinterfaces:
DRICodabarBarcode, DRICode128Barcode, DRICode39Barcode, DRIDataMatrixBarcode, DRIEan128Barcode, DRIEan13Barcode, DRIEan8Barcode, DRIChecksumBarcode, DRIInterleaved2Of5Barcode, DRIPdf417Barcode, DRIPostnetBarcode, DRIRoyalMailCustomerBarcode, DRIUpcaBarcode, DRIUpceBarcode, DRIUspsIntelligentMailBarcode
All Known Implementing Classes:
DRBarcode, DRCodabarBarcode, DRCode128Barcode, DRCode39Barcode, DRDataMatrixBarcode, DREan128Barcode, DREan13Barcode, DREan8Barcode, DRChecksumBarcode, DRInterleaved2Of5Barcode, DRPdf417Barcode, DRPostnetBarcode, DRRoyalMailCustomerBarcode, DRUpcaBarcode, DRUpceBarcode, DRUspsIntelligentMailBarcode

public interface DRIBarcode
extends DRIDimensionComponent

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

Method Summary
 DRIExpression<String> getCodeExpression()
           
 Double getModuleWidth()
           
 BarcodeOrientation getOrientation()
           
 DRIExpression<String> getPatternExpression()
           
 Double getQuietZone()
           
 BarcodeTextPosition getTextPosition()
           
 Double 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

getCodeExpression

DRIExpression<String> getCodeExpression()

getPatternExpression

DRIExpression<String> getPatternExpression()

getModuleWidth

Double getModuleWidth()

getOrientation

BarcodeOrientation getOrientation()

getTextPosition

BarcodeTextPosition getTextPosition()

getQuietZone

Double getQuietZone()

getVerticalQuietZone

Double getVerticalQuietZone()


Copyright © 2010-2014. All Rights Reserved.