Uses of Interface
net.sf.jasperreports.engine.part.PartFillContext
-
Packages that use PartFillContext Package Description net.sf.jasperreports.engine.part -
-
Uses of PartFillContext in net.sf.jasperreports.engine.part
Classes in net.sf.jasperreports.engine.part that implement PartFillContext Modifier and Type Class Description protected class
FillPart.Context
Fields in net.sf.jasperreports.engine.part declared as PartFillContext Modifier and Type Field Description protected PartFillContext
BasePartFillComponent. fillContext
Methods in net.sf.jasperreports.engine.part with parameters of type PartFillContext Modifier and Type Method Description void
BasePartFillComponent. initialize(PartFillContext fillContext)
void
PartFillComponent. initialize(PartFillContext fillContext)
Initializes the fill component with the fill context.
-