Uses of Interface
net.sf.jasperreports.engine.JRCloneable
-
Packages that use JRCloneable Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.charts.util Contains utility classes for complex chart customization.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.items Contains classes and interfaces for the item based components.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 Contains classes for the built-in Google Map component.net.sf.jasperreports.components.map.fill Contains fill time implementations for Google Map component related interfaces.net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.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 Contains classes for the Crosstab report element.net.sf.jasperreports.crosstabs.base Contains base classes for the Crosstab report element.net.sf.jasperreports.crosstabs.design Contains design classes for the Crosstab report element.net.sf.jasperreports.crosstabs.fill Contains classes to be used at report filling time for the Crosstab report element.net.sf.jasperreports.data Contains classes for data adapters.net.sf.jasperreports.data.http net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.analytics.dataset net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.data Provides various report data source implementations and allows creating custom data sources.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.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.fonts Provides support for font extensions.net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.parts.subreport net.sf.jasperreports.search Provides support for JasperReports search feature. -
-
Uses of JRCloneable in net.sf.jasperreports.charts
Subinterfaces of JRCloneable in net.sf.jasperreports.charts Modifier and Type Interface Description interfaceJRAreaPlotArea charts and Stacked Area charts rely on this plot to render their axes and items.interfaceJRBar3DPlotType of plot used to render Bar 3D and the Stacked Bar 3D charts.interfaceJRBarPlotType of plot used to render Bar, Stacked Bar, and XY Bar charts.interfaceJRBubblePlotOnly Bubble charts use this type of plot.interfaceJRCandlestickPlotThe Candlestick plot is also an axis-oriented plot and allows you to customize axis labels using expressions.interfaceJRCategoryDatasetThis dataset accommodates one or more data series consisting of values associated with categories.interfaceJRCategoryPlotType of plot used for rendering category charts.interfaceJRCategorySeriesRepresents the series for any Category dataset.interfaceJRChartAxisDescribes an axis that can be added to a multiple axis chart.interfaceJRDataRangeRepresents a numeric range.interfaceJRGanttDatasetThis dataset accommodates one or more data series consisting of values associated with tasks and subtasks.interfaceJRHighLowDatasetAlthough the name of this dataset is "High-Low", it can actually hold a series of (x, high, low, open, close, volume) items.interfaceJRHighLowPlotUsed only in combination with High-Low charts, this type of plot lets users customize the labels for both axes, like all the other axis-oriented plots.interfaceJRItemLabelContains the formatting option for the textual representation of item labels in a category plotinterfaceJRLinePlotType of plot used to render Line charts.interfaceJRMeterPlotThis type of plot can be used only for Meter charts and represents the display options of a Meter Chart.interfaceJRMultiAxisPlotRepresents the display options and nested charts of a multiple axis chart.interfaceJRPie3DPlotType of plot used for rendering Pie 3D charts.interfaceJRPieDatasetThis dataset is useful for rendering Pie or Pie 3D charts.interfaceJRPiePlotType of plot used for rendering Pie charts.interfaceJRPieSeriesRepresents the series for the Pie dataset.interfaceJRScatterPlotScatter plots are used only with Scatter charts.interfaceJRThermometerPlotRepresents the display options of a Thermometer chart.interfaceJRTimePeriodDatasetThe Time Period dataset is very much like the Time Series dataset in that it wraps series consisting of (time period, numeric value) pairs.interfaceJRTimePeriodSeriesRepresents the series for the Time Period dataset.interfaceJRTimeSeriesRepresents the series for the Time Series dataset.interfaceJRTimeSeriesDatasetThis dataset wraps one or multiple time series.interfaceJRTimeSeriesPlotThis type of plot is similar to the Line plot and Scatter plot in that it lets users configure the labels for both axes, the rendering of lines to connect the item points, and the rendering of the small shapes that mark each item point on the target plot area.interfaceJRValueDatasetThis class represents a dataset that consists of a single value.interfaceJRValueDisplayRepresents the formatting option for the textual representation of a value displayed in a Meter or Thermometer chart.interfaceJRXyDatasetThis dataset is a wrapper for data series made of (x, y) value pairs and is used for rendering XY Bar, XY Line, XY Area, and Scatter Plot charts.interfaceJRXySeriesRepresents the series for the XY dataset.interfaceJRXyzDatasetThe XYZ dataset wraps series consisting of (x, y, z) items.interfaceJRXyzSeries -
Uses of JRCloneable in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRCloneable Modifier and Type Class Description classJRBaseAreaPlotclassJRBaseBar3DPlotclassJRBaseBarPlotclassJRBaseBubblePlotclassJRBaseCandlestickPlotclassJRBaseCategoryDatasetclassJRBaseCategorySeriesclassJRBaseChartAxisBase read-only implementation ofJRChartAxis.classJRBaseDataRangeAn immutable instantiation of aJRDataRange, suitable for holding a range.classJRBaseGanttDatasetclassJRBaseHighLowDatasetclassJRBaseHighLowPlotclassJRBaseItemLabelAn immutable representation of the formatting options for showing the item labels in a category plot.classJRBaseLinePlotclassJRBaseMeterPlotAn immutable representation of the layout of a Meter chart.classJRBaseMultiAxisPlotAn immutable representation of the layout options of a multiple axis chart.classJRBasePie3DPlotclassJRBasePieDatasetclassJRBasePiePlotclassJRBasePieSeriesclassJRBaseScatterPlotclassJRBaseThermometerPlotAn immutable representation of the layout of a thermometer plot.classJRBaseTimePeriodDatasetclassJRBaseTimePeriodSeriesclassJRBaseTimeSeriesclassJRBaseTimeSeriesDatasetclassJRBaseTimeSeriesPlotclassJRBaseValueDatasetAn immutable version of a dataset that generates a single value.classJRBaseValueDisplayAn immutable representation of the formatting options for showing the value of a value dataset.classJRBaseXyDatasetclassJRBaseXySeriesclassJRBaseXyzDatasetclassJRBaseXyzSeries -
Uses of JRCloneable in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRCloneable Modifier and Type Class Description classJRDesignAreaPlotclassJRDesignBar3DPlotclassJRDesignBarPlotclassJRDesignBubblePlotclassJRDesignCandlestickPlotclassJRDesignCategoryDatasetclassJRDesignCategorySeriesclassJRDesignChartAxisJRChartAxisimplementation to be used for report design.classJRDesignDataRangeContains a range of values.classJRDesignGanttDatasetclassJRDesignHighLowDatasetclassJRDesignHighLowPlotclassJRDesignItemLabelAn object that specifies how an item label should be displayed.classJRDesignLinePlotclassJRDesignMeterPlotA meter plot that displays a single value against a range of values.classJRDesignMultiAxisPlotContains information on how a multiple axis chart should be displayed.classJRDesignPie3DPlotclassJRDesignPieDatasetclassJRDesignPiePlotclassJRDesignPieSeriesclassJRDesignScatterPlotclassJRDesignThermometerPlotThe layout options of a thermometer chart.classJRDesignTimePeriodDatasetclassJRDesignTimePeriodSeriesclassJRDesignTimeSeriesclassJRDesignTimeSeriesDatasetclassJRDesignTimeSeriesPlotclassJRDesignValueDatasetA data set that contains a single value.classJRDesignValueDisplayAn object that specifies how a single value should be displayed.classJRDesignXyDatasetclassJRDesignXySeriesclassJRDesignXyzDatasetclassJRDesignXyzSeries -
Uses of JRCloneable in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRCloneable Modifier and Type Class Description classJRFillAreaPlotclassJRFillBar3DPlotclassJRFillBarPlotclassJRFillBubblePlotclassJRFillCandlestickPlotclassJRFillCategoryDatasetclassJRFillCategorySeriesclassJRFillChartAxisDescribes an axis that can be added to a multiple axis chart.classJRFillDataRangeclassJRFillGanttDatasetclassJRFillHighLowDatasetclassJRFillHighLowPlotclassJRFillItemLabelclassJRFillLinePlotclassJRFillMeterPlotclassJRFillMultiAxisPlotclassJRFillPie3DPlotclassJRFillPieDatasetclassJRFillPiePlotclassJRFillPieSeriesclassJRFillScatterPlotclassJRFillThermometerPlotclassJRFillTimePeriodDatasetclassJRFillTimePeriodSeriesclassJRFillTimeSeriesclassJRFillTimeSeriesDatasetclassJRFillTimeSeriesPlotclassJRFillValueDatasetclassJRFillValueDisplayclassJRFillXyDatasetclassJRFillXySeriesclassJRFillXyzDatasetclassJRFillXyzSeries -
Uses of JRCloneable in net.sf.jasperreports.charts.util
Classes in net.sf.jasperreports.charts.util that implement JRCloneable Modifier and Type Class Description classJRMeterIntervalDefines a subsection of a meter chart. -
Uses of JRCloneable in net.sf.jasperreports.components.barbecue
Subinterfaces of JRCloneable in net.sf.jasperreports.components.barbecue Modifier and Type Interface Description interfaceBarbecueComponentClasses in net.sf.jasperreports.components.barbecue that implement JRCloneable Modifier and Type Class Description classStandardBarbecueComponent -
Uses of JRCloneable in net.sf.jasperreports.components.barcode4j
Classes in net.sf.jasperreports.components.barcode4j that implement JRCloneable Modifier and Type Class Description classBarcode4jComponentclassBarcodeComponentclassCodabarComponentclassCode128ComponentclassCode39ComponentclassDataMatrixComponentclassEAN128ComponentclassEAN13ComponentclassEAN8ComponentclassFourStateBarcodeComponentclassInterleaved2Of5ComponentclassPDF417ComponentclassPOSTNETComponentclassQRCodeComponentContains the main settings for the QRCode componentclassRoyalMailCustomerComponentclassUPCAComponentclassUPCEComponentclassUSPSIntelligentMailComponent -
Uses of JRCloneable in net.sf.jasperreports.components.charts
Subinterfaces of JRCloneable in net.sf.jasperreports.components.charts Modifier and Type Interface Description interfaceChartDatasetinterfaceChartPlotinterfaceChartSettingsClasses in net.sf.jasperreports.components.charts that implement JRCloneable Modifier and Type Class Description classFillChartSettings -
Uses of JRCloneable in net.sf.jasperreports.components.items
Subinterfaces of JRCloneable in net.sf.jasperreports.components.items Modifier and Type Interface Description interfaceItemThe Item interface.interfaceItemDataThe ItemData interfaceinterfaceItemPropertyThe ItemProperty interface.Classes in net.sf.jasperreports.components.items that implement JRCloneable Modifier and Type Class Description classStandardItemclassStandardItemDataclassStandardItemProperty -
Uses of JRCloneable in net.sf.jasperreports.components.items.fill
Classes in net.sf.jasperreports.components.items.fill that implement JRCloneable Modifier and Type Class Description classFillItemclassFillItemDataset -
Uses of JRCloneable in net.sf.jasperreports.components.list
Subinterfaces of JRCloneable in net.sf.jasperreports.components.list Modifier and Type Interface Description interfaceListComponentList component interface.interfaceListContentsContainer of report elements that are to be printed for each record in the list subdataset.Classes in net.sf.jasperreports.components.list that implement JRCloneable Modifier and Type Class Description classBaseListContentsListContentsimplementation used in compiled reports.classDesignListContentsListContentsimplementation used at report design time.classFillDatasetRunUsed to iterate on the list subdataset at fill time.classFillListContentsList contents fill element container.classStandardListComponentStandardListComponentimplementation. -
Uses of JRCloneable in net.sf.jasperreports.components.map
Subinterfaces of JRCloneable in net.sf.jasperreports.components.map Modifier and Type Interface Description interfaceItemDeprecated.Replaced byItem.interfaceItemDataDeprecated.Replaced byItemData.interfaceItemPropertyDeprecated.Replaced byItemProperty.interfaceMapComponentThe Map component interface.interfaceMarkerDeprecated.Replaced byItem.interfaceMarkerDatasetDeprecated.Replaced byItemData.interfaceMarkerItemDatainterfaceMarkerPropertyDeprecated.Replaced byItemProperty.Classes in net.sf.jasperreports.components.map that implement JRCloneable Modifier and Type Class Description classMarkerStandardItemDataDeprecated.Replaced by StandardMarkerItemData.classStandardItemDeprecated.Replaced byStandardItem.classStandardItemDataDeprecated.Replaced byStandardItemData.classStandardItemPropertyDeprecated.Replaced byStandardItemProperty.classStandardMapComponentclassStandardMarkerDeprecated.Replaced byStandardItem.classStandardMarkerDatasetDeprecated.Replaced byStandardItemData.classStandardMarkerItemDataclassStandardMarkerPropertyDeprecated.Replaced byStandardItemProperty. -
Uses of JRCloneable in net.sf.jasperreports.components.map.fill
Classes in net.sf.jasperreports.components.map.fill that implement JRCloneable Modifier and Type Class Description classFillLegendItemclassFillPlaceItemclassFillResetMapItemclassFillStyleItemclassMarkerFillDatasetRunUsed to iterate on a subdataset and create a sorted data source. -
Uses of JRCloneable in net.sf.jasperreports.components.spiderchart
Subinterfaces of JRCloneable in net.sf.jasperreports.components.spiderchart Modifier and Type Interface Description interfaceSpiderDatasetinterfaceSpiderPlotClasses in net.sf.jasperreports.components.spiderchart that implement JRCloneable Modifier and Type Class Description classFillSpiderDatasetclassFillSpiderPlotclassSpiderChartComponentclassStandardChartSettingsclassStandardSpiderDatasetclassStandardSpiderPlot -
Uses of JRCloneable in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRCloneable Modifier and Type Class Description classComponentFillSubreportclassSubreportElementAdapterclassSubreportParameterAdapterclassSubreportReturnValueAdapter -
Uses of JRCloneable in net.sf.jasperreports.components.table
Subinterfaces of JRCloneable in net.sf.jasperreports.components.table Modifier and Type Interface Description interfaceBaseCellinterfaceBaseColumninterfaceCellinterfaceColumninterfaceColumnGroupinterfaceGroupCellinterfaceGroupRowinterfaceRowinterfaceTableComponentClasses in net.sf.jasperreports.components.table that implement JRCloneable Modifier and Type Class Description classCompiledBaseCellclassCompiledCellclassCompiledRowclassDesignBaseCellclassDesignCellclassStandardBaseColumnclassStandardColumnclassStandardColumnGroupclassStandardGroupCellclassStandardGroupRowclassStandardRowclassStandardTable -
Uses of JRCloneable in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement JRCloneable Modifier and Type Class Description classSubreportReturnValueAdapterclassTableReportDatasetclassTableReportGroup -
Uses of JRCloneable in net.sf.jasperreports.crosstabs
Subinterfaces of JRCloneable in net.sf.jasperreports.crosstabs Modifier and Type Interface Description interfaceCrosstabColumnCellinterfaceJRCellContentsCrosstab cell contents interface.interfaceJRCrosstabCrosstab element interface.interfaceJRCrosstabBucketCrosstab groups bucketing information interface.interfaceJRCrosstabCellCrosstab data cell interface.interfaceJRCrosstabColumnGroupCrosstab column group interface.interfaceJRCrosstabDatasetInput dataset interface used by crosstabs.interfaceJRCrosstabGroupBase interface for crosstab row and column groups.interfaceJRCrosstabMeasureCrosstab measure interface.interfaceJRCrosstabParameterCrosstab parameters interface.interfaceJRCrosstabRowGroupCrosstab row group interface. -
Uses of JRCloneable in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRCloneable Modifier and Type Class Description classBaseCrosstabColumnCellclassJRBaseCellContentsBase read-only implementation ofJRCellContents.classJRBaseCrosstabBase read-onlycrosstabimplementation.classJRBaseCrosstabBucketBase read-only implementation ofJRCrosstabBucket.classJRBaseCrosstabCellBase read-only implementation ofJRCrosstabCell.classJRBaseCrosstabColumnGroupBase read-only implementation of crosstab column groups.classJRBaseCrosstabDatasetBase implementation of crosstab input dataset.classJRBaseCrosstabGroupBase read-only implementation for crosstab row and column groups.classJRBaseCrosstabMeasureBase read-only crosstab measure implementation.classJRBaseCrosstabParameterBase read-only implementation of crosstab parameters.classJRBaseCrosstabRowGroupBase read-only implementation of crosstab row groups. -
Uses of JRCloneable in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRCloneable Modifier and Type Class Description classDesignCrosstabColumnCellclassJRDesignCellContentsImplementation ofJRCellContentsused for report design.classJRDesignCrosstabDesign-timecrosstabimplementation.classJRDesignCrosstabBucketImplementation ofcrosstab group bucketto be used for report designing.classJRDesignCrosstabCellImplementation ofJRCrosstabCellto be used for report design.classJRDesignCrosstabColumnGroupCrosstab column group implementation to be used for report designing.classJRDesignCrosstabDatasetInput crosstab dataset implementation to be used at design time.classJRDesignCrosstabGroupBase crosstab row/column group implementation to be used at design time.classJRDesignCrosstabMeasureCrosstab measure implementation to be used for report designing.classJRDesignCrosstabParameterImplementation of crosstab parameters to be used for report designing.classJRDesignCrosstabRowGroupCrosstab row group implementation to be used for report designing. -
Uses of JRCloneable in net.sf.jasperreports.crosstabs.fill
Classes in net.sf.jasperreports.crosstabs.fill that implement JRCloneable Modifier and Type Class Description classJRFillCrosstabCellclassJRFillCrosstabColumnGroupCrosstab column group implementation used at fill time.classJRFillCrosstabGroupBase crosstab row/column group implementation used at fill time.classJRFillCrosstabMeasureclassJRFillCrosstabParameterCrosstab parameter implementation used at fill time.classJRFillCrosstabRowGroupCrosstab row group implementation used at fill time. -
Uses of JRCloneable in net.sf.jasperreports.data
Subinterfaces of JRCloneable in net.sf.jasperreports.data Modifier and Type Interface Description interfaceDataFileinterfaceRepositoryDataLocationClasses in net.sf.jasperreports.data that implement JRCloneable Modifier and Type Class Description classStandardRepositoryDataLocation -
Uses of JRCloneable in net.sf.jasperreports.data.http
Subinterfaces of JRCloneable in net.sf.jasperreports.data.http Modifier and Type Interface Description interfaceHttpDataLocationClasses in net.sf.jasperreports.data.http that implement JRCloneable Modifier and Type Class Description classHttpLocationParameterclassStandardHttpDataLocation -
Uses of JRCloneable in net.sf.jasperreports.engine
Subinterfaces of JRCloneable in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceCommonReturnValueA value copied from a subdataset or from an expression into a variable of the parent report.interfaceDatasetPropertyExpressionReport property with a value based on an expression and an evaluation time attribute.interfaceExpressionReturnValueA value copied from an expression into a variable of the parent report.interfaceJRBandImplementations of this interface represent various bands in the report template.interfaceJRBreakAn abstract representation of a break element.interfaceJRChartImplementations of this interface can be used for rendering chart components.interfaceJRChartDatasetDatasets are used to represent the actual data needed to generate a chart.interfaceJRChartPlotChart plots define chart appearance and display details such as colors, legend or labels.static interfaceJRChartPlot.JRSeriesColorinterfaceJRChildAn abstract representation of a report element.interfaceJRComponentElementA report element that wraps an abstract component.interfaceJRConditionalStyleinterfaceJRDatasetInterface representing a data set that can be used in a report.interfaceJRDatasetParameterDataset parameter value interface.interfaceJRDatasetRunInterface of an sub dataset instantiation.interfaceJRElementAn abstract representation of a report element.interfaceJRElementDatasetElement datasets are used to represent the report data needed to generate a chart or crosstab.interfaceJRElementGroupGroups several report elements.interfaceJREllipseAn abstract representation of a graphic element representing an ellipse.interfaceJRExpressionProvides the JasperReports expressions functionality.interfaceJRExpressionChunkinterfaceJRFieldAn abstract representation of a data source field.interfaceJRFrameAn abstract representation of a report elements container.interfaceJRGenericElementA "generic" report element that will produce ageneric print elementin the generated report.interfaceJRGenericElementParameterA generic report element parameter.interfaceJRGraphicElementAn abstract representation of a report graphic element.interfaceJRGroupGroups represent a flexible way to organize data on a report.interfaceJRHyperlinkAn interface providing hyperlink functionality.interfaceJRHyperlinkParameterA hyperlink parameter, consisting of a name and a value expression.interfaceJRImageAn abstract representation of a graphic element representing an image.interfaceJRLineAn abstract representation of a graphic element representing a straight line.interfaceJRParameterProvides functionality for report parameters.interfaceJRPartinterfaceJRPropertyExpressionReport property with a value based on an expression.interfaceJRQueryRepresents a query used for generation of report data.interfaceJRQueryChunkinterfaceJRRectangleAn abstract representation of a graphic element representing a rectangle.interfaceJRScriptletinterfaceJRSectionImplementations of this interface represent various sections in the report template.interfaceJRSortFieldProvides support for in-memory field-based data source sorting.interfaceJRStaticTextAn abstract representation of a report static text.interfaceJRStyleProvides a collection of style settings declared at the report level.interfaceJRSubreportAn abstract representation of a subreport.interfaceJRSubreportParameterinterfaceJRSubreportReturnValueA value copied from a subreport into a variable of the master report.interfaceJRTextElementAn abstract representation of a report text element.interfaceJRTextFieldAn abstract representation of a report text.interfaceJRValueParameterA report/dataset parameter having an assigned value.interfaceJRVariableAn interface for implementing classes that deal with report variables.interfaceReturnValueA value copied from a subdataset into a variable of the parent report.interfaceVariableReturnValueA value copied from a subdataset into a variable of the parent report.Classes in net.sf.jasperreports.engine that implement JRCloneable Modifier and Type Class Description classElementDecoratorclassJROriginclassTabStop -
Uses of JRCloneable in net.sf.jasperreports.engine.analytics.dataset
Subinterfaces of JRCloneable in net.sf.jasperreports.engine.analytics.dataset Modifier and Type Interface Description interfaceDataAxisinterfaceDataAxisLevelinterfaceDataLevelBucketinterfaceDataLevelBucketPropertyinterfaceDataMeasureinterfaceMultiAxisDatainterfaceMultiAxisDatasetClasses in net.sf.jasperreports.engine.analytics.dataset that implement JRCloneable Modifier and Type Class Description classBaseDataAxisclassBaseDataAxisLevelclassBaseDataLevelBucketclassBaseDataLevelBucketPropertyclassBaseDataMeasureclassBaseMultiAxisDataclassBaseMultiAxisDatasetclassDesignDataAxisclassDesignDataAxisLevelclassDesignDataLevelBucketclassDesignDataLevelBucketPropertyclassDesignDataMeasureclassDesignMultiAxisDataclassDesignMultiAxisDatasetclassFillMultiAxisDataset -
Uses of JRCloneable in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRCloneable Modifier and Type Class Description classBaseCommonReturnValueBase implementation ofCommonReturnValue.classBaseDatasetPropertyExpressionBase implementation ofDatasetPropertyExpression.classBaseExpressionReturnValueBase implementation ofExpressionReturnValue.classBaseReturnValueBase implementation ofReturnValue.classJRBaseBandUsed for implementing band functionality.classJRBaseBreakThe actual implementation of a break element.classJRBaseChartclassJRBaseChartDatasetclassJRBaseChartPlotstatic classJRBaseChartPlot.JRBaseSeriesColorclassJRBaseComponentElementA read-onlyJRComponentElementimplementation which is included in compiled reports.classJRBaseConditionalStyleclassJRBaseDatasetThe base implementation ofJRDataset.classJRBaseDatasetParameterBase read-only implementation ofJRDatasetParameter.classJRBaseDatasetRunBase implementation of theJRDatasetRuninterface.classJRBaseElementThis class provides a skeleton implementation for a report element.classJRBaseElementDatasetclassJRBaseElementGroupclassJRBaseEllipseThe actual implementation of a graphic element representing an ellipse.classJRBaseExpressionclassJRBaseExpressionChunkclassJRBaseFieldclassJRBaseFontclassJRBaseFrameBase read-only implementation ofJRFrame.classJRBaseGenericElementA read-only implementation ofJRGenericElementthat is included in compiled reports.classJRBaseGenericElementParameterA read-only implementation ofJRGenericElementParameterthat is included in compiled reports.classJRBaseGraphicElementThis class provides functionality common to graphic elements.classJRBaseGroupclassJRBaseHyperlinkRead-only implementation ofJRHyperlink.classJRBaseHyperlinkParameterBase implementation ofJRHyperlinkParameter.classJRBaseImageThe actual implementation of a graphic element representing an image.classJRBaseLineThe actual implementation of a graphic element representing a straight line.classJRBaseParameterclassJRBasePartA read-onlyJRPartimplementation which is included in compiled reports.classJRBasePropertyExpressionBase implementation ofJRPropertyExpression.classJRBaseQueryclassJRBaseQueryChunkclassJRBaseRectangleThe actual implementation of a graphic element representing a rectangle.classJRBaseReportTemplateBase read-only implementation ofJRReportTemplate.classJRBaseScriptletclassJRBaseSectionUsed for implementing section functionality.classJRBaseSortFieldclassJRBaseStaticTextThis class is used for representing a static text element.classJRBaseStyleclassJRBaseSubreportclassJRBaseSubreportParameterclassJRBaseSubreportReturnValueBase implementation ofJRSubreportReturnValue.classJRBaseTextElementThis class provides functionality common to text elements.classJRBaseTextFieldThis class is used for representing a text field.classJRBaseVariable -
Uses of JRCloneable in net.sf.jasperreports.engine.data
Classes in net.sf.jasperreports.engine.data that implement JRCloneable Modifier and Type Class Description classTextDataSourceAttributes -
Uses of JRCloneable in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRCloneable Modifier and Type Class Description classDesignCommonReturnValueImplementation ofReturnValueto be used for report design purposes.classDesignDatasetPropertyExpressionImplementation ofDatasetPropertyExpressionto be used at report design time.classDesignExpressionReturnValueImplementation ofExpressionReturnValueto be used for report design purposes.classDesignReturnValueImplementation ofReturnValueto be used for report design purposes.classJRDesignBandclassJRDesignBreakThe actual implementation of a break element, used at design time.classJRDesignChartclassJRDesignChartDatasetclassJRDesignComponentElementAJRComponentElementimplementation which is to be used at report design time.classJRDesignConditionalStyleclassJRDesignDatasetImplementation ofJRDatasetto be used for report design.classJRDesignDatasetParameterImplementation ofJRDatasetParameterused at design time.classJRDesignDatasetRunImplementation ofJRDatasetRunto be used for report design.classJRDesignElementThis class provides a skeleton implementation for a design time report element.classJRDesignElementDatasetclassJRDesignElementGroupclassJRDesignEllipseThe actual implementation of a graphic element representing an ellipse, used at design time.classJRDesignExpressionclassJRDesignExpressionChunkclassJRDesignFieldclassJRDesignFontclassJRDesignFrameImplementation ofJRFrameto be used at design time.classJRDesignGenericElementA implementation ofJRGenericElementthat is to be used at report design time.classJRDesignGenericElementParameterA implementation ofJRBaseGenericElementParameterthat is to be used at report design time.classJRDesignGraphicElementThis class contains functionality common to graphic elements at design time.classJRDesignGroupclassJRDesignHyperlinkStand-alone implementation ofJRHyperlinkwhich should be used for report design purposes.classJRDesignHyperlinkParameterImplementation ofJRHyperlinkParameterthat can be used for report designing purposes.classJRDesignImageThe actual implementation of a graphic element representing an image, used at design time.classJRDesignLineThe actual implementation of a graphic element representing a straight line, used at design time.classJRDesignParameterclassJRDesignPartclassJRDesignPropertyExpressionImplementation ofJRPropertyExpressionto be used at report design time.classJRDesignQueryclassJRDesignQueryChunkclassJRDesignRectangleThe actual implementation of a graphic element representing a rectangle, used at design time.classJRDesignReportTemplateJRReportTemplateimplementation to be used at report design time.classJRDesignScriptletclassJRDesignSectionclassJRDesignSortFieldclassJRDesignStaticTextThis class is used for representing a design static text element.classJRDesignStyleclassJRDesignSubreportclassJRDesignSubreportParameterclassJRDesignSubreportReturnValueImplementation ofJRSubreportReturnValueto be used for report design purposes.classJRDesignTextElementThis class provides functionality common to design text elements.classJRDesignTextFieldclassJRDesignVariable -
Uses of JRCloneable in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRCloneable Modifier and Type Class Description classJRFillBandclassJRFillBreakclassJRFillCellContentsCrosstab cell contents filler.classJRFillChartclassJRFillChartDatasetclassJRFillChartPlotclassJRFillCommonReturnValueImplementation ofCommonReturnValueused by the filler.classJRFillComponentElementAJRComponentElementwhich is used during report fill.classJRFillCrosstabFill-time implementation of acrosstab.classJRFillCrosstab.JRFillCrosstabDatasetFill-time crosstab input dataset implementation.classJRFillDatasetclassJRFillDatasetRunClass used to instantiate sub datasets.classJRFillElementclassJRFillElementContainerAbstract implementation of an element container filler.classJRFillElementDatasetAbstractJRElementDatasetimplementation used at report fill time.classJRFillElementGroupclassJRFillEllipseclassJRFillExpressionReturnValueImplementation ofExpressionReturnValueused by the filler.classJRFillFieldclassJRFillFrameFill time implementation of a frame element.protected classJRFillFrame.JRFillFrameElementsFrame element container filler.classJRFillGenericElementAJRGenericElementused during report fill.classJRFillGraphicElementclassJRFillGroupclassJRFillImageclassJRFillLineclassJRFillParameterclassJRFillRectangleclassJRFillScriptletclassJRFillSectionclassJRFillStaticTextclassJRFillSubreportclassJRFillTextElementclassJRFillTextFieldclassJRFillVariableclassJRFillVariableReturnValueImplementation ofVariableReturnValueused by the filler. -
Uses of JRCloneable in net.sf.jasperreports.engine.fonts
Subinterfaces of JRCloneable in net.sf.jasperreports.engine.fonts Modifier and Type Interface Description interfaceFontSetinterfaceFontSetFamilyClasses in net.sf.jasperreports.engine.fonts that implement JRCloneable Modifier and Type Class Description classSimpleFontFaceclassSimpleFontFamilyclassSimpleFontSetclassSimpleFontSetFamily -
Uses of JRCloneable in net.sf.jasperreports.engine.util
Subinterfaces of JRCloneable in net.sf.jasperreports.engine.util Modifier and Type Interface Description interfaceStoreCloneable<T extends StoreCloneable<T>>Methods in net.sf.jasperreports.engine.util with type parameters of type JRCloneable Modifier and Type Method Description <T extends JRCloneable>
TCloneStore. clone(T original)static <T extends JRCloneable>
T[]JRCloneUtils. cloneArray(T[] items)Clones a list of objects.static <T extends JRCloneable>
java.util.List<T>JRCloneUtils. cloneList(java.util.List<T> items)Clones a list of objects.static <T extends JRCloneable>
TJRCloneUtils. nullSafeClone(T original)Clones an object after checking whether the argument is null.Methods in net.sf.jasperreports.engine.util that return JRCloneable Modifier and Type Method Description static <T extends JRCloneable>
T[]JRCloneUtils. cloneArray(T[] items)Clones a list of objects.Methods in net.sf.jasperreports.engine.util with parameters of type JRCloneable Modifier and Type Method Description static <T extends JRCloneable>
T[]JRCloneUtils. cloneArray(T[] items)Clones a list of objects. -
Uses of JRCloneable in net.sf.jasperreports.parts.subreport
Subinterfaces of JRCloneable in net.sf.jasperreports.parts.subreport Modifier and Type Interface Description interfaceSubreportPartComponentSubreport part component interface.Classes in net.sf.jasperreports.parts.subreport that implement JRCloneable Modifier and Type Class Description classStandardSubreportPartComponentStandardSubreportPartComponentimplementation. -
Uses of JRCloneable in net.sf.jasperreports.search
Classes in net.sf.jasperreports.search that implement JRCloneable Modifier and Type Class Description classHitTermInfo
-