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 java.lang.Object implements PartFillContext
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectevaluate(JRExpression expression, byte evaluation)PartReportFillergetFiller()FillPartgetFillPart()JRPartgetPart()
-
-
-
Method Detail
-
getPart
public JRPart getPart()
- Specified by:
getPartin interfacePartFillContext
-
getFillPart
public FillPart getFillPart()
- Specified by:
getFillPartin interfacePartFillContext
-
getFiller
public PartReportFiller getFiller()
- Specified by:
getFillerin interfacePartFillContext
-
evaluate
public java.lang.Object evaluate(JRExpression expression, byte evaluation) throws JRException
- Specified by:
evaluatein interfacePartFillContext- Throws:
JRException
-
-