Package net.sf.jasperreports.barbecue
Class BarbecueFillComponent
- java.lang.Object
-
- net.sf.jasperreports.engine.component.BaseFillComponent
-
- net.sf.jasperreports.barbecue.BarbecueFillComponent
-
- All Implemented Interfaces:
FillComponent
public class BarbecueFillComponent extends BaseFillComponent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.component.BaseFillComponent
fillContext, printElementOriginator
-
-
Constructor Summary
Constructors Constructor Description BarbecueFillComponent(BarbecueComponent barcode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidevaluate(byte evaluation)protected voidevaluateBarcode(byte evaluation)voidevaluateDelayedElement(JRPrintElement element, byte evaluation)JRPrintElementfill()protected BarbecueComponentgetBarcode()protected JRTemplateImagegetTemplateImage()protected booleanisEvaluateNow()FillPrepareResultprepare(int availableHeight)protected voidsetBarcodeImage(JRTemplatePrintImage image)-
Methods inherited from class net.sf.jasperreports.engine.component.BaseFillComponent
deduplicate, evaluateExpression, initialize, rewind
-
-
-
-
Constructor Detail
-
BarbecueFillComponent
public BarbecueFillComponent(BarbecueComponent barcode)
-
-
Method Detail
-
getBarcode
protected BarbecueComponent getBarcode()
-
evaluate
public void evaluate(byte evaluation) throws JRException- Throws:
JRException
-
evaluateBarcode
protected void evaluateBarcode(byte evaluation) throws JRException- Throws:
JRException
-
isEvaluateNow
protected boolean isEvaluateNow()
-
prepare
public FillPrepareResult prepare(int availableHeight)
-
fill
public JRPrintElement fill()
-
evaluateDelayedElement
public void evaluateDelayedElement(JRPrintElement element, byte evaluation) throws JRException
- Specified by:
evaluateDelayedElementin interfaceFillComponent- Overrides:
evaluateDelayedElementin classBaseFillComponent- Throws:
JRException
-
setBarcodeImage
protected void setBarcodeImage(JRTemplatePrintImage image)
-
getTemplateImage
protected JRTemplateImage getTemplateImage()
-
-