Package net.sf.jasperreports.barbecue
Interface BarbecueComponent
- All Superinterfaces:
Cloneable
,Component
,ContextAwareComponent
,JRCloneable
,JREvaluation
- All Known Implementing Classes:
StandardBarbecueComponent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Field Summary
Fields -
Method Summary
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 Details
-
METADATA_KEY_QUALIFICATION
- See Also:
-
-
Method Details
-
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()
-