Uses of Interface
net.sf.jasperreports.engine.JRCloneable
-
Packages that use JRCloneable Package Description net.sf.jasperreports.barbecue Contains classes for the built-in Barbecue component.net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J component.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.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.dataadapters Contains classes for data adapters.net.sf.jasperreports.dataadapters.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.barbecue
Subinterfaces of JRCloneable in net.sf.jasperreports.barbecue Modifier and Type Interface Description interface
BarbecueComponent
Classes in net.sf.jasperreports.barbecue that implement JRCloneable Modifier and Type Class Description class
StandardBarbecueComponent
-
Uses of JRCloneable in net.sf.jasperreports.barcode4j
Classes in net.sf.jasperreports.barcode4j that implement JRCloneable Modifier and Type Class Description class
Barcode4jComponent
class
BarcodeComponent
class
CodabarComponent
class
Code128Component
class
Code39Component
class
DataMatrixComponent
class
EAN128Component
class
EAN13Component
class
EAN8Component
class
FourStateBarcodeComponent
class
Interleaved2Of5Component
class
PDF417Component
class
POSTNETComponent
class
QRCodeComponent
Contains the main settings for the QRCode componentclass
RoyalMailCustomerComponent
class
UPCAComponent
class
UPCEComponent
class
USPSIntelligentMailComponent
-
Uses of JRCloneable in net.sf.jasperreports.charts
Subinterfaces of JRCloneable in net.sf.jasperreports.charts Modifier and Type Interface Description interface
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.interface
JRBar3DPlot
Deprecated.To be removed.interface
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.interface
JRBubblePlot
Only Bubble charts use this type of plot.interface
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels using expressions.interface
JRCategoryDataset
This dataset accommodates one or more data series consisting of values associated with categories.interface
JRCategoryPlot
Type of plot used for rendering category charts.interface
JRCategorySeries
Represents the series for any Category dataset.interface
JRChart
Implementations of this interface can be used for rendering chart components.interface
JRChartAxis
Describes an axis that can be added to a multiple axis chart.interface
JRChartDataset
Datasets are used to represent the actual data needed to generate a chart.interface
JRChartPlot
Chart plots define chart appearance and display details such as colors, legend or labels.static interface
JRChartPlot.JRSeriesColor
interface
JRDataRange
Represents a numeric range.interface
JRGanttDataset
This dataset accommodates one or more data series consisting of values associated with tasks and subtasks.interface
JRHighLowDataset
Although the name of this dataset is "High-Low", it can actually hold a series of (x, high, low, open, close, volume) items.interface
JRHighLowPlot
Used 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.interface
JRItemLabel
Contains the formatting option for the textual representation of item labels in a category plotinterface
JRLinePlot
Type of plot used to render Line charts.interface
JRMeterPlot
This type of plot can be used only for Meter charts and represents the display options of a Meter Chart.interface
JRMultiAxisPlot
Represents the display options and nested charts of a multiple axis chart.interface
JRPie3DPlot
Deprecated.To be removed.interface
JRPieDataset
This dataset is useful for rendering Pie charts.interface
JRPiePlot
Type of plot used for rendering Pie charts.interface
JRPieSeries
Represents the series for the Pie dataset.interface
JRScatterPlot
Scatter plots are used only with Scatter charts.interface
JRThermometerPlot
Represents the display options of a Thermometer chart.interface
JRTimePeriodDataset
The Time Period dataset is very much like the Time Series dataset in that it wraps series consisting of (time period, numeric value) pairs.interface
JRTimePeriodSeries
Represents the series for the Time Period dataset.interface
JRTimeSeries
Represents the series for the Time Series dataset.interface
JRTimeSeriesDataset
This dataset wraps one or multiple time series.interface
JRTimeSeriesPlot
This 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.interface
JRValueDataset
This class represents a dataset that consists of a single value.interface
JRValueDisplay
Represents the formatting option for the textual representation of a value displayed in a Meter or Thermometer chart.interface
JRXyDataset
This 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.interface
JRXySeries
Represents the series for the XY dataset.interface
JRXyzDataset
The XYZ dataset wraps series consisting of (x, y, z) items.interface
JRXyzSeries
-
Uses of JRCloneable in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRCloneable Modifier and Type Class Description class
JRBaseAreaPlot
class
JRBaseBar3DPlot
Deprecated.To be removed.class
JRBaseBarPlot
class
JRBaseBubblePlot
class
JRBaseCandlestickPlot
class
JRBaseCategoryDataset
class
JRBaseCategorySeries
class
JRBaseChart
class
JRBaseChartAxis
Base read-only implementation ofJRChartAxis
.class
JRBaseChartDataset
class
JRBaseChartPlot
static class
JRBaseChartPlot.JRBaseSeriesColor
class
JRBaseDataRange
An immutable instantiation of aJRDataRange
, suitable for holding a range.class
JRBaseGanttDataset
class
JRBaseHighLowDataset
class
JRBaseHighLowPlot
class
JRBaseItemLabel
An immutable representation of the formatting options for showing the item labels in a category plot.class
JRBaseLinePlot
class
JRBaseMeterPlot
An immutable representation of the layout of a Meter chart.class
JRBaseMultiAxisPlot
An immutable representation of the layout options of a multiple axis chart.class
JRBasePie3DPlot
Deprecated.To be removed.class
JRBasePieDataset
class
JRBasePiePlot
class
JRBasePieSeries
class
JRBaseScatterPlot
class
JRBaseThermometerPlot
An immutable representation of the layout of a thermometer plot.class
JRBaseTimePeriodDataset
class
JRBaseTimePeriodSeries
class
JRBaseTimeSeries
class
JRBaseTimeSeriesDataset
class
JRBaseTimeSeriesPlot
class
JRBaseValueDataset
An immutable version of a dataset that generates a single value.class
JRBaseValueDisplay
An immutable representation of the formatting options for showing the value of a value dataset.class
JRBaseXyDataset
class
JRBaseXySeries
class
JRBaseXyzDataset
class
JRBaseXyzSeries
-
Uses of JRCloneable in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRCloneable Modifier and Type Class Description class
JRDesignAreaPlot
class
JRDesignBar3DPlot
Deprecated.To be removed.class
JRDesignBarPlot
class
JRDesignBubblePlot
class
JRDesignCandlestickPlot
class
JRDesignCategoryDataset
class
JRDesignCategorySeries
class
JRDesignChart
class
JRDesignChartAxis
JRChartAxis
implementation to be used for report design.class
JRDesignChartDataset
class
JRDesignDataRange
Contains a range of values.class
JRDesignGanttDataset
class
JRDesignHighLowDataset
class
JRDesignHighLowPlot
class
JRDesignItemLabel
An object that specifies how an item label should be displayed.class
JRDesignLinePlot
class
JRDesignMeterPlot
A meter plot that displays a single value against a range of values.class
JRDesignMultiAxisPlot
Contains information on how a multiple axis chart should be displayed.class
JRDesignPie3DPlot
Deprecated.To be removed.class
JRDesignPieDataset
class
JRDesignPiePlot
class
JRDesignPieSeries
class
JRDesignScatterPlot
class
JRDesignThermometerPlot
The layout options of a thermometer chart.class
JRDesignTimePeriodDataset
class
JRDesignTimePeriodSeries
class
JRDesignTimeSeries
class
JRDesignTimeSeriesDataset
class
JRDesignTimeSeriesPlot
class
JRDesignValueDataset
A data set that contains a single value.class
JRDesignValueDisplay
An object that specifies how a single value should be displayed.class
JRDesignXyDataset
class
JRDesignXySeries
class
JRDesignXyzDataset
class
JRDesignXyzSeries
-
Uses of JRCloneable in net.sf.jasperreports.charts.fill
-
Uses of JRCloneable in net.sf.jasperreports.charts.util
Classes in net.sf.jasperreports.charts.util that implement JRCloneable Modifier and Type Class Description class
JRMeterInterval
Defines a subsection of a meter chart. -
Uses of JRCloneable in net.sf.jasperreports.components.charts
Subinterfaces of JRCloneable in net.sf.jasperreports.components.charts Modifier and Type Interface Description interface
ChartDataset
interface
ChartPlot
interface
ChartSettings
Classes in net.sf.jasperreports.components.charts that implement JRCloneable Modifier and Type Class Description class
FillChartSettings
-
Uses of JRCloneable in net.sf.jasperreports.components.items
Subinterfaces of JRCloneable in net.sf.jasperreports.components.items Modifier and Type Interface Description interface
Item
The Item interface.interface
ItemData
The ItemData interfaceinterface
ItemProperty
The ItemProperty interface.Classes in net.sf.jasperreports.components.items that implement JRCloneable Modifier and Type Class Description class
StandardItem
class
StandardItemData
class
StandardItemProperty
-
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 class
FillItem
class
FillItemDataset
-
Uses of JRCloneable in net.sf.jasperreports.components.list
Subinterfaces of JRCloneable in net.sf.jasperreports.components.list Modifier and Type Interface Description interface
ListComponent
List component interface.interface
ListContents
Container 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 class
BaseListContents
ListContents
implementation used in compiled reports.class
DesignListContents
ListContents
implementation used at report design time.class
FillDatasetRun
Used to iterate on the list subdataset at fill time.class
FillListContents
List contents fill element container.class
StandardListComponent
StandardListComponent
implementation. -
Uses of JRCloneable in net.sf.jasperreports.components.map
Subinterfaces of JRCloneable in net.sf.jasperreports.components.map Modifier and Type Interface Description interface
MapComponent
The Map component interface.interface
MarkerItemData
Classes in net.sf.jasperreports.components.map that implement JRCloneable Modifier and Type Class Description class
MarkerStandardItemData
Deprecated.Replaced by StandardMarkerItemData.class
StandardMapComponent
class
StandardMarkerItemData
-
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 class
FillLegendItem
class
FillPlaceItem
class
FillResetMapItem
class
FillStyleItem
class
MarkerFillDatasetRun
Used 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 interface
SpiderDataset
interface
SpiderPlot
Classes in net.sf.jasperreports.components.spiderchart that implement JRCloneable Modifier and Type Class Description class
FillSpiderDataset
class
FillSpiderPlot
class
SpiderChartComponent
class
StandardChartSettings
class
StandardSpiderDataset
class
StandardSpiderPlot
-
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 class
ComponentFillSubreport
class
SubreportElementAdapter
class
SubreportParameterAdapter
class
SubreportReturnValueAdapter
-
Uses of JRCloneable in net.sf.jasperreports.components.table
Subinterfaces of JRCloneable in net.sf.jasperreports.components.table Modifier and Type Interface Description interface
BaseCell
interface
BaseColumn
interface
Cell
interface
Column
interface
ColumnGroup
interface
GroupCell
interface
GroupRow
interface
Row
interface
TableComponent
Classes in net.sf.jasperreports.components.table that implement JRCloneable Modifier and Type Class Description class
CompiledBaseCell
class
CompiledCell
class
CompiledRow
class
DesignBaseCell
class
DesignCell
class
StandardBaseColumn
class
StandardColumn
class
StandardColumnGroup
class
StandardGroupCell
class
StandardGroupRow
class
StandardRow
class
StandardTable
-
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 class
SubreportReturnValueAdapter
class
TableReportDataset
class
TableReportGroup
-
Uses of JRCloneable in net.sf.jasperreports.crosstabs
Subinterfaces of JRCloneable in net.sf.jasperreports.crosstabs Modifier and Type Interface Description interface
CrosstabColumnCell
interface
JRCellContents
Crosstab cell contents interface.interface
JRCrosstab
Crosstab element interface.interface
JRCrosstabBucket
Crosstab groups bucketing information interface.interface
JRCrosstabCell
Crosstab data cell interface.interface
JRCrosstabColumnGroup
Crosstab column group interface.interface
JRCrosstabDataset
Input dataset interface used by crosstabs.interface
JRCrosstabGroup
Base interface for crosstab row and column groups.interface
JRCrosstabMeasure
Crosstab measure interface.interface
JRCrosstabParameter
Crosstab parameters interface.interface
JRCrosstabRowGroup
Crosstab 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 class
BaseCrosstabColumnCell
class
JRBaseCellContents
Base read-only implementation ofJRCellContents
.class
JRBaseCrosstab
Base read-onlycrosstab
implementation.class
JRBaseCrosstabBucket
Base read-only implementation ofJRCrosstabBucket
.class
JRBaseCrosstabCell
Base read-only implementation ofJRCrosstabCell
.class
JRBaseCrosstabColumnGroup
Base read-only implementation of crosstab column groups.class
JRBaseCrosstabDataset
Base implementation of crosstab input dataset.class
JRBaseCrosstabGroup
Base read-only implementation for crosstab row and column groups.class
JRBaseCrosstabMeasure
Base read-only crosstab measure implementation.class
JRBaseCrosstabParameter
Base read-only implementation of crosstab parameters.class
JRBaseCrosstabRowGroup
Base 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 class
DesignCrosstabColumnCell
class
JRDesignCellContents
Implementation ofJRCellContents
used for report design.class
JRDesignCrosstab
Design-timecrosstab
implementation.class
JRDesignCrosstabBucket
Implementation ofcrosstab group bucket
to be used for report designing.class
JRDesignCrosstabCell
Implementation ofJRCrosstabCell
to be used for report design.class
JRDesignCrosstabColumnGroup
Crosstab column group implementation to be used for report designing.class
JRDesignCrosstabDataset
Input crosstab dataset implementation to be used at design time.class
JRDesignCrosstabGroup
Base crosstab row/column group implementation to be used at design time.class
JRDesignCrosstabMeasure
Crosstab measure implementation to be used for report designing.class
JRDesignCrosstabParameter
Implementation of crosstab parameters to be used for report designing.class
JRDesignCrosstabRowGroup
Crosstab 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 class
JRFillCrosstabCell
class
JRFillCrosstabColumnGroup
Crosstab column group implementation used at fill time.class
JRFillCrosstabGroup
Base crosstab row/column group implementation used at fill time.class
JRFillCrosstabMeasure
class
JRFillCrosstabParameter
Crosstab parameter implementation used at fill time.class
JRFillCrosstabRowGroup
Crosstab row group implementation used at fill time. -
Uses of JRCloneable in net.sf.jasperreports.dataadapters
Subinterfaces of JRCloneable in net.sf.jasperreports.dataadapters Modifier and Type Interface Description interface
DataFile
interface
RepositoryDataLocation
Classes in net.sf.jasperreports.dataadapters that implement JRCloneable Modifier and Type Class Description class
StandardRepositoryDataLocation
-
Uses of JRCloneable in net.sf.jasperreports.dataadapters.http
Subinterfaces of JRCloneable in net.sf.jasperreports.dataadapters.http Modifier and Type Interface Description interface
HttpDataLocation
Classes in net.sf.jasperreports.dataadapters.http that implement JRCloneable Modifier and Type Class Description class
HttpLocationParameter
class
StandardHttpDataLocation
-
Uses of JRCloneable in net.sf.jasperreports.engine
Subinterfaces of JRCloneable in net.sf.jasperreports.engine Modifier and Type Interface Description interface
CommonReturnValue
A value copied from a subdataset or from an expression into a variable of the parent report.interface
DatasetPropertyExpression
Report property with a value based on an expression and an evaluation time attribute.interface
ExpressionReturnValue
A value copied from an expression into a variable of the parent report.interface
JRBand
Implementations of this interface represent various bands in the report template.interface
JRBreak
An abstract representation of a break element.interface
JRChild
An abstract representation of a report element.interface
JRComponentElement
A report element that wraps an abstract component.interface
JRConditionalStyle
interface
JRDataset
Interface representing a data set that can be used in a report.interface
JRDatasetParameter
Dataset parameter value interface.interface
JRDatasetRun
Interface of an sub dataset instantiation.interface
JRElement
An abstract representation of a report element.interface
JRElementDataset
Element datasets are used to represent the report data needed to generate a chart or crosstab.interface
JRElementGroup
Groups several report elements.interface
JREllipse
An abstract representation of a graphic element representing an ellipse.interface
JRExpression
Provides the JasperReports expressions functionality.interface
JRExpressionChunk
interface
JRField
An abstract representation of a data source field.interface
JRFrame
An abstract representation of a report elements container.interface
JRGenericElement
A "generic" report element that will produce ageneric print element
in the generated report.interface
JRGenericElementParameter
A generic report element parameter.interface
JRGraphicElement
An abstract representation of a report graphic element.interface
JRGroup
Groups represent a flexible way to organize data on a report.interface
JRHyperlink
An interface providing hyperlink functionality.interface
JRHyperlinkParameter
A hyperlink parameter, consisting of a name and a value expression.interface
JRImage
An abstract representation of a graphic element representing an image.interface
JRLine
An abstract representation of a graphic element representing a straight line.interface
JRParameter
Provides functionality for report parameters.interface
JRPart
interface
JRPropertyExpression
Report property with a value based on an expression.interface
JRQuery
Represents a query used for generation of report data.interface
JRQueryChunk
interface
JRRectangle
An abstract representation of a graphic element representing a rectangle.interface
JRScriptlet
interface
JRSection
Implementations of this interface represent various sections in the report template.interface
JRSortField
Provides support for in-memory field-based data source sorting.interface
JRStaticText
An abstract representation of a report static text.interface
JRStyle
Provides a collection of style settings declared at the report level.interface
JRSubreport
An abstract representation of a subreport.interface
JRSubreportParameter
interface
JRSubreportReturnValue
A value copied from a subreport into a variable of the master report.interface
JRTextElement
An abstract representation of a report text element.interface
JRTextField
An abstract representation of a report text.interface
JRValueParameter
A report/dataset parameter having an assigned value.interface
JRVariable
An interface for implementing classes that deal with report variables.interface
ReturnValue
A value copied from a subdataset into a variable of the parent report.interface
VariableReturnValue
A 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 class
ElementDecorator
class
JROrigin
class
TabStop
-
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 interface
DataAxis
interface
DataAxisLevel
interface
DataLevelBucket
interface
DataLevelBucketProperty
interface
DataMeasure
interface
MultiAxisData
interface
MultiAxisDataset
Classes in net.sf.jasperreports.engine.analytics.dataset that implement JRCloneable Modifier and Type Class Description class
BaseDataAxis
class
BaseDataAxisLevel
class
BaseDataLevelBucket
class
BaseDataLevelBucketProperty
class
BaseDataMeasure
class
BaseMultiAxisData
class
BaseMultiAxisDataset
class
DesignDataAxis
class
DesignDataAxisLevel
class
DesignDataLevelBucket
class
DesignDataLevelBucketProperty
class
DesignDataMeasure
class
DesignMultiAxisData
class
DesignMultiAxisDataset
class
FillMultiAxisDataset
-
Uses of JRCloneable in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRCloneable Modifier and Type Class Description class
BaseCommonReturnValue
Base implementation ofCommonReturnValue
.class
BaseDatasetPropertyExpression
Base implementation ofDatasetPropertyExpression
.class
BaseExpressionReturnValue
Base implementation ofExpressionReturnValue
.class
BaseReturnValue
Base implementation ofReturnValue
.class
JRBaseBand
Used for implementing band functionality.class
JRBaseBreak
The actual implementation of a break element.class
JRBaseComponentElement
A read-onlyJRComponentElement
implementation which is included in compiled reports.class
JRBaseConditionalStyle
class
JRBaseDataset
The base implementation ofJRDataset
.class
JRBaseDatasetParameter
Base read-only implementation ofJRDatasetParameter
.class
JRBaseDatasetRun
Base implementation of theJRDatasetRun
interface.class
JRBaseElement
This class provides a skeleton implementation for a report element.class
JRBaseElementDataset
class
JRBaseElementGroup
class
JRBaseEllipse
The actual implementation of a graphic element representing an ellipse.class
JRBaseExpression
class
JRBaseExpressionChunk
class
JRBaseField
class
JRBaseFont
class
JRBaseFrame
Base read-only implementation ofJRFrame
.class
JRBaseGenericElement
A read-only implementation ofJRGenericElement
that is included in compiled reports.class
JRBaseGenericElementParameter
A read-only implementation ofJRGenericElementParameter
that is included in compiled reports.class
JRBaseGraphicElement
This class provides functionality common to graphic elements.class
JRBaseGroup
class
JRBaseHyperlink
Read-only implementation ofJRHyperlink
.class
JRBaseHyperlinkParameter
Base implementation ofJRHyperlinkParameter
.class
JRBaseImage
The actual implementation of a graphic element representing an image.class
JRBaseLine
The actual implementation of a graphic element representing a straight line.class
JRBaseParameter
class
JRBasePart
A read-onlyJRPart
implementation which is included in compiled reports.class
JRBasePropertyExpression
Base implementation ofJRPropertyExpression
.class
JRBaseQuery
class
JRBaseQueryChunk
class
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle.class
JRBaseReportTemplate
Base read-only implementation ofJRReportTemplate
.class
JRBaseScriptlet
class
JRBaseSection
Used for implementing section functionality.class
JRBaseSortField
class
JRBaseStaticText
This class is used for representing a static text element.class
JRBaseStyle
class
JRBaseSubreport
class
JRBaseSubreportParameter
class
JRBaseSubreportReturnValue
Base implementation ofJRSubreportReturnValue
.class
JRBaseTextElement
This class provides functionality common to text elements.class
JRBaseTextField
This class is used for representing a text field.class
JRBaseVariable
-
Uses of JRCloneable in net.sf.jasperreports.engine.data
Classes in net.sf.jasperreports.engine.data that implement JRCloneable Modifier and Type Class Description class
TextDataSourceAttributes
-
Uses of JRCloneable in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRCloneable Modifier and Type Class Description class
DesignCommonReturnValue
Implementation ofReturnValue
to be used for report design purposes.class
DesignDatasetPropertyExpression
Implementation ofDatasetPropertyExpression
to be used at report design time.class
DesignExpressionReturnValue
Implementation ofExpressionReturnValue
to be used for report design purposes.class
DesignReturnValue
Implementation ofReturnValue
to be used for report design purposes.class
JRDesignBand
class
JRDesignBreak
The actual implementation of a break element, used at design time.class
JRDesignComponentElement
AJRComponentElement
implementation which is to be used at report design time.class
JRDesignConditionalStyle
class
JRDesignDataset
Implementation ofJRDataset
to be used for report design.class
JRDesignDatasetParameter
Implementation ofJRDatasetParameter
used at design time.class
JRDesignDatasetRun
Implementation ofJRDatasetRun
to be used for report design.class
JRDesignElement
This class provides a skeleton implementation for a design time report element.class
JRDesignElementDataset
class
JRDesignElementGroup
class
JRDesignEllipse
The actual implementation of a graphic element representing an ellipse, used at design time.class
JRDesignExpression
class
JRDesignExpressionChunk
class
JRDesignField
class
JRDesignFont
class
JRDesignFrame
Implementation ofJRFrame
to be used at design time.class
JRDesignGenericElement
A implementation ofJRGenericElement
that is to be used at report design time.class
JRDesignGenericElementParameter
A implementation ofJRBaseGenericElementParameter
that is to be used at report design time.class
JRDesignGraphicElement
This class contains functionality common to graphic elements at design time.class
JRDesignGroup
class
JRDesignHyperlink
Stand-alone implementation ofJRHyperlink
which should be used for report design purposes.class
JRDesignHyperlinkParameter
Implementation ofJRHyperlinkParameter
that can be used for report designing purposes.class
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time.class
JRDesignLine
The actual implementation of a graphic element representing a straight line, used at design time.class
JRDesignParameter
class
JRDesignPart
class
JRDesignPropertyExpression
Implementation ofJRPropertyExpression
to be used at report design time.class
JRDesignQuery
class
JRDesignQueryChunk
class
JRDesignRectangle
The actual implementation of a graphic element representing a rectangle, used at design time.class
JRDesignReportTemplate
JRReportTemplate
implementation to be used at report design time.class
JRDesignScriptlet
class
JRDesignSection
class
JRDesignSortField
class
JRDesignStaticText
This class is used for representing a design static text element.class
JRDesignStyle
class
JRDesignSubreport
class
JRDesignSubreportParameter
class
JRDesignSubreportReturnValue
Implementation ofJRSubreportReturnValue
to be used for report design purposes.class
JRDesignTextElement
This class provides functionality common to design text elements.class
JRDesignTextField
class
JRDesignVariable
-
Uses of JRCloneable in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRCloneable Modifier and Type Class Description class
JRFillBand
class
JRFillBreak
class
JRFillCellContents
Crosstab cell contents filler.class
JRFillCommonReturnValue
Implementation ofCommonReturnValue
used by the filler.class
JRFillComponentElement
AJRComponentElement
which is used during report fill.class
JRFillCrosstab
Fill-time implementation of acrosstab
.class
JRFillCrosstab.JRFillCrosstabDataset
Fill-time crosstab input dataset implementation.class
JRFillDataset
class
JRFillDatasetRun
Class used to instantiate sub datasets.class
JRFillElement
class
JRFillElementContainer
Abstract implementation of an element container filler.class
JRFillElementDataset
AbstractJRElementDataset
implementation used at report fill time.class
JRFillElementGroup
class
JRFillEllipse
class
JRFillExpressionReturnValue
Implementation ofExpressionReturnValue
used by the filler.class
JRFillField
class
JRFillFrame
Fill time implementation of a frame element.protected class
JRFillFrame.JRFillFrameElements
Frame element container filler.class
JRFillGenericElement
AJRGenericElement
used during report fill.class
JRFillGraphicElement
class
JRFillGroup
class
JRFillImage
class
JRFillLine
class
JRFillParameter
class
JRFillRectangle
class
JRFillScriptlet
class
JRFillSection
class
JRFillStaticText
class
JRFillSubreport
class
JRFillTextElement
class
JRFillTextField
class
JRFillVariable
class
JRFillVariableReturnValue
Implementation ofVariableReturnValue
used 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 interface
FontSet
interface
FontSetFamily
Classes in net.sf.jasperreports.engine.fonts that implement JRCloneable Modifier and Type Class Description class
SimpleFontFace
class
SimpleFontFamily
class
SimpleFontSet
class
SimpleFontSetFamily
-
Uses of JRCloneable in net.sf.jasperreports.engine.util
Subinterfaces of JRCloneable in net.sf.jasperreports.engine.util Modifier and Type Interface Description interface
StoreCloneable<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>
List<T>JRCloneUtils. cloneList(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 interface
SubreportPartComponent
Subreport part component interface.Classes in net.sf.jasperreports.parts.subreport that implement JRCloneable Modifier and Type Class Description class
StandardSubreportPartComponent
StandardSubreportPartComponent
implementation. -
Uses of JRCloneable in net.sf.jasperreports.search
Classes in net.sf.jasperreports.search that implement JRCloneable Modifier and Type Class Description class
HitTermInfo
-