Package net.sf.jasperreports.engine.part
Class FillPart
- java.lang.Object
-
- net.sf.jasperreports.engine.part.FillPart
-
public class FillPart extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
FillPart.Context
-
Constructor Summary
Constructors Constructor Description FillPart(JRPart part, JRFillObjectFactory fillFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
evaluatePartNameExpression(byte evaluation)
protected boolean
evaluatePrintWhenExpression(byte evaluation)
protected void
evaluateProperties(byte evaluation)
void
fill(byte evaluation, PartPrintOutput output)
PartEvaluationTime
getEvaluationTime()
String
getPartName()
JRPropertiesHolder
getPrintPartProperties()
-
-
-
Constructor Detail
-
FillPart
public FillPart(JRPart part, JRFillObjectFactory fillFactory)
-
-
Method Detail
-
fill
public void fill(byte evaluation, PartPrintOutput output) throws JRException
- Throws:
JRException
-
evaluatePrintWhenExpression
protected boolean evaluatePrintWhenExpression(byte evaluation) throws JRException
- Throws:
JRException
-
evaluateProperties
protected void evaluateProperties(byte evaluation) throws JRException
- Throws:
JRException
-
evaluatePartNameExpression
protected void evaluatePartNameExpression(byte evaluation) throws JRException
- Throws:
JRException
-
getEvaluationTime
public PartEvaluationTime getEvaluationTime()
-
getPartName
public String getPartName()
-
getPrintPartProperties
public JRPropertiesHolder getPrintPartProperties()
-
-