Package net.sf.jasperreports.engine.part
Class FillPart.Context
- java.lang.Object
-
- net.sf.jasperreports.engine.part.FillPart.Context
-
- All Implemented Interfaces:
PartFillContext
- Enclosing class:
- FillPart
protected class FillPart.Context extends Object implements PartFillContext
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Context()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate(JRExpression expression, byte evaluation)
PartReportFiller
getFiller()
FillPart
getFillPart()
JRPart
getPart()
-
-
-
Method Detail
-
getPart
public JRPart getPart()
- Specified by:
getPart
in interfacePartFillContext
-
getFillPart
public FillPart getFillPart()
- Specified by:
getFillPart
in interfacePartFillContext
-
getFiller
public PartReportFiller getFiller()
- Specified by:
getFiller
in interfacePartFillContext
-
evaluate
public Object evaluate(JRExpression expression, byte evaluation) throws JRException
- Specified by:
evaluate
in interfacePartFillContext
- Throws:
JRException
-
-