net.sf.jasperreports.components.barbecue
Interface BarbecueComponent

All Superinterfaces:
java.lang.Cloneable, Component, JRCloneable
All Known Implementing Classes:
StandardBarbecueComponent

public interface BarbecueComponent
extends Component, JRCloneable

Version:
$Id: BarbecueComponent.java 3032 2009-08-27 11:32:28Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Method Summary
 JRExpression getApplicationIdentifierExpression()
           
 java.lang.Integer getBarHeight()
           
 java.lang.Integer getBarWidth()
           
 JRExpression getCodeExpression()
           
 java.lang.String getEvaluationGroup()
           
 byte getEvaluationTime()
           
 java.lang.String getType()
           
 boolean isChecksumRequired()
           
 boolean isDrawText()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

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()

getEvaluationTime

byte getEvaluationTime()

getEvaluationGroup

java.lang.String getEvaluationGroup()


© 2001-2009 Jaspersoft Corporation www.jaspersoft.com