net.sf.jasperreports.components.barbecue
public class StandardBarbecueComponent extends java.lang.Object implements BarbecueComponent, java.io.Serializable, JRChangeEventsSupport
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_APPLICATION_IDENTIFIER_EXPRESSION |
static java.lang.String |
PROPERTY_BAR_HEIGTH |
static java.lang.String |
PROPERTY_BAR_WIDTH |
static java.lang.String |
PROPERTY_CHECKSUM_REQUIRED |
static java.lang.String |
PROPERTY_CODE_EXPRESSION |
static java.lang.String |
PROPERTY_DRAW_TEXT |
static java.lang.String |
PROPERTY_EVALUATION_GROUP |
static java.lang.String |
PROPERTY_EVALUATION_TIME |
static java.lang.String |
PROPERTY_TYPE |
Constructor and Description |
---|
StandardBarbecueComponent() |
StandardBarbecueComponent(BarbecueComponent barcode,
JRBaseObjectFactory objectFactory) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
JRExpression |
getApplicationIdentifierExpression() |
java.lang.Integer |
getBarHeight() |
java.lang.Integer |
getBarWidth() |
JRExpression |
getCodeExpression() |
java.lang.String |
getEvaluationGroup() |
byte |
getEvaluationTime()
Deprecated.
Replaced by
getEvaluationTimeValue() . |
EvaluationTimeEnum |
getEvaluationTimeValue() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
java.lang.String |
getType() |
boolean |
isChecksumRequired() |
boolean |
isDrawText() |
void |
setApplicationIdentifierExpression(JRExpression applicationIdentifierExpression) |
void |
setBarHeight(java.lang.Integer barHeight) |
void |
setBarWidth(java.lang.Integer barWidth) |
void |
setChecksumRequired(boolean checksumRequired) |
void |
setCodeExpression(JRExpression codeExpression) |
void |
setDrawText(boolean drawText) |
void |
setEvaluationGroup(java.lang.String evaluationGroup) |
void |
setEvaluationTime(byte evaluationTime)
Deprecated.
Replaced by
setEvaluationTimeValue(EvaluationTimeEnum) . |
void |
setEvaluationTimeValue(EvaluationTimeEnum evaluationTimeValue) |
void |
setType(java.lang.String type) |
public static final java.lang.String PROPERTY_TYPE
public static final java.lang.String PROPERTY_CODE_EXPRESSION
public static final java.lang.String PROPERTY_APPLICATION_IDENTIFIER_EXPRESSION
public static final java.lang.String PROPERTY_DRAW_TEXT
public static final java.lang.String PROPERTY_CHECKSUM_REQUIRED
public static final java.lang.String PROPERTY_BAR_WIDTH
public static final java.lang.String PROPERTY_BAR_HEIGTH
public static final java.lang.String PROPERTY_EVALUATION_TIME
public static final java.lang.String PROPERTY_EVALUATION_GROUP
public StandardBarbecueComponent()
public StandardBarbecueComponent(BarbecueComponent barcode, JRBaseObjectFactory objectFactory)
public JRExpression getCodeExpression()
getCodeExpression
in interface BarbecueComponent
public void setCodeExpression(JRExpression codeExpression)
public java.lang.String getType()
getType
in interface BarbecueComponent
public void setType(java.lang.String type)
public JRExpression getApplicationIdentifierExpression()
getApplicationIdentifierExpression
in interface BarbecueComponent
public void setApplicationIdentifierExpression(JRExpression applicationIdentifierExpression)
public java.lang.Integer getBarWidth()
getBarWidth
in interface BarbecueComponent
public void setBarWidth(java.lang.Integer barWidth)
public java.lang.Integer getBarHeight()
getBarHeight
in interface BarbecueComponent
public void setBarHeight(java.lang.Integer barHeight)
public boolean isChecksumRequired()
isChecksumRequired
in interface BarbecueComponent
public void setChecksumRequired(boolean checksumRequired)
public boolean isDrawText()
isDrawText
in interface BarbecueComponent
public void setDrawText(boolean drawText)
public byte getEvaluationTime()
getEvaluationTimeValue()
.getEvaluationTime
in interface BarbecueComponent
public EvaluationTimeEnum getEvaluationTimeValue()
getEvaluationTimeValue
in interface BarbecueComponent
public void setEvaluationTime(byte evaluationTime)
setEvaluationTimeValue(EvaluationTimeEnum)
.public void setEvaluationTimeValue(EvaluationTimeEnum evaluationTimeValue)
public java.lang.String getEvaluationGroup()
getEvaluationGroup
in interface BarbecueComponent
public void setEvaluationGroup(java.lang.String evaluationGroup)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com