Package net.sf.jasperreports.barbecue
Interface BarbecueComponent
-
- All Superinterfaces:
Cloneable
,Component
,ContextAwareComponent
,JRCloneable
,JREvaluation
- All Known Implementing Classes:
StandardBarbecueComponent
public interface BarbecueComponent extends ContextAwareComponent, JREvaluation, JRCloneable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
METADATA_KEY_QUALIFICATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JRExpression
getApplicationIdentifierExpression()
Integer
getBarHeight()
Integer
getBarWidth()
JRExpression
getCodeExpression()
RotationEnum
getOwnRotation()
RotationEnum
getRotation()
String
getType()
boolean
isChecksumRequired()
boolean
isDrawText()
-
Methods inherited from interface net.sf.jasperreports.engine.component.ContextAwareComponent
getContext, setContext
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Methods inherited from interface net.sf.jasperreports.engine.JREvaluation
getEvaluationGroup, getEvaluationTime
-
-
-
-
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()
-
getRotation
RotationEnum getRotation()
-
getOwnRotation
RotationEnum getOwnRotation()
-
-