net.sf.jasperreports.components.barbecue
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
- Version:
- $Id: StandardBarbecueComponent.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
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
StandardBarbecueComponent
public StandardBarbecueComponent()
StandardBarbecueComponent
public StandardBarbecueComponent(BarbecueComponent barcode,
JRBaseObjectFactory objectFactory)
setContext
public void setContext(ComponentContext context)
- Specified by:
setContext in interface ContextAwareComponent
getContext
public ComponentContext getContext()
- Specified by:
getContext in interface ContextAwareComponent
getCodeExpression
public JRExpression getCodeExpression()
- Specified by:
getCodeExpression in interface BarbecueComponent
setCodeExpression
public void setCodeExpression(JRExpression codeExpression)
getType
public String getType()
- Specified by:
getType in interface BarbecueComponent
setType
public void setType(String type)
getApplicationIdentifierExpression
public JRExpression getApplicationIdentifierExpression()
- Specified by:
getApplicationIdentifierExpression in interface BarbecueComponent
setApplicationIdentifierExpression
public void setApplicationIdentifierExpression(JRExpression applicationIdentifierExpression)
getBarWidth
public Integer getBarWidth()
- Specified by:
getBarWidth in interface BarbecueComponent
setBarWidth
public void setBarWidth(Integer barWidth)
getBarHeight
public Integer getBarHeight()
- Specified by:
getBarHeight in interface BarbecueComponent
setBarHeight
public void setBarHeight(Integer barHeight)
getRotation
public RotationEnum getRotation()
- Specified by:
getRotation in interface BarbecueComponent
getOwnRotation
public RotationEnum getOwnRotation()
- Specified by:
getOwnRotation in interface BarbecueComponent
setRotation
public void setRotation(RotationEnum rotation)
isChecksumRequired
public boolean isChecksumRequired()
- Specified by:
isChecksumRequired in interface BarbecueComponent
setChecksumRequired
public void setChecksumRequired(boolean checksumRequired)
isDrawText
public boolean isDrawText()
- Specified by:
isDrawText in interface BarbecueComponent
setDrawText
public void setDrawText(boolean drawText)
getEvaluationTimeValue
public EvaluationTimeEnum getEvaluationTimeValue()
- Specified by:
getEvaluationTimeValue in interface BarbecueComponent
setEvaluationTimeValue
public void setEvaluationTimeValue(EvaluationTimeEnum evaluationTimeValue)
getEvaluationGroup
public String getEvaluationGroup()
- Specified by:
getEvaluationGroup in interface BarbecueComponent
setEvaluationGroup
public void setEvaluationGroup(String evaluationGroup)
getEventSupport
public JRPropertyChangeSupport getEventSupport()
- Description copied from interface:
JRChangeEventsSupport
- Returns the property change support object for this instance.
- Specified by:
getEventSupport in interface JRChangeEventsSupport
- Returns:
- the property change support object for this instance
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class Object
Copyright © 2012. All Rights Reserved.