Interface BarbecueComponent
-
- All Superinterfaces:
java.lang.Cloneable,Component,ContextAwareComponent,JRCloneable
- All Known Implementing Classes:
StandardBarbecueComponent
public interface BarbecueComponent extends ContextAwareComponent, JRCloneable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMETADATA_KEY_QUALIFICATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JRExpressiongetApplicationIdentifierExpression()java.lang.IntegergetBarHeight()java.lang.IntegergetBarWidth()JRExpressiongetCodeExpression()java.lang.StringgetEvaluationGroup()EvaluationTimeEnumgetEvaluationTimeValue()RotationEnumgetOwnRotation()RotationEnumgetRotation()java.lang.StringgetType()booleanisChecksumRequired()booleanisDrawText()-
Methods inherited from interface net.sf.jasperreports.engine.component.ContextAwareComponent
getContext, setContext
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Field Detail
-
METADATA_KEY_QUALIFICATION
static final java.lang.String METADATA_KEY_QUALIFICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
java.lang.String getType()
-
getApplicationIdentifierExpression
JRExpression getApplicationIdentifierExpression()
-
getCodeExpression
JRExpression getCodeExpression()
-
isDrawText
boolean isDrawText()
-
isChecksumRequired
boolean isChecksumRequired()
-
getBarWidth
java.lang.Integer getBarWidth()
-
getBarHeight
java.lang.Integer getBarHeight()
-
getEvaluationTimeValue
EvaluationTimeEnum getEvaluationTimeValue()
-
getEvaluationGroup
java.lang.String getEvaluationGroup()
-
getRotation
RotationEnum getRotation()
-
getOwnRotation
RotationEnum getOwnRotation()
-
-