Uses of Interface
net.sf.jasperreports.engine.JRCloneable
Packages that use JRCloneable
Package
Description
Contains classes for the built-in Barbecue component.
Contains classes for the built-in Barcode4J component.
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains utility classes for complex chart customization.
Contains interfaces and base classes for the built-in Spider Chart component.
Contains classes and interfaces for the item based components.
Contains classes and interfaces for filling the item based components.
Contains classes for the built-in List component.
Contains classes for the built-in Spider Chart component.
Contains fill time implementations for subreport component related interfaces.
Contains classes for the built-in Table component.
Contains fill time implementations for Table component related interfaces.
Contains classes for the Crosstab report element.
Contains base classes for the Crosstab report element.
Contains design classes for the Crosstab report element.
Contains classes to be used at report filling time for the Crosstab report element.
Contains classes for data adapters.
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.
Contains base implementations for the library's main interfaces.
Provides various report data source implementations and allows creating custom data sources.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Provides support for font extensions.
Contains utility classes for the core library.
Provides support for JasperReports search feature.
-
Uses of JRCloneable in net.sf.jasperreports.barbecue
Subinterfaces of JRCloneable in net.sf.jasperreports.barbecueClasses in net.sf.jasperreports.barbecue that implement JRCloneable -
Uses of JRCloneable in net.sf.jasperreports.barcode4j
Classes in net.sf.jasperreports.barcode4j that implement JRCloneableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassContains the main settings for the QRCode componentclassclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.charts
Subinterfaces of JRCloneable in net.sf.jasperreports.chartsModifier and TypeInterfaceDescriptioninterfaceArea charts and Stacked Area charts rely on this plot to render their axes and items.interfaceDeprecated.To be removed.interfaceType of plot used to render Bar, Stacked Bar, and XY Bar charts.interfaceOnly Bubble charts use this type of plot.interfaceThe Candlestick plot is also an axis-oriented plot and allows you to customize axis labels using expressions.interfaceThis dataset accommodates one or more data series consisting of values associated with categories.interfaceType of plot used for rendering category charts.interfaceRepresents the series for any Category dataset.interfaceImplementations of this interface can be used for rendering chart components.interfaceDescribes an axis that can be added to a multiple axis chart.interfaceDatasets are used to represent the actual data needed to generate a chart.interfaceChart plots define chart appearance and display details such as colors, legend or labels.static interfaceinterfaceRepresents a numeric range.interfaceThis dataset accommodates one or more data series consisting of values associated with tasks and subtasks.interfaceAlthough the name of this dataset is "High-Low", it can actually hold a series of (x, high, low, open, close, volume) items.interfaceUsed 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.interfaceContains the formatting option for the textual representation of item labels in a category plotinterfaceType of plot used to render Line charts.interfaceThis type of plot can be used only for Meter charts and represents the display options of a Meter Chart.interfaceRepresents the display options and nested charts of a multiple axis chart.interfaceDeprecated.To be removed.interfaceThis dataset is useful for rendering Pie charts.interfaceType of plot used for rendering Pie charts.interfaceRepresents the series for the Pie dataset.interfaceScatter plots are used only with Scatter charts.interfaceRepresents the display options of a Thermometer chart.interfaceThe Time Period dataset is very much like the Time Series dataset in that it wraps series consisting of (time period, numeric value) pairs.interfaceRepresents the series for the Time Period dataset.interfaceRepresents the series for the Time Series dataset.interfaceThis dataset wraps one or multiple time series.interfaceThis 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.interfaceThis class represents a dataset that consists of a single value.interfaceRepresents the formatting option for the textual representation of a value displayed in a Meter or Thermometer chart.interfaceThis 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.interfaceRepresents the series for the XY dataset.interfaceThe XYZ dataset wraps series consisting of (x, y, z) items.interface -
Uses of JRCloneable in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRCloneableModifier and TypeClassDescriptionclassclassDeprecated.To be removed.classclassclassclassclassclassclassBase read-only implementation ofJRChartAxis.classclassstatic classclassAn immutable instantiation of aJRDataRange, suitable for holding a range.classclassclassclassAn immutable representation of the formatting options for showing the item labels in a category plot.classclassAn immutable representation of the layout of a Meter chart.classAn immutable representation of the layout options of a multiple axis chart.classDeprecated.To be removed.classclassclassclassclassAn immutable representation of the layout of a thermometer plot.classclassclassclassclassclassAn immutable version of a dataset that generates a single value.classAn immutable representation of the formatting options for showing the value of a value dataset.classclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRCloneableModifier and TypeClassDescriptionclassclassDeprecated.To be removed.classclassclassclassclassclassclassJRChartAxisimplementation to be used for report design.classclassContains a range of values.classclassclassclassAn object that specifies how an item label should be displayed.classclassA meter plot that displays a single value against a range of values.classContains information on how a multiple axis chart should be displayed.classDeprecated.To be removed.classclassclassclassclassThe layout options of a thermometer chart.classclassclassclassclassclassA data set that contains a single value.classAn object that specifies how a single value should be displayed.classclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRCloneableModifier and TypeClassDescriptionclassclassDeprecated.To be removed.classclassclassclassclassclassclassDescribes an axis that can be added to a multiple axis chart.classclassclassclassclassclassclassclassclassclassclassclassDeprecated.To be removed.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.charts.util
Classes in net.sf.jasperreports.charts.util that implement JRCloneable -
Uses of JRCloneable in net.sf.jasperreports.components.charts
Subinterfaces of JRCloneable in net.sf.jasperreports.components.chartsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in net.sf.jasperreports.components.charts that implement JRCloneable -
Uses of JRCloneable in net.sf.jasperreports.components.items
Subinterfaces of JRCloneable in net.sf.jasperreports.components.itemsModifier and TypeInterfaceDescriptioninterfaceThe Item interface.interfaceThe ItemData interfaceinterfaceThe ItemProperty interface.Classes in net.sf.jasperreports.components.items that implement JRCloneableModifier and TypeClassDescriptionclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.components.items.fill
Classes in net.sf.jasperreports.components.items.fill that implement JRCloneable -
Uses of JRCloneable in net.sf.jasperreports.components.list
Subinterfaces of JRCloneable in net.sf.jasperreports.components.listModifier and TypeInterfaceDescriptioninterfaceList component interface.interfaceContainer of report elements that are to be printed for each record in the list subdataset.Classes in net.sf.jasperreports.components.list that implement JRCloneableModifier and TypeClassDescriptionclassListContentsimplementation used in compiled reports.classListContentsimplementation used at report design time.classUsed to iterate on the list subdataset at fill time.classList contents fill element container.classStandardListComponentimplementation. -
Uses of JRCloneable in net.sf.jasperreports.components.spiderchart
Subinterfaces of JRCloneable in net.sf.jasperreports.components.spiderchartClasses in net.sf.jasperreports.components.spiderchart that implement JRCloneableModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRCloneableModifier and TypeClassDescriptionclassclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.components.table
Subinterfaces of JRCloneable in net.sf.jasperreports.components.tableModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in net.sf.jasperreports.components.table that implement JRCloneableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement JRCloneableModifier and TypeClassDescriptionclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.crosstabs
Subinterfaces of JRCloneable in net.sf.jasperreports.crosstabsModifier and TypeInterfaceDescriptioninterfaceinterfaceCrosstab cell contents interface.interfaceCrosstab element interface.interfaceCrosstab groups bucketing information interface.interfaceCrosstab data cell interface.interfaceCrosstab column group interface.interfaceInput dataset interface used by crosstabs.interfaceBase interface for crosstab row and column groups.interfaceCrosstab measure interface.interfaceCrosstab parameters interface.interfaceCrosstab row group interface. -
Uses of JRCloneable in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRCloneableModifier and TypeClassDescriptionclassclassBase read-only implementation ofJRCellContents.classBase read-onlycrosstabimplementation.classBase read-only implementation ofJRCrosstabBucket.classBase read-only implementation ofJRCrosstabCell.classBase read-only implementation of crosstab column groups.classBase implementation of crosstab input dataset.classBase read-only implementation for crosstab row and column groups.classBase read-only crosstab measure implementation.classBase read-only implementation of crosstab parameters.classBase 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 JRCloneableModifier and TypeClassDescriptionclassclassImplementation ofJRCellContentsused for report design.classDesign-timecrosstabimplementation.classImplementation ofcrosstab group bucketto be used for report designing.classImplementation ofJRCrosstabCellto be used for report design.classCrosstab column group implementation to be used for report designing.classInput crosstab dataset implementation to be used at design time.classBase crosstab row/column group implementation to be used at design time.classCrosstab measure implementation to be used for report designing.classImplementation of crosstab parameters to be used for report designing.classCrosstab 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 JRCloneableModifier and TypeClassDescriptionclassclassCrosstab column group implementation used at fill time.classBase crosstab row/column group implementation used at fill time.classclassCrosstab parameter implementation used at fill time.classCrosstab row group implementation used at fill time. -
Uses of JRCloneable in net.sf.jasperreports.data
Subinterfaces of JRCloneable in net.sf.jasperreports.dataClasses in net.sf.jasperreports.data that implement JRCloneable -
Uses of JRCloneable in net.sf.jasperreports.data.http
Classes in net.sf.jasperreports.data.http that implement JRCloneable -
Uses of JRCloneable in net.sf.jasperreports.dataadapters
Subinterfaces of JRCloneable in net.sf.jasperreports.dataadapters -
Uses of JRCloneable in net.sf.jasperreports.dataadapters.http
Subinterfaces of JRCloneable in net.sf.jasperreports.dataadapters.http -
Uses of JRCloneable in net.sf.jasperreports.engine
Subinterfaces of JRCloneable in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterfaceA value copied from a subdataset or from an expression into a variable of the parent report.interfaceReport property with a value based on an expression and an evaluation time attribute.interfaceA value copied from an expression into a variable of the parent report.interfaceImplementations of this interface represent various bands in the report template.interfaceAn abstract representation of a break element.interfaceAn abstract representation of a report element.interfaceA report element that wraps an abstract component.interfaceinterfaceInterface representing a data set that can be used in a report.interfaceDataset parameter value interface.interfaceInterface of an sub dataset instantiation.interfaceAn abstract representation of a report element.interfaceElement datasets are used to represent the report data needed to generate a chart or crosstab.interfaceGroups several report elements.interfaceAn abstract representation of a graphic element representing an ellipse.interfaceProvides the JasperReports expressions functionality.interfaceinterfaceAn abstract representation of a data source field.interfaceAn abstract representation of a report elements container.interfaceA "generic" report element that will produce ageneric print elementin the generated report.interfaceA generic report element parameter.interfaceAn abstract representation of a report graphic element.interfaceGroups represent a flexible way to organize data on a report.interfaceAn interface providing hyperlink functionality.interfaceA hyperlink parameter, consisting of a name and a value expression.interfaceAn abstract representation of a graphic element representing an image.interfaceAn abstract representation of a graphic element representing a straight line.interfaceProvides functionality for report parameters.interfaceinterfaceReport property with a value based on an expression.interfaceRepresents a query used for generation of report data.interfaceinterfaceAn abstract representation of a graphic element representing a rectangle.interfaceinterfaceImplementations of this interface represent various sections in the report template.interfaceProvides support for in-memory field-based data source sorting.interfaceAn abstract representation of a report static text.interfaceProvides a collection of style settings declared at the report level.interfaceAn abstract representation of a subreport.interfaceinterfaceA value copied from a subreport into a variable of the master report.interfaceAn abstract representation of a report text element.interfaceAn abstract representation of a report text.interfaceA report/dataset parameter having an assigned value.interfaceAn interface for implementing classes that deal with report variables.interfaceA value copied from a subdataset into a variable of the parent report.interfaceA value copied from a subdataset into a variable of the parent report.Classes in net.sf.jasperreports.engine that implement JRCloneable -
Uses of JRCloneable in net.sf.jasperreports.engine.analytics.dataset
Subinterfaces of JRCloneable in net.sf.jasperreports.engine.analytics.datasetModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in net.sf.jasperreports.engine.analytics.dataset that implement JRCloneableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRCloneableModifier and TypeClassDescriptionclassBase implementation ofCommonReturnValue.classBase implementation ofDatasetPropertyExpression.classBase implementation ofExpressionReturnValue.classBase implementation ofReturnValue.classUsed for implementing band functionality.classThe actual implementation of a break element.classA read-onlyJRComponentElementimplementation which is included in compiled reports.classclassThe base implementation ofJRDataset.classBase read-only implementation ofJRDatasetParameter.classBase implementation of theJRDatasetRuninterface.classThis class provides a skeleton implementation for a report element.classclassclassThe actual implementation of a graphic element representing an ellipse.classclassclassclassclassBase read-only implementation ofJRFrame.classA read-only implementation ofJRGenericElementthat is included in compiled reports.classA read-only implementation ofJRGenericElementParameterthat is included in compiled reports.classThis class provides functionality common to graphic elements.classclassRead-only implementation ofJRHyperlink.classBase implementation ofJRHyperlinkParameter.classThe actual implementation of a graphic element representing an image.classThe actual implementation of a graphic element representing a straight line.classclassA read-onlyJRPartimplementation which is included in compiled reports.classBase implementation ofJRPropertyExpression.classclassclassThe actual implementation of a graphic element representing a rectangle.classBase read-only implementation ofJRReportTemplate.classclassUsed for implementing section functionality.classclassThis class is used for representing a static text element.classclassclassclassBase implementation ofJRSubreportReturnValue.classThis class provides functionality common to text elements.classThis class is used for representing a text field.class -
Uses of JRCloneable in net.sf.jasperreports.engine.data
Classes in net.sf.jasperreports.engine.data that implement JRCloneable -
Uses of JRCloneable in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRCloneableModifier and TypeClassDescriptionclassImplementation ofReturnValueto be used for report design purposes.classImplementation ofDatasetPropertyExpressionto be used at report design time.classImplementation ofExpressionReturnValueto be used for report design purposes.classImplementation ofReturnValueto be used for report design purposes.classclassThe actual implementation of a break element, used at design time.classAJRComponentElementimplementation which is to be used at report design time.classclassImplementation ofJRDatasetto be used for report design.classImplementation ofJRDatasetParameterused at design time.classImplementation ofJRDatasetRunto be used for report design.classThis class provides a skeleton implementation for a design time report element.classclassclassThe actual implementation of a graphic element representing an ellipse, used at design time.classclassclassclassclassImplementation ofJRFrameto be used at design time.classA implementation ofJRGenericElementthat is to be used at report design time.classA implementation ofJRBaseGenericElementParameterthat is to be used at report design time.classThis class contains functionality common to graphic elements at design time.classclassStand-alone implementation ofJRHyperlinkwhich should be used for report design purposes.classImplementation ofJRHyperlinkParameterthat can be used for report designing purposes.classThe actual implementation of a graphic element representing an image, used at design time.classThe actual implementation of a graphic element representing a straight line, used at design time.classclassclassImplementation ofJRPropertyExpressionto be used at report design time.classclassclassThe actual implementation of a graphic element representing a rectangle, used at design time.classJRReportTemplateimplementation to be used at report design time.classclassclassclassThis class is used for representing a design static text element.classclassclassclassImplementation ofJRSubreportReturnValueto be used for report design purposes.classThis class provides functionality common to design text elements.classclass -
Uses of JRCloneable in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRCloneableModifier and TypeClassDescriptionclassclassclassCrosstab cell contents filler.classImplementation ofCommonReturnValueused by the filler.classAJRComponentElementwhich is used during report fill.classFill-time implementation of acrosstab.classFill-time crosstab input dataset implementation.classclassClass used to instantiate sub datasets.classclassAbstract implementation of an element container filler.classAbstractJRElementDatasetimplementation used at report fill time.classclassclassImplementation ofExpressionReturnValueused by the filler.classclassFill time implementation of a frame element.protected classFrame element container filler.classAJRGenericElementused during report fill.classclassclassclassclassclassclassclassclassclassclassclassclassclassImplementation ofVariableReturnValueused by the filler. -
Uses of JRCloneable in net.sf.jasperreports.engine.fonts
Subinterfaces of JRCloneable in net.sf.jasperreports.engine.fontsClasses in net.sf.jasperreports.engine.fonts that implement JRCloneableModifier and TypeClassDescriptionclassclassclassclass -
Uses of JRCloneable in net.sf.jasperreports.engine.util
Subinterfaces of JRCloneable in net.sf.jasperreports.engine.utilMethods in net.sf.jasperreports.engine.util with type parameters of type JRCloneableModifier and TypeMethodDescription<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> 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 JRCloneableModifier and TypeMethodDescriptionstatic <T extends JRCloneable>
T[]JRCloneUtils.cloneArray(T[] items) Clones a list of objects.Methods in net.sf.jasperreports.engine.util with parameters of type JRCloneableModifier and TypeMethodDescriptionstatic <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.subreportModifier and TypeInterfaceDescriptioninterfaceSubreport part component interface.Classes in net.sf.jasperreports.parts.subreport that implement JRCloneable -
Uses of JRCloneable in net.sf.jasperreports.search
Classes in net.sf.jasperreports.search that implement JRCloneable