Constructors in net.sf.jasperreports.engine.fill with parameters of type JRBaseFiller |
JRFillSubreportReturnValue(JRSubreportReturnValue returnValue,
JRFillObjectFactory factory,
JRBaseFiller filler)
|
JRHorizontalFiller(JasperReport jasperReport,
JRBaseFiller parentFiller)
|
JRHorizontalFiller(JasperReport jasperReport,
JRCalculator calculator,
JRBaseFiller parentFiller)
|
JRFillTextField(JRBaseFiller filler,
JRTextField textField,
JRFillObjectFactory factory)
|
JRFillEllipse(JRBaseFiller filler,
JREllipse ellipse,
JRFillObjectFactory factory)
|
JRBaseFiller(JasperReport jasperReport,
JRCalculator initCalculator,
JRBaseFiller parentFiller)
|
JRFillRectangle(JRBaseFiller filler,
JRRectangle rectangle,
JRFillObjectFactory factory)
|
JRFillElement(JRBaseFiller filler,
JRElement element,
JRFillObjectFactory factory)
private JRElement topElementInGroup = null;
private JRElement bottomElementInGroup = null;
/** |
JRFillGraphicElement(JRBaseFiller filler,
JRGraphicElement graphicElement,
JRFillObjectFactory factory)
|
JRFillBand(JRBaseFiller filler,
JRBand band,
JRFillObjectFactory factory)
|
JRFillLine(JRBaseFiller filler,
JRLine line,
JRFillObjectFactory factory)
|
JRFillTextElement(JRBaseFiller filler,
JRTextElement textElement,
JRFillObjectFactory factory)
|
JRFillImage(JRBaseFiller filler,
JRImage image,
JRFillObjectFactory factory)
|
JRFillObjectFactory(JRBaseFiller filler)
|
JRFillChart(JRBaseFiller filler,
JRChart chart,
JRFillObjectFactory factory)
|
JRFillStaticText(JRBaseFiller filler,
JRStaticText staticText,
JRFillObjectFactory factory)
|
JRVerticalFiller(JasperReport jasperReport,
JRBaseFiller parentFiller)
|
JRVerticalFiller(JasperReport jasperReport,
JRCalculator calculator,
JRBaseFiller parentFiller)
|
JRFillSubreport(JRBaseFiller filler,
JRSubreport subreport,
JRFillObjectFactory factory)
|