net.sf.jasperreports.components.barbecue
Interface BarbecueComponent
- All Superinterfaces:
- java.lang.Cloneable, Component, ContextAwareComponent, JRCloneable
- All Known Implementing Classes:
- StandardBarbecueComponent
public interface BarbecueComponent
- extends ContextAwareComponent, JRCloneable
- Version:
- $Id: BarbecueComponent.java 4090 2010-12-15 16:42:20Z teodord $
- Author:
- Lucian Chirita ([email protected])
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()
getEvaluationTime
byte getEvaluationTime()
- Deprecated. Replaced by
getEvaluationTimeValue()
.
getEvaluationTimeValue
EvaluationTimeEnum getEvaluationTimeValue()
getEvaluationGroup
java.lang.String getEvaluationGroup()
getRotation
RotationEnum getRotation()
getOwnRotation
RotationEnum getOwnRotation()
Copyright © 2011. All Rights Reserved.