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

Method Summary
 JRExpression getApplicationIdentifierExpression()
           
 java.lang.Integer getBarHeight()
           
 java.lang.Integer getBarWidth()
           
 JRExpression getCodeExpression()
           
 java.lang.String getEvaluationGroup()
           
 byte getEvaluationTime()
          Deprecated. Replaced by getEvaluationTimeValue().
 EvaluationTimeEnum getEvaluationTimeValue()
           
 RotationEnum getOwnRotation()
           
 RotationEnum getRotation()
           
 java.lang.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
 

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()
Deprecated. Replaced by getEvaluationTimeValue().


getEvaluationTimeValue

EvaluationTimeEnum getEvaluationTimeValue()

getEvaluationGroup

java.lang.String getEvaluationGroup()

getRotation

RotationEnum getRotation()

getOwnRotation

RotationEnum getOwnRotation()


Copyright © 2011. All Rights Reserved.