Interface BarbecueComponent
-
- All Superinterfaces:
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 StringMETADATA_KEY_QUALIFICATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JRExpressiongetApplicationIdentifierExpression()IntegergetBarHeight()IntegergetBarWidth()JRExpressiongetCodeExpression()StringgetEvaluationGroup()EvaluationTimeEnumgetEvaluationTimeValue()RotationEnumgetOwnRotation()RotationEnumgetRotation()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 String METADATA_KEY_QUALIFICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
String getType()
-
getApplicationIdentifierExpression
JRExpression getApplicationIdentifierExpression()
-
getCodeExpression
JRExpression getCodeExpression()
-
isDrawText
boolean isDrawText()
-
isChecksumRequired
boolean isChecksumRequired()
-
getBarWidth
Integer getBarWidth()
-
getBarHeight
Integer getBarHeight()
-
getEvaluationTimeValue
EvaluationTimeEnum getEvaluationTimeValue()
-
getEvaluationGroup
String getEvaluationGroup()
-
getRotation
RotationEnum getRotation()
-
getOwnRotation
RotationEnum getOwnRotation()
-
-