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 ContextAwareComponent
public ComponentContext getContext()
getContext
in interface ContextAwareComponent
public JRExpression getCodeExpression()
getCodeExpression
in interface BarbecueComponent
public void setCodeExpression(JRExpression codeExpression)
public String getType()
getType
in interface BarbecueComponent
public void setType(String type)
public JRExpression getApplicationIdentifierExpression()
getApplicationIdentifierExpression
in interface BarbecueComponent
public void setApplicationIdentifierExpression(JRExpression applicationIdentifierExpression)
public Integer getBarWidth()
getBarWidth
in interface BarbecueComponent
public void setBarWidth(Integer barWidth)
public Integer getBarHeight()
getBarHeight
in interface BarbecueComponent
public void setBarHeight(Integer barHeight)
public RotationEnum getRotation()
getRotation
in interface BarbecueComponent
public RotationEnum getOwnRotation()
getOwnRotation
in interface BarbecueComponent
public void setRotation(RotationEnum rotation)
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 EvaluationTimeEnum getEvaluationTimeValue()
getEvaluationTimeValue
in interface BarbecueComponent
public void setEvaluationTimeValue(EvaluationTimeEnum evaluationTimeValue)
public String getEvaluationGroup()
getEvaluationGroup
in interface BarbecueComponent
public void setEvaluationGroup(String evaluationGroup)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2016. All rights reserved.