Package net.sf.jasperreports.engine.part
Class BasePartFillComponent
- java.lang.Object
-
- net.sf.jasperreports.engine.part.BasePartFillComponent
-
- All Implemented Interfaces:
PartFillComponent
- Direct Known Subclasses:
SubreportFillPart
public abstract class BasePartFillComponent extends Object implements PartFillComponent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected PartFillContext
fillContext
-
Constructor Summary
Constructors Constructor Description BasePartFillComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JasperReportsContext
getJasperReportsContext()
void
initialize(PartFillContext fillContext)
Initializes the fill component with the fill context.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.part.PartFillComponent
evaluate, fill
-
-
-
-
Field Detail
-
fillContext
protected PartFillContext fillContext
-
-
Method Detail
-
initialize
public void initialize(PartFillContext fillContext)
Description copied from interface:PartFillComponent
Initializes the fill component with the fill context.This method is called before the fill component is used.
- Specified by:
initialize
in interfacePartFillComponent
- Parameters:
fillContext
- the fill context
-
getJasperReportsContext
protected JasperReportsContext getJasperReportsContext()
-
-