net.sf.dynamicreports.design.base.barcode
Class DRDesignBarbecue

java.lang.Object
  extended by net.sf.dynamicreports.design.base.component.DRDesignComponent
      extended by net.sf.dynamicreports.design.base.barcode.DRDesignBarbecue
All Implemented Interfaces:
DRIDesignBarbecue, DRIDesignComponent

public class DRDesignBarbecue
extends DRDesignComponent
implements DRIDesignBarbecue

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

Constructor Summary
DRDesignBarbecue()
           
 
Method Summary
 DRIDesignExpression getApplicationIdentifierExpression()
           
 Integer getBarHeight()
           
 Integer getBarWidth()
           
 DRIDesignExpression getCodeExpression()
           
 Boolean getDrawText()
           
 DRIDesignGroup getEvaluationGroup()
           
 EvaluationTime getEvaluationTime()
           
 Boolean getChecksumRequired()
           
 BarcodeOrientation getOrientation()
           
 BarbecueType getType()
           
 void setApplicationIdentifierExpression(DRIDesignExpression applicationIdentifierExpression)
           
 void setBarHeight(Integer barHeight)
           
 void setBarWidth(Integer barWidth)
           
 void setCodeExpression(DRIDesignExpression codeExpression)
           
 void setDrawText(Boolean drawText)
           
 void setEvaluationGroup(DRIDesignGroup evaluationGroup)
           
 void setEvaluationTime(EvaluationTime evaluationTime)
           
 void setChecksumRequired(Boolean checksumRequired)
           
 void setOrientation(BarcodeOrientation orientation)
           
 void setType(BarbecueType type)
           
 
Methods inherited from class net.sf.dynamicreports.design.base.component.DRDesignComponent
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, init, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setHeight, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenExpression, setPrintWhenGroupChanges, setPropertyExpressions, setRemoveLineWhenBlank, setStretchType, setStyle, setTableOfContentsHeading, setUniqueName, setWidth, setX, setY
 
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.design.definition.component.DRIDesignComponent
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank
 

Constructor Detail

DRDesignBarbecue

public DRDesignBarbecue()
Method Detail

getType

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

setType

public void setType(BarbecueType type)

getCodeExpression

public DRIDesignExpression getCodeExpression()
Specified by:
getCodeExpression in interface DRIDesignBarbecue

setCodeExpression

public void setCodeExpression(DRIDesignExpression codeExpression)

getApplicationIdentifierExpression

public DRIDesignExpression getApplicationIdentifierExpression()
Specified by:
getApplicationIdentifierExpression in interface DRIDesignBarbecue

setApplicationIdentifierExpression

public void setApplicationIdentifierExpression(DRIDesignExpression applicationIdentifierExpression)

getDrawText

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

setDrawText

public void setDrawText(Boolean drawText)

getChecksumRequired

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

setChecksumRequired

public void setChecksumRequired(Boolean checksumRequired)

getBarWidth

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

setBarWidth

public void setBarWidth(Integer barWidth)

getBarHeight

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

setBarHeight

public void setBarHeight(Integer barHeight)

getOrientation

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

setOrientation

public void setOrientation(BarcodeOrientation orientation)

getEvaluationTime

public EvaluationTime getEvaluationTime()
Specified by:
getEvaluationTime in interface DRIDesignBarbecue

setEvaluationTime

public void setEvaluationTime(EvaluationTime evaluationTime)

getEvaluationGroup

public DRIDesignGroup getEvaluationGroup()
Specified by:
getEvaluationGroup in interface DRIDesignBarbecue

setEvaluationGroup

public void setEvaluationGroup(DRIDesignGroup evaluationGroup)


Copyright © 2010-2014. All Rights Reserved.