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

All Superinterfaces:
DRIComponent, DRIDimensionComponent, Serializable
All Known Implementing Classes:
DRBarbecue

public interface DRIBarbecue
extends DRIDimensionComponent

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

Method Summary
 DRIExpression<String> getApplicationIdentifierExpression()
           
 Integer getBarHeight()
           
 Integer getBarWidth()
           
 DRIExpression<String> getCodeExpression()
           
 Boolean getDrawText()
           
 Boolean getChecksumRequired()
           
 BarcodeOrientation getOrientation()
           
 BarbecueType getType()
           
 
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

getType

BarbecueType getType()

getCodeExpression

DRIExpression<String> getCodeExpression()

getApplicationIdentifierExpression

DRIExpression<String> getApplicationIdentifierExpression()

getDrawText

Boolean getDrawText()

getChecksumRequired

Boolean getChecksumRequired()

getBarWidth

Integer getBarWidth()

getBarHeight

Integer getBarHeight()

getOrientation

BarcodeOrientation getOrientation()


Copyright © 2010-2014. All Rights Reserved.