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_ROTATION |
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() |
ComponentContext |
getContext() |
java.lang.String |
getEvaluationGroup() |
EvaluationTimeEnum |
getEvaluationTimeValue() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
RotationEnum |
getOwnRotation() |
RotationEnum |
getRotation() |
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 |
setContext(ComponentContext context) |
void |
setDrawText(boolean drawText) |
void |
setEvaluationGroup(java.lang.String evaluationGroup) |
void |
setEvaluationTimeValue(EvaluationTimeEnum evaluationTimeValue) |
void |
setRotation(RotationEnum rotation) |
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 static final java.lang.String PROPERTY_ROTATION
public StandardBarbecueComponent()
public StandardBarbecueComponent(BarbecueComponent barcode, JRBaseObjectFactory objectFactory)
public void setContext(ComponentContext context)
setContext in interface ContextAwareComponentpublic ComponentContext getContext()
getContext in interface ContextAwareComponentpublic JRExpression getCodeExpression()
getCodeExpression in interface BarbecueComponentpublic void setCodeExpression(JRExpression codeExpression)
public java.lang.String getType()
getType in interface BarbecueComponentpublic void setType(java.lang.String type)
public JRExpression getApplicationIdentifierExpression()
getApplicationIdentifierExpression in interface BarbecueComponentpublic void setApplicationIdentifierExpression(JRExpression applicationIdentifierExpression)
public java.lang.Integer getBarWidth()
getBarWidth in interface BarbecueComponentpublic void setBarWidth(java.lang.Integer barWidth)
public java.lang.Integer getBarHeight()
getBarHeight in interface BarbecueComponentpublic void setBarHeight(java.lang.Integer barHeight)
public RotationEnum getRotation()
getRotation in interface BarbecueComponentpublic RotationEnum getOwnRotation()
getOwnRotation in interface BarbecueComponentpublic void setRotation(RotationEnum rotation)
public boolean isChecksumRequired()
isChecksumRequired in interface BarbecueComponentpublic void setChecksumRequired(boolean checksumRequired)
public boolean isDrawText()
isDrawText in interface BarbecueComponentpublic void setDrawText(boolean drawText)
public EvaluationTimeEnum getEvaluationTimeValue()
getEvaluationTimeValue in interface BarbecueComponentpublic void setEvaluationTimeValue(EvaluationTimeEnum evaluationTimeValue)
public java.lang.String getEvaluationGroup()
getEvaluationGroup in interface BarbecueComponentpublic void setEvaluationGroup(java.lang.String evaluationGroup)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Object© 2001-2010 Jaspersoft Corporation www.jaspersoft.com