public class DRDesignBarbecue extends DRDesignComponent implements DRIDesignBarbecue
DRDesignBarbecue class.
| Constructor and Description |
|---|
DRDesignBarbecue()
Constructor for DRDesignBarbecue.
|
| Modifier and Type | Method and Description |
|---|---|
DRIDesignExpression |
getApplicationIdentifierExpression()
getApplicationIdentifierExpression.
|
Integer |
getBarHeight()
getBarHeight.
|
Integer |
getBarWidth()
getBarWidth.
|
Boolean |
getChecksumRequired()
getChecksumRequired.
|
DRIDesignExpression |
getCodeExpression()
getCodeExpression.
|
Boolean |
getDrawText()
getDrawText.
|
DRIDesignGroup |
getEvaluationGroup()
getEvaluationGroup.
|
EvaluationTime |
getEvaluationTime()
getEvaluationTime.
|
BarcodeOrientation |
getOrientation()
getOrientation.
|
BarbecueType |
getType()
getType.
|
void |
setApplicationIdentifierExpression(DRIDesignExpression applicationIdentifierExpression)
Setter for the field
applicationIdentifierExpression. |
void |
setBarHeight(Integer barHeight)
Setter for the field
barHeight. |
void |
setBarWidth(Integer barWidth)
Setter for the field
barWidth. |
void |
setChecksumRequired(Boolean checksumRequired)
Setter for the field
checksumRequired. |
void |
setCodeExpression(DRIDesignExpression codeExpression)
Setter for the field
codeExpression. |
void |
setDrawText(Boolean drawText)
Setter for the field
drawText. |
void |
setEvaluationGroup(DRIDesignGroup evaluationGroup)
Setter for the field
evaluationGroup. |
void |
setEvaluationTime(EvaluationTime evaluationTime)
Setter for the field
evaluationTime. |
void |
setOrientation(BarcodeOrientation orientation)
Setter for the field
orientation. |
void |
setType(BarbecueType type)
Setter for the field
type. |
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, setYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlankpublic BarbecueType getType()
getType.
getType in interface DRIDesignBarbecueBarbecueType object.public void setType(BarbecueType type)
Setter for the field type.
type - a BarbecueType object.public DRIDesignExpression getCodeExpression()
getCodeExpression.
getCodeExpression in interface DRIDesignBarbecueDRIDesignExpression object.public void setCodeExpression(DRIDesignExpression codeExpression)
Setter for the field codeExpression.
codeExpression - a DRIDesignExpression object.public DRIDesignExpression getApplicationIdentifierExpression()
getApplicationIdentifierExpression.
getApplicationIdentifierExpression in interface DRIDesignBarbecueDRIDesignExpression object.public void setApplicationIdentifierExpression(DRIDesignExpression applicationIdentifierExpression)
Setter for the field applicationIdentifierExpression.
applicationIdentifierExpression - a DRIDesignExpression object.public Boolean getDrawText()
getDrawText.
getDrawText in interface DRIDesignBarbecueBoolean object.public void setDrawText(Boolean drawText)
Setter for the field drawText.
drawText - a Boolean object.public Boolean getChecksumRequired()
getChecksumRequired.
getChecksumRequired in interface DRIDesignBarbecueBoolean object.public void setChecksumRequired(Boolean checksumRequired)
Setter for the field checksumRequired.
checksumRequired - a Boolean object.public Integer getBarWidth()
getBarWidth.
getBarWidth in interface DRIDesignBarbecueInteger object.public void setBarWidth(Integer barWidth)
Setter for the field barWidth.
barWidth - a Integer object.public Integer getBarHeight()
getBarHeight.
getBarHeight in interface DRIDesignBarbecueInteger object.public void setBarHeight(Integer barHeight)
Setter for the field barHeight.
barHeight - a Integer object.public BarcodeOrientation getOrientation()
getOrientation.
getOrientation in interface DRIDesignBarbecueBarcodeOrientation object.public void setOrientation(BarcodeOrientation orientation)
Setter for the field orientation.
orientation - a BarcodeOrientation object.public EvaluationTime getEvaluationTime()
getEvaluationTime.
getEvaluationTime in interface DRIDesignBarbecueEvaluationTime object.public void setEvaluationTime(EvaluationTime evaluationTime)
Setter for the field evaluationTime.
evaluationTime - a EvaluationTime object.public DRIDesignGroup getEvaluationGroup()
getEvaluationGroup.
getEvaluationGroup in interface DRIDesignBarbecueDRIDesignGroup object.public void setEvaluationGroup(DRIDesignGroup evaluationGroup)
Setter for the field evaluationGroup.
evaluationGroup - a DRIDesignGroup object.Copyright © 2010–2021. All rights reserved.