Uses of Class
net.sf.jasperreports.engine.fill.JRFillObjectFactory

Packages that use JRFillObjectFactory
net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. 
net.sf.jasperreports.components.barbecue   
net.sf.jasperreports.components.barcode4j   
net.sf.jasperreports.components.charts   
net.sf.jasperreports.components.list   
net.sf.jasperreports.components.map   
net.sf.jasperreports.components.sort   
net.sf.jasperreports.components.spiderchart   
net.sf.jasperreports.components.table   
net.sf.jasperreports.components.table.fill   
net.sf.jasperreports.crosstabs.fill   
net.sf.jasperreports.engine.component   
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of JRFillObjectFactory in net.sf.jasperreports.charts.fill
 

Constructors in net.sf.jasperreports.charts.fill with parameters of type JRFillObjectFactory
JRFillAreaPlot(JRAreaPlot areaPlot, JRFillObjectFactory factory)
           
JRFillBar3DPlot(JRBar3DPlot barPlot, JRFillObjectFactory factory)
           
JRFillBarPlot(JRBarPlot barPlot, JRFillObjectFactory factory)
           
JRFillBubblePlot(JRBubblePlot bubblePlot, JRFillObjectFactory factory)
           
JRFillCandlestickPlot(JRCandlestickPlot candlestickPlot, JRFillObjectFactory factory)
           
JRFillCategoryDataset(JRCategoryDataset categoryDataset, JRFillObjectFactory factory)
           
JRFillCategorySeries(JRCategorySeries categorySeries, JRFillObjectFactory factory)
           
JRFillChartAxis(JRChartAxis axis, JRFillObjectFactory factory)
           
JRFillDataRange(JRDataRange dataRange, JRFillObjectFactory factory)
           
JRFillGanttDataset(JRGanttDataset ganttDataset, JRFillObjectFactory factory)
           
JRFillGanttSeries(JRGanttSeries ganttSeries, JRFillObjectFactory factory)
           
JRFillHighLowDataset(JRHighLowDataset dataset, JRFillObjectFactory factory)
           
JRFillHighLowPlot(JRHighLowPlot highLowPlot, JRFillObjectFactory factory)
           
JRFillItemLabel(JRItemLabel itemLabel, JRFillObjectFactory factory)
           
JRFillLinePlot(JRLinePlot plot, JRFillObjectFactory factory)
           
JRFillMeterPlot(JRMeterPlot meterPlot, JRFillObjectFactory factory)
           
JRFillMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, JRFillObjectFactory factory)
           
JRFillPie3DPlot(JRPie3DPlot pie3DPlot, JRFillObjectFactory factory)
           
JRFillPieDataset(JRPieDataset pieDataset, JRFillObjectFactory factory)
           
JRFillPiePlot(JRPiePlot piePlot, JRFillObjectFactory factory)
           
JRFillPieSeries(JRPieSeries pieSeries, JRFillObjectFactory factory)
           
JRFillScatterPlot(JRScatterPlot plot, JRFillObjectFactory factory)
           
JRFillThermometerPlot(JRThermometerPlot thermoPlot, JRFillObjectFactory factory)
           
JRFillTimePeriodDataset(JRTimePeriodDataset timePeriodDataset, JRFillObjectFactory factory)
           
JRFillTimePeriodSeries(JRTimePeriodSeries timePeriodSeries, JRFillObjectFactory factory)
           
JRFillTimeSeries(JRTimeSeries timeSeries, JRFillObjectFactory factory)
           
JRFillTimeSeriesDataset(JRTimeSeriesDataset timeSeriesDataset, JRFillObjectFactory factory)
           
JRFillTimeSeriesPlot(JRTimeSeriesPlot plot, JRFillObjectFactory factory)
           
JRFillValueDataset(JRValueDataset valueDataset, JRFillObjectFactory factory)
           
JRFillValueDisplay(JRValueDisplay valueDisplay, JRFillObjectFactory factory)
           
JRFillXyDataset(JRXyDataset xyDataset, JRFillObjectFactory factory)
           
JRFillXySeries(JRXySeries xySeries, JRFillObjectFactory factory)
           
JRFillXyzDataset(JRXyzDataset xyzDataset, JRFillObjectFactory factory)
           
JRFillXyzSeries(JRXyzSeries xyzSeries, JRFillObjectFactory factory)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.components.barbecue
 

Methods in net.sf.jasperreports.components.barbecue with parameters of type JRFillObjectFactory
 FillComponent BarbecueFillFactory.toFillComponent(Component component, JRFillObjectFactory factory)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.components.barcode4j
 

Methods in net.sf.jasperreports.components.barcode4j with parameters of type JRFillObjectFactory
 FillComponent BarcodeFillFactory.toFillComponent(Component component, JRFillObjectFactory factory)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.components.charts
 

Constructors in net.sf.jasperreports.components.charts with parameters of type JRFillObjectFactory
FillChartSettings(ChartSettings chartSettings, JRFillObjectFactory factory)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.components.list
 

Methods in net.sf.jasperreports.components.list with parameters of type JRFillObjectFactory
 FillComponent FillListFactory.toFillComponent(Component component, JRFillObjectFactory factory)
           
 

Constructors in net.sf.jasperreports.components.list with parameters of type JRFillObjectFactory
BaseFillList(ListComponent component, JRFillObjectFactory factory)
           
FillDatasetRun(JRDatasetRun datasetRun, JRFillObjectFactory factory)
           
FillListContents(ListContents listContents, JRFillObjectFactory factory)
           
HorizontalFillList(ListComponent component, JRFillObjectFactory factory)
           
VerticalFillList(ListComponent component, JRFillObjectFactory factory)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.components.map
 

Methods in net.sf.jasperreports.components.map with parameters of type JRFillObjectFactory
 FillComponent MapFillFactory.toFillComponent(Component component, JRFillObjectFactory factory)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.components.sort
 

Methods in net.sf.jasperreports.components.sort with parameters of type JRFillObjectFactory
 FillComponent SortComponentFillFactory.toFillComponent(Component component, JRFillObjectFactory factory)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.components.spiderchart
 

Methods in net.sf.jasperreports.components.spiderchart with parameters of type JRFillObjectFactory
 FillComponent SpiderChartFillFactory.toFillComponent(Component component, JRFillObjectFactory factory)
           
 

Constructors in net.sf.jasperreports.components.spiderchart with parameters of type JRFillObjectFactory
FillSpiderChart(SpiderChartComponent chartComponent, JRFillObjectFactory factory)
           
FillSpiderDataset(SpiderDataset spiderDataset, JRFillObjectFactory factory)
           
FillSpiderPlot(SpiderPlot spiderPlot, JRFillObjectFactory factory)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.components.table
 

Methods in net.sf.jasperreports.components.table with parameters of type JRFillObjectFactory
 FillComponent FillTableFactory.toFillComponent(Component component, JRFillObjectFactory factory)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.components.table.fill
 

Constructors in net.sf.jasperreports.components.table.fill with parameters of type JRFillObjectFactory
FillTable(TableComponent table, JRFillObjectFactory factory)
           
FillTableSubreport(JRBaseFiller filler, JRSubreport subreport, JRFillObjectFactory factory, JasperReport tableReport, java.util.Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.crosstabs.fill
 

Subclasses of JRFillObjectFactory in net.sf.jasperreports.crosstabs.fill
 class JRFillCrosstabObjectFactory
          Factory of fill instances of crosstab internal objects.
 

Constructors in net.sf.jasperreports.crosstabs.fill with parameters of type JRFillObjectFactory
JRFillCrosstabObjectFactory(JRFillObjectFactory parent, JRFillExpressionEvaluator expressionEvaluator)
           
JRFillCrosstabParameter(JRCrosstabParameter parameter, JRFillObjectFactory factory)
           
 

Uses of JRFillObjectFactory in net.sf.jasperreports.engine.component
 

Methods in net.sf.jasperreports.engine.component with parameters of type JRFillObjectFactory
 FillComponent ComponentFillFactory.toFillComponent(Component component, JRFillObjectFactory factory)
          Creates a fill component instance for a component.
 

Uses of JRFillObjectFactory in net.sf.jasperreports.engine.fill
 

Subclasses of JRFillObjectFactory in net.sf.jasperreports.engine.fill
protected static class JRParameterDefaultValuesEvaluator.ObjectFactory
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillObjectFactory
protected  void JRFillDataset.checkVariableCalculationReqs(JRFillObjectFactory factory)
          Checks if there are variable calculation requirements and creates the required variables.
protected  void JRBaseFiller.createReportTemplates(JRFillObjectFactory factory)
           
protected  void JRFillDataset.initElementDatasets(JRFillObjectFactory factory)
          Initializes the element datasets.
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillObjectFactory
JRFillBand(JRBaseFiller filler, JRBand band, JRFillObjectFactory factory)
           
JRFillBreak(JRBaseFiller filler, JRBreak breakElement, JRFillObjectFactory factory)
           
JRFillChart(JRBaseFiller filler, JRChart chart, JRFillObjectFactory factory)
           
JRFillChartDataset(JRChartDataset dataset, JRFillObjectFactory factory)
           
JRFillChartPlot(JRChartPlot plot, JRFillObjectFactory factory)
           
JRFillComponentElement(JRBaseFiller filler, JRComponentElement element, JRFillObjectFactory factory)
           
JRFillCrosstab.JRFillCrosstabDataset(JRCrosstabDataset dataset, JRFillObjectFactory factory)
           
JRFillCrosstab(JRBaseFiller filler, JRCrosstab crosstab, JRFillObjectFactory factory)
           
JRFillDataset(JRBaseFiller filler, JRDataset dataset, JRFillObjectFactory factory)
          Creates a fill dataset object.
JRFillDatasetRun(JRBaseFiller filler, JRDatasetRun datasetRun, JRFillObjectFactory factory)
          Construct an instance for a dataset run.
JRFillElement(JRBaseFiller filler, JRElement element, JRFillObjectFactory factory)
          private JRElement topElementInGroup; private JRElement bottomElementInGroup; /**
JRFillElementContainer(JRBaseFiller filler, JRElementGroup container, JRFillObjectFactory factory)
           
JRFillElementDataset(JRElementDataset dataset, JRFillObjectFactory factory)
           
JRFillElementGroup(JRElementGroup elementGrp, JRFillObjectFactory factory)
           
JRFillEllipse(JRBaseFiller filler, JREllipse ellipse, JRFillObjectFactory factory)
           
JRFillField(JRField field, JRFillObjectFactory factory)
           
JRFillFrame(JRBaseFiller filler, JRFrame frame, JRFillObjectFactory factory)
           
JRFillGenericElement(JRBaseFiller filler, JRGenericElement element, JRFillObjectFactory factory)
           
JRFillGraphicElement(JRBaseFiller filler, JRGraphicElement graphicElement, JRFillObjectFactory factory)
           
JRFillGroup(JRGroup group, JRFillObjectFactory factory)
           
JRFillImage(JRBaseFiller filler, JRImage image, JRFillObjectFactory factory)
           
JRFillLine(JRBaseFiller filler, JRLine line, JRFillObjectFactory factory)
           
JRFillObjectFactory(JRFillObjectFactory parent, JRFillExpressionEvaluator expressionEvaluator)
           
JRFillParameter(JRParameter parameter, JRFillObjectFactory factory)
           
JRFillRectangle(JRBaseFiller filler, JRRectangle rectangle, JRFillObjectFactory factory)
           
JRFillReportTemplate(JRReportTemplate template, JRBaseFiller filler, JRFillObjectFactory factory)
           
JRFillScriptlet(JRScriptlet parent, JRFillObjectFactory factory)
           
JRFillSection(JRBaseFiller filler, JRSection section, JRFillObjectFactory factory)
           
JRFillStaticText(JRBaseFiller filler, JRStaticText staticText, JRFillObjectFactory factory)
           
JRFillSubreport(JRBaseFiller filler, JRSubreport subreport, JRFillObjectFactory factory)
           
JRFillSubreportReturnValue(JRSubreportReturnValue returnValue, JRFillObjectFactory factory, JRBaseFiller filler)
           
JRFillTextElement(JRBaseFiller filler, JRTextElement textElement, JRFillObjectFactory factory)
           
JRFillTextField(JRBaseFiller filler, JRTextField textField, JRFillObjectFactory factory)
           
JRFillVariable(JRVariable variable, JRFillObjectFactory factory)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com