Constructor and Description |
---|
JRBaseAreaPlot(JRAreaPlot areaPlot,
JRBaseObjectFactory factory) |
JRBaseBar3DPlot(JRBar3DPlot barPlot,
JRBaseObjectFactory factory) |
JRBaseBarPlot(JRBarPlot barPlot,
JRBaseObjectFactory factory) |
JRBaseBubblePlot(JRBubblePlot bubblePlot,
JRBaseObjectFactory factory) |
JRBaseCandlestickPlot(JRCandlestickPlot candlestickPlot,
JRBaseObjectFactory factory) |
JRBaseCategoryDataset(JRCategoryDataset dataset,
JRBaseObjectFactory factory) |
JRBaseCategorySeries(JRCategorySeries categorySeries,
JRBaseObjectFactory factory) |
JRBaseChartAxis(JRChartAxis axis,
JRBaseObjectFactory factory) |
JRBaseDataRange(JRDataRange dataRange,
JRBaseObjectFactory factory)
Creates a copy of an existing range and registers all of the expressions
with a factory object.
|
JRBaseGanttDataset(JRGanttDataset dataset,
JRBaseObjectFactory factory) |
JRBaseGanttSeries(JRGanttSeries ganttSeries,
JRBaseObjectFactory factory) |
JRBaseHighLowDataset(JRHighLowDataset dataset,
JRBaseObjectFactory factory) |
JRBaseHighLowPlot(JRHighLowPlot highLowPlot,
JRBaseObjectFactory factory) |
JRBaseItemLabel(JRItemLabel itemLabel,
JRBaseObjectFactory factory)
Constructs a copy of an existing item label specification and registers
any expression in the new copy with the specified factory.
|
JRBaseLinePlot(JRLinePlot linePlot,
JRBaseObjectFactory factory) |
JRBaseMeterPlot(JRMeterPlot meterPlot,
JRBaseObjectFactory factory)
Constructs a copy of an existing meter and registers all expressions
maintained by the meter plot with a factory.
|
JRBaseMultiAxisPlot(JRMultiAxisPlot multiAxisPlot,
JRBaseObjectFactory factory)
Creates a copy of an existing multiple axis chart plot and registers
any expression contained in the plot with the specified factory.
|
JRBasePie3DPlot(JRPie3DPlot pie3DPlot,
JRBaseObjectFactory factory) |
JRBasePieDataset(JRPieDataset dataset,
JRBaseObjectFactory factory) |
JRBasePiePlot(JRPiePlot piePlot,
JRBaseObjectFactory factory) |
JRBasePieSeries(JRPieSeries pieSeries,
JRBaseObjectFactory factory) |
JRBaseScatterPlot(JRScatterPlot scatterPlot,
JRBaseObjectFactory factory) |
JRBaseThermometerPlot(JRThermometerPlot thermoPlot,
JRBaseObjectFactory factory)
Constructs a new plot that is a copy of an existing one, and registers
all expression used by the plot with the specified factory.
|
JRBaseTimePeriodDataset(JRTimePeriodDataset dataset,
JRBaseObjectFactory factory) |
JRBaseTimePeriodSeries(JRTimePeriodSeries timePeriodSeries,
JRBaseObjectFactory factory) |
JRBaseTimeSeries(JRTimeSeries timeSeries,
JRBaseObjectFactory factory) |
JRBaseTimeSeriesDataset(JRTimeSeriesDataset dataset,
JRBaseObjectFactory factory) |
JRBaseTimeSeriesPlot(JRTimeSeriesPlot plot,
JRBaseObjectFactory factory) |
JRBaseValueDataset(JRValueDataset dataset,
JRBaseObjectFactory factory)
Constructs a new dataset that is a copy of an existing one, and
register all of the new dataset's expressions with the specified
factory.
|
JRBaseValueDisplay(JRValueDisplay valueDisplay,
JRBaseObjectFactory factory)
Constructs a copy of an existing value format specification and registers
any expression in the new copy with the specified factory.
|
JRBaseXyDataset(JRXyDataset dataset,
JRBaseObjectFactory factory) |
JRBaseXySeries(JRXySeries xySeries,
JRBaseObjectFactory factory) |
JRBaseXyzDataset(JRXyzDataset dataset,
JRBaseObjectFactory factory) |
JRBaseXyzSeries(JRXyzSeries xyzSeries,
JRBaseObjectFactory factory) |
Constructor and Description |
---|
JRMeterInterval(JRMeterInterval meterInterval,
JRBaseObjectFactory factory)
Construct a new interval by copying an existing one.
|
Modifier and Type | Method and Description |
---|---|
Component |
BarbecueCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Constructor and Description |
---|
StandardBarbecueComponent(BarbecueComponent barcode,
JRBaseObjectFactory objectFactory) |
Modifier and Type | Method and Description |
---|---|
Component |
BarcodeCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Constructor and Description |
---|
CompiledBarcodeFactory(JRBaseObjectFactory baseFactory) |
Modifier and Type | Method and Description |
---|---|
Component |
ListComponentCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Constructor and Description |
---|
BaseListContents(ListContents listContents,
JRBaseObjectFactory factory) |
StandardListComponent(ListComponent list,
JRBaseObjectFactory baseFactory) |
Modifier and Type | Method and Description |
---|---|
Component |
SpiderChartCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Constructor and Description |
---|
SpiderChartComponent(SpiderChartComponent chartComponent,
JRBaseObjectFactory baseFactory) |
StandardChartSettings(ChartSettings chart,
JRBaseObjectFactory factory) |
StandardSpiderDataset(SpiderDataset dataset,
JRBaseObjectFactory factory) |
StandardSpiderPlot(SpiderPlot spiderPlot,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
JRBaseObjectFactory |
ColumnFactory.getBaseObjectFactory() |
Modifier and Type | Method and Description |
---|---|
Component |
TableCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory) |
Constructor and Description |
---|
ColumnFactory(JRBaseObjectFactory factory) |
CompiledCell(Cell cell,
JRBaseObjectFactory factory) |
StandardTable(TableComponent table,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
TableReportBaseObjectFactory |
Constructor and Description |
---|
JRBaseCellContents(JRCellContents cell,
JRBaseObjectFactory factory) |
JRBaseCrosstab(JRCrosstab crosstab,
JRBaseObjectFactory factory,
int id) |
JRBaseCrosstabBucket(JRCrosstabBucket bucket,
JRBaseObjectFactory factory) |
JRBaseCrosstabCell(JRCrosstabCell crosstabCell,
JRBaseObjectFactory factory) |
JRBaseCrosstabColumnGroup(JRCrosstabColumnGroup group,
JRBaseObjectFactory factory) |
JRBaseCrosstabDataset(JRCrosstabDataset dataset,
JRBaseObjectFactory factory) |
JRBaseCrosstabGroup(JRCrosstabGroup group,
JRBaseObjectFactory factory) |
JRBaseCrosstabMeasure(JRCrosstabMeasure measure,
JRBaseObjectFactory factory) |
JRBaseCrosstabParameter(JRCrosstabParameter parameter,
JRBaseObjectFactory factory) |
JRBaseCrosstabRowGroup(JRCrosstabRowGroup group,
JRBaseObjectFactory factory) |
Constructor and Description |
---|
JasperReport(JRReport report,
java.lang.String compilerClass,
java.io.Serializable compileData,
JRBaseObjectFactory factory,
java.lang.String compileNameSuffix) |
Modifier and Type | Method and Description |
---|---|
static JRHyperlinkParameter[] |
JRBaseHyperlink.copyHyperlinkParameters(JRHyperlink link,
JRBaseObjectFactory factory) |
protected void |
JRBaseReport.copyTemplates(JRReport report,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Component |
ComponentCompiler.toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the
compiled report.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ReportConverter.StyleFactory |
Constructor and Description |
---|
JRDesignChartDataset(JRChartDataset dataset,
JRBaseObjectFactory factory) |
JRDesignElementDataset(JRElementDataset dataset,
JRBaseObjectFactory factory) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com