Package | Description |
---|---|
net.sf.jasperreports.charts.fill |
Contains fill time implementations for chart related interfaces.
|
net.sf.jasperreports.components.barbecue |
Contains classes for the built-in Barbecue component.
|
net.sf.jasperreports.components.barcode4j |
Contains classes for the built-in Barcode4J component.
|
net.sf.jasperreports.components.charts |
Contains interfaces and base classes for the built-in Spider Chart component.
|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
net.sf.jasperreports.components.items.fill |
Contains classes and interfaces for filling the item based components.
|
net.sf.jasperreports.components.list |
Contains classes for the built-in List component.
|
net.sf.jasperreports.components.map.fill |
Contains fill time implementations for Google Map component related interfaces.
|
net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort component.
|
net.sf.jasperreports.components.spiderchart |
Contains classes for the built-in Spider Chart component.
|
net.sf.jasperreports.components.table |
Contains classes for the built-in Table component.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.crosstabs.fill |
Contains classes to be used at report filling time for the Crosstab report element.
|
net.sf.jasperreports.engine.analytics.dataset | |
net.sf.jasperreports.engine.component |
Provides interfaces and base classes for the built-in JasperReports component functionality.
|
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).
|
net.sf.jasperreports.engine.part | |
net.sf.jasperreports.parts.subreport |
Modifier and Type | Method and Description |
---|---|
FillComponent |
BarbecueFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
FillComponent |
BarcodeFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
Constructor and Description |
---|
FillChartSettings(ChartSettings chartSettings,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
FillComponent |
IconLabelComponentFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
Constructor and Description |
---|
IconLabelComponentFill(IconLabelComponent iconLabelComponent,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
abstract FillItem |
FillItemData.getFillItem(Item item,
JRFillObjectFactory factory) |
Constructor and Description |
---|
FillItem(Item item,
JRFillObjectFactory factory) |
FillItemData(FillContextProvider fillContextProvider,
ItemData itemData,
JRFillObjectFactory factory) |
FillItemDataset(FillItemData itemData,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
FillComponent |
FillListFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
FillItem |
FillPlaceItemData.getFillItem(Item item,
JRFillObjectFactory factory) |
FillItem |
FillStyleItemData.getFillItem(Item item,
JRFillObjectFactory factory) |
FillComponent |
MapFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
Constructor and Description |
---|
FillItem(Item item,
JRFillObjectFactory factory)
Deprecated.
|
FillItemData(FillContextProvider fillContextProvider,
ItemData itemData,
JRFillObjectFactory factory) |
FillItemDataset(FillItemData itemData,
JRFillObjectFactory factory)
Deprecated.
|
FillMarker(Marker marker,
JRFillObjectFactory factory)
Deprecated.
|
FillPlaceItem(Item item,
JRFillObjectFactory factory) |
FillPlaceItemData(FillContextProvider fillContextProvider,
ItemData itemData,
JRFillObjectFactory factory) |
FillStyleItem(Item item,
JRFillObjectFactory factory) |
FillStyleItemData(FillContextProvider fillContextProvider,
ItemData itemData,
JRFillObjectFactory factory) |
MapFillComponent(MapComponent map,
JRFillObjectFactory factory) |
MarkerFillDatasetRun(JRDatasetRun datasetRun,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
FillComponent |
SortComponentFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
FillComponent |
SpiderChartFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
Constructor and Description |
---|
FillSpiderChart(SpiderChartComponent chartComponent,
JRFillObjectFactory factory) |
FillSpiderDataset(SpiderDataset spiderDataset,
JRFillObjectFactory factory) |
FillSpiderPlot(SpiderPlot spiderPlot,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
FillComponent |
FillTableFactory.toFillComponent(Component component,
JRFillObjectFactory factory) |
Constructor and Description |
---|
FillTable(TableComponent table,
JRFillObjectFactory factory) |
FillTableSubreport(FillContext fillContext,
JRSubreport subreport,
JRFillObjectFactory factory,
TableJasperReport tableReport,
BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) |
Modifier and Type | Class and Description |
---|---|
class |
IconLabelFillObjectFactory |
class |
JRFillCrosstabObjectFactory
Factory of fill instances of crosstab internal objects.
|
Constructor and Description |
---|
IconLabelFillObjectFactory(JRFillObjectFactory parent,
JRFillExpressionEvaluator expressionEvaluator) |
JRFillCrosstabObjectFactory(JRFillObjectFactory parent,
JRFillExpressionEvaluator expressionEvaluator) |
JRFillCrosstabParameter(JRCrosstabParameter parameter,
JRFillObjectFactory factory) |
Constructor and Description |
---|
FillMultiAxisData(MultiAxisData data,
JRFillObjectFactory factory) |
FillMultiAxisDataset(MultiAxisData data,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
FillComponent |
ComponentFillFactory.toFillComponent(Component component,
JRFillObjectFactory factory)
Creates a fill component instance for a component.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
JRParameterDefaultValuesEvaluator.ObjectFactory |
Modifier and Type | Field and Description |
---|---|
protected JRFillObjectFactory |
BaseReportFiller.factory |
Modifier and Type | Method and Description |
---|---|
protected abstract JRFillObjectFactory |
BaseReportFiller.initFillFactory() |
protected JRFillObjectFactory |
JRBaseFiller.initFillFactory() |
protected JRFillObjectFactory |
PartReportFiller.initFillFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract JRFillCommonReturnValue |
JRFillCommonReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue,
List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
protected JRFillCommonReturnValue |
JRFillVariableReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue,
List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
protected JRFillCommonReturnValue |
JRFillExpressionReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue,
List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
protected JRFillCommonReturnValue |
JRFillCommonReturnValue.addReturnValue(JRFillCommonReturnValue returnValue,
List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
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.
|
protected void |
JRFillDatasetRun.initReturnValues(JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
PartFillComponent |
PartComponentFillFactory.toFillComponent(PartComponent component,
JRFillObjectFactory factory)
Creates a fill component instance for a component.
|
Constructor and Description |
---|
FillPart(JRPart part,
JRFillObjectFactory fillFactory) |
FillParts(JRSection section,
JRFillObjectFactory fillFactory) |
GroupFillParts(JRGroup group,
JRFillObjectFactory fillFactory) |
Modifier and Type | Method and Description |
---|---|
PartFillComponent |
FillSubreportPartFactory.toFillComponent(PartComponent component,
JRFillObjectFactory factory) |
Constructor and Description |
---|
SubreportFillPart(SubreportPartComponent subreportPart,
JRFillObjectFactory factory) |
Copyright © 2016. All rights reserved.