net.sf.dynamicreports.report.base.barcode
Class DRBarbecue

java.lang.Object
  extended by net.sf.dynamicreports.report.base.component.DRComponent
      extended by net.sf.dynamicreports.report.base.component.DRDimensionComponent
          extended by net.sf.dynamicreports.report.base.barcode.DRBarbecue
All Implemented Interfaces:
Serializable, DRIBarbecue, DRIComponent, DRIDimensionComponent

public class DRBarbecue
extends DRDimensionComponent
implements DRIBarbecue

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRBarbecue()
           
 
Method Summary
 DRIExpression<String> getApplicationIdentifierExpression()
           
 Integer getBarHeight()
           
 Integer getBarWidth()
           
 DRIExpression<String> getCodeExpression()
           
 Boolean getDrawText()
           
 Boolean getChecksumRequired()
           
 BarcodeOrientation getOrientation()
           
 BarbecueType getType()
           
 void setApplicationIdentifierExpression(DRIExpression<String> applicationIdentifierExpression)
           
 void setBarHeight(Integer barHeight)
           
 void setBarWidth(Integer barWidth)
           
 void setCodeExpression(DRIExpression<String> codeExpression)
           
 void setDrawText(Boolean drawText)
           
 void setChecksumRequired(Boolean checksumRequired)
           
 void setOrientation(BarcodeOrientation orientation)
           
 void setType(BarbecueType type)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType, setHeight, setHeightType, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth, setWidthType
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, init, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

DRBarbecue

public DRBarbecue()
Method Detail

getType

public BarbecueType getType()
Specified by:
getType in interface DRIBarbecue

setType

public void setType(BarbecueType type)

getCodeExpression

public DRIExpression<String> getCodeExpression()
Specified by:
getCodeExpression in interface DRIBarbecue

setCodeExpression

public void setCodeExpression(DRIExpression<String> codeExpression)

getApplicationIdentifierExpression

public DRIExpression<String> getApplicationIdentifierExpression()
Specified by:
getApplicationIdentifierExpression in interface DRIBarbecue

setApplicationIdentifierExpression

public void setApplicationIdentifierExpression(DRIExpression<String> applicationIdentifierExpression)

getDrawText

public Boolean getDrawText()
Specified by:
getDrawText in interface DRIBarbecue

setDrawText

public void setDrawText(Boolean drawText)

getChecksumRequired

public Boolean getChecksumRequired()
Specified by:
getChecksumRequired in interface DRIBarbecue

setChecksumRequired

public void setChecksumRequired(Boolean checksumRequired)

getBarWidth

public Integer getBarWidth()
Specified by:
getBarWidth in interface DRIBarbecue

setBarWidth

public void setBarWidth(Integer barWidth)

getBarHeight

public Integer getBarHeight()
Specified by:
getBarHeight in interface DRIBarbecue

setBarHeight

public void setBarHeight(Integer barHeight)

getOrientation

public BarcodeOrientation getOrientation()
Specified by:
getOrientation in interface DRIBarbecue

setOrientation

public void setOrientation(BarcodeOrientation orientation)


Copyright © 2010-2014. All Rights Reserved.