public class StandardBarbecueComponent extends Object implements BarbecueComponent, Serializable, JRChangeEventsSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_APPLICATION_IDENTIFIER_EXPRESSION |
static String |
PROPERTY_BAR_HEIGTH |
static String |
PROPERTY_BAR_WIDTH |
static String |
PROPERTY_CHECKSUM_REQUIRED |
static String |
PROPERTY_CODE_EXPRESSION |
static String |
PROPERTY_DRAW_TEXT |
static String |
PROPERTY_EVALUATION_GROUP |
static String |
PROPERTY_EVALUATION_TIME |
static String |
PROPERTY_ROTATION |
static String |
PROPERTY_TYPE |
| Constructor and Description |
|---|
StandardBarbecueComponent() |
StandardBarbecueComponent(BarbecueComponent barcode,
JRBaseObjectFactory objectFactory) |
public static final String PROPERTY_TYPE
public static final String PROPERTY_CODE_EXPRESSION
public static final String PROPERTY_APPLICATION_IDENTIFIER_EXPRESSION
public static final String PROPERTY_DRAW_TEXT
public static final String PROPERTY_CHECKSUM_REQUIRED
public static final String PROPERTY_BAR_WIDTH
public static final String PROPERTY_BAR_HEIGTH
public static final String PROPERTY_EVALUATION_TIME
public static final String PROPERTY_EVALUATION_GROUP
public static final 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 String getType()
getType in interface BarbecueComponentpublic void setType(String type)
public JRExpression getApplicationIdentifierExpression()
getApplicationIdentifierExpression in interface BarbecueComponentpublic void setApplicationIdentifierExpression(JRExpression applicationIdentifierExpression)
public Integer getBarWidth()
getBarWidth in interface BarbecueComponentpublic void setBarWidth(Integer barWidth)
public Integer getBarHeight()
getBarHeight in interface BarbecueComponentpublic void setBarHeight(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 String getEvaluationGroup()
getEvaluationGroup in interface BarbecueComponentpublic void setEvaluationGroup(String evaluationGroup)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2015. All rights reserved.