Class StandardBarbecueComponent
- java.lang.Object
-
- net.sf.jasperreports.components.barbecue.StandardBarbecueComponent
-
- All Implemented Interfaces:
Serializable,Cloneable,BarbecueComponent,Component,ContextAwareComponent,JRChangeEventsSupport,JRCloneable
public class StandardBarbecueComponent extends Object implements BarbecueComponent, Serializable, JRChangeEventsSupport
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_APPLICATION_IDENTIFIER_EXPRESSIONstatic StringPROPERTY_BAR_HEIGTHstatic StringPROPERTY_BAR_WIDTHstatic StringPROPERTY_CHECKSUM_REQUIREDstatic StringPROPERTY_CODE_EXPRESSIONstatic StringPROPERTY_DRAW_TEXTstatic StringPROPERTY_EVALUATION_GROUPstatic StringPROPERTY_EVALUATION_TIMEstatic StringPROPERTY_ROTATIONstatic StringPROPERTY_TYPE-
Fields inherited from interface net.sf.jasperreports.components.barbecue.BarbecueComponent
METADATA_KEY_QUALIFICATION
-
-
Constructor Summary
Constructors Constructor Description StandardBarbecueComponent()StandardBarbecueComponent(BarbecueComponent barcode, JRBaseObjectFactory objectFactory)
-
Method Summary
-
-
-
Field Detail
-
PROPERTY_TYPE
public static final String PROPERTY_TYPE
- See Also:
- Constant Field Values
-
PROPERTY_CODE_EXPRESSION
public static final String PROPERTY_CODE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_APPLICATION_IDENTIFIER_EXPRESSION
public static final String PROPERTY_APPLICATION_IDENTIFIER_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_DRAW_TEXT
public static final String PROPERTY_DRAW_TEXT
- See Also:
- Constant Field Values
-
PROPERTY_CHECKSUM_REQUIRED
public static final String PROPERTY_CHECKSUM_REQUIRED
- See Also:
- Constant Field Values
-
PROPERTY_BAR_WIDTH
public static final String PROPERTY_BAR_WIDTH
- See Also:
- Constant Field Values
-
PROPERTY_BAR_HEIGTH
public static final String PROPERTY_BAR_HEIGTH
- See Also:
- Constant Field Values
-
PROPERTY_EVALUATION_TIME
public static final String PROPERTY_EVALUATION_TIME
- See Also:
- Constant Field Values
-
PROPERTY_EVALUATION_GROUP
public static final String PROPERTY_EVALUATION_GROUP
- See Also:
- Constant Field Values
-
PROPERTY_ROTATION
public static final String PROPERTY_ROTATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardBarbecueComponent
public StandardBarbecueComponent()
-
StandardBarbecueComponent
public StandardBarbecueComponent(BarbecueComponent barcode, JRBaseObjectFactory objectFactory)
-
-
Method Detail
-
setContext
public void setContext(ComponentContext context)
- Specified by:
setContextin interfaceContextAwareComponent
-
getContext
public ComponentContext getContext()
- Specified by:
getContextin interfaceContextAwareComponent
-
getCodeExpression
public JRExpression getCodeExpression()
- Specified by:
getCodeExpressionin interfaceBarbecueComponent
-
setCodeExpression
public void setCodeExpression(JRExpression codeExpression)
-
getType
public String getType()
- Specified by:
getTypein interfaceBarbecueComponent
-
setType
public void setType(String type)
-
getApplicationIdentifierExpression
public JRExpression getApplicationIdentifierExpression()
- Specified by:
getApplicationIdentifierExpressionin interfaceBarbecueComponent
-
setApplicationIdentifierExpression
public void setApplicationIdentifierExpression(JRExpression applicationIdentifierExpression)
-
getBarWidth
public Integer getBarWidth()
- Specified by:
getBarWidthin interfaceBarbecueComponent
-
setBarWidth
public void setBarWidth(Integer barWidth)
-
getBarHeight
public Integer getBarHeight()
- Specified by:
getBarHeightin interfaceBarbecueComponent
-
setBarHeight
public void setBarHeight(Integer barHeight)
-
getRotation
public RotationEnum getRotation()
- Specified by:
getRotationin interfaceBarbecueComponent
-
getOwnRotation
public RotationEnum getOwnRotation()
- Specified by:
getOwnRotationin interfaceBarbecueComponent
-
setRotation
public void setRotation(RotationEnum rotation)
-
isChecksumRequired
public boolean isChecksumRequired()
- Specified by:
isChecksumRequiredin interfaceBarbecueComponent
-
setChecksumRequired
public void setChecksumRequired(boolean checksumRequired)
-
isDrawText
public boolean isDrawText()
- Specified by:
isDrawTextin interfaceBarbecueComponent
-
setDrawText
public void setDrawText(boolean drawText)
-
getEvaluationTimeValue
public EvaluationTimeEnum getEvaluationTimeValue()
- Specified by:
getEvaluationTimeValuein interfaceBarbecueComponent
-
setEvaluationTimeValue
public void setEvaluationTimeValue(EvaluationTimeEnum evaluationTimeValue)
-
getEvaluationGroup
public String getEvaluationGroup()
- Specified by:
getEvaluationGroupin interfaceBarbecueComponent
-
setEvaluationGroup
public void setEvaluationGroup(String evaluationGroup)
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-
clone
public Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
-