Package net.sf.jasperreports.engine.part
Interface PartFillContext
-
- All Known Implementing Classes:
FillPart.Context
public interface PartFillContext- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectevaluate(JRExpression expression, byte evaluation)PartReportFillergetFiller()FillPartgetFillPart()JRPartgetPart()
-
-
-
Method Detail
-
getPart
JRPart getPart()
-
getFillPart
FillPart getFillPart()
-
getFiller
PartReportFiller getFiller()
-
evaluate
Object evaluate(JRExpression expression, byte evaluation) throws JRException
- Throws:
JRException
-
-