Uses of Interface
net.sf.jasperreports.engine.JRCloneable

Packages that use JRCloneable
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 datasets. 
net.sf.jasperreports.crosstabs   
net.sf.jasperreports.crosstabs.base   
net.sf.jasperreports.crosstabs.design   
net.sf.jasperreports.crosstabs.fill   
net.sf.jasperreports.engine Provides access to the library's main functionality through fa?ade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
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). 
 

Uses of JRCloneable in net.sf.jasperreports.charts
 

Subinterfaces of JRCloneable in net.sf.jasperreports.charts
 interface JRCategoryDataset
           
 interface JRCategorySeries
           
 interface JRDataRange
          Represents a numeric range.
 interface JRHighLowDataset
           
 interface JRPieDataset
           
 interface JRTimePeriodDataset
           
 interface JRTimePeriodSeries
           
 interface JRTimeSeries
           
 interface JRTimeSeriesDataset
           
 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
           
 interface JRXySeries
           
 interface JRXyzDataset
           
 interface JRXyzSeries
           
 

Uses of JRCloneable in net.sf.jasperreports.charts.base
 

Classes in net.sf.jasperreports.charts.base that implement JRCloneable
 class JRBaseCategoryDataset
           
 class JRBaseCategorySeries
           
 class JRBaseDataRange
          An immutable instantiation of a JRDataRange, suitable for holding a range.
 class JRBaseHighLowDataset
           
 class JRBasePieDataset
           
 class JRBaseTimePeriodDataset
           
 class JRBaseTimePeriodSeries
           
 class JRBaseTimeSeries
           
 class JRBaseTimeSeriesDataset
           
 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
 class JRDesignCategoryDataset
           
 class JRDesignCategorySeries
           
 class JRDesignDataRange
          Contains a range of values.
 class JRDesignHighLowDataset
           
 class JRDesignPieDataset
           
 class JRDesignTimePeriodDataset
           
 class JRDesignTimePeriodSeries
           
 class JRDesignTimeSeries
           
 class JRDesignTimeSeriesDataset
           
 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
 

Classes in net.sf.jasperreports.charts.fill that implement JRCloneable
 class JRFillCategoryDataset
           
 class JRFillCategorySeries
           
 class JRFillDataRange
           
 class JRFillHighLowDataset
           
 class JRFillPieDataset
           
 class JRFillTimePeriodDataset
           
 class JRFillTimePeriodSeries
           
 class JRFillTimeSeries
           
 class JRFillTimeSeriesDataset
           
 class JRFillValueDataset
           
 class JRFillValueDisplay
           
 class JRFillXyDataset
           
 class JRFillXySeries
           
 class JRFillXyzDataset
           
 class JRFillXyzSeries
           
 

Uses of JRCloneable in net.sf.jasperreports.charts.util
 

Classes in net.sf.jasperreports.charts.util that implement JRCloneable
 class JRMeterInterval
          Defines a subsection of a meter chart.
 

Uses of JRCloneable in net.sf.jasperreports.crosstabs
 

Subinterfaces of JRCloneable in net.sf.jasperreports.crosstabs
 interface JRCellContents
          Crosstab cell contents interface.
 interface JRCrosstab
          Crosstab element 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 paramters 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
 class JRBaseCellContents
          Base read-only implementation of JRCellContents.
 class JRBaseCrosstab
          Base read-only crosstab implementation.
 class JRBaseCrosstabCell
          Base read-only implementation of JRCrosstabCell.
 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
 class JRDesignCellContents
          Implementation of JRCellContents used for report design.
 class JRDesignCrosstab
          Design-time crosstab implementation.
 class JRDesignCrosstabCell
          Implementation of JRCrosstabCell 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
 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.engine
 

Subinterfaces of JRCloneable in net.sf.jasperreports.engine
 interface JRBand
          Implementations of this interface represent various sections in the report template.
 interface JRBreak
          An abstract representation of a break element.
 interface JRChart
          Implementations of this interface can be used for rendering chart components.
 interface JRChartDataset
          Datasets are used to represent the actual data needed to generate a chart.
static interface JRChartPlot.JRSeriesColor
           
 interface JRChild
          An abstract representation of a report element.
 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
           
 interface JRExpressionChunk
           
 interface JRField
          An abstract representation of a data source field.
 interface JRFrame
          An abstract representation of a report elements container.
 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
           
 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 JRSortField
           
 interface JRStaticText
          An abstract representation of a report static text.
 interface JRSubreport
           
 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 static text.
 interface JRValueParameter
          A report/dataset parameter having an assigned value.
 interface JRVariable
          An interface for implementing classes that deal with report variables.
 

Classes in net.sf.jasperreports.engine that implement JRCloneable
 class JROrigin
           
 

Uses of JRCloneable in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRCloneable
 class JRBaseBand
          Used for implementing band functionality.
 class JRBaseBreak
          The actual implementation of a break element.
 class JRBaseChart
           
 class JRBaseChartDataset
           
static class JRBaseChartPlot.JRBaseSeriesColor
           
 class JRBaseDataset
          The base implementation of JRDataset.
 class JRBaseDatasetParameter
          Base read-only implementation of JRDatasetParameter.
 class JRBaseDatasetRun
          Base implementation of the JRDatasetRun 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 JRBaseFrame
          Base read-only implementation of JRFrame.
 class JRBaseGraphicElement
          This class provides functionality common to graphic elements.
 class JRBaseGroup
           
 class JRBaseHyperlink
          Read-only implementation of JRHyperlink.
 class JRBaseHyperlinkParameter
          Base implementation of JRHyperlinkParameter.
 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 JRBaseQuery
           
 class JRBaseQueryChunk
           
 class JRBaseRectangle
          The actual implementation of a graphic element representing a rectangle.
 class JRBaseSortField
           
 class JRBaseStaticText
          This class is used for representing a static text element.
 class JRBaseSubreport
           
 class JRBaseSubreportParameter
           
 class JRBaseSubreportReturnValue
          Base implementation of JRSubreportReturnValue.
 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.design
 

Classes in net.sf.jasperreports.engine.design that implement JRCloneable
 class JRDesignBand
           
 class JRDesignBreak
          The actual implementation of a break element, used at design time.
 class JRDesignChart
           
 class JRDesignChartDataset
           
 class JRDesignDataset
          Implementation of JRDataset to be used for report desing.
 class JRDesignDatasetParameter
          Implementation of JRDatasetParameter used at design time.
 class JRDesignDatasetRun
          Implementation of JRDatasetRun to be used for report desing.
 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 JRDesignFrame
          Implementation of JRFrame to be used at design time.
 class JRDesignGraphicElement
          This class contains functionality common to graphic elements at design time.
 class JRDesignGroup
           
 class JRDesignHyperlink
          Stand-alone implementation of JRHyperlink which should be used for report design purposes.
 class JRDesignHyperlinkParameter
          Implementation of JRHyperlinkParameter 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 JRDesignQuery
           
 class JRDesignQueryChunk
           
 class JRDesignRectangle
          The actual implementation of a graphic element representing a rectangle, used at design time.
 class JRDesignSortField
           
 class JRDesignStaticText
          This class is used for representing a design static text element.
 class JRDesignSubreport
           
 class JRDesignSubreportParameter
           
 class JRDesignSubreportReturnValue
          Implementation of JRSubreportReturnValue to be used for report desing 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
 class JRFillBand
           
 class JRFillBreak
           
 class JRFillCellContents
          Crosstab cell contents filler.
 class JRFillChart
           
 class JRFillChartDataset
           
 class JRFillCrosstab
          Fill-time implementation of a crosstab.
 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
           
 class JRFillElementGroup
           
 class JRFillEllipse
           
 class JRFillField
           
 class JRFillFrame
          Fill time implementation of a frame element.
protected  class JRFillFrame.JRFillFrameElements
          Frame element container filler.
 class JRFillGraphicElement
           
 class JRFillGroup
           
 class JRFillImage
           
 class JRFillLine
           
 class JRFillParameter
           
 class JRFillRectangle
           
 class JRFillStaticText
           
 class JRFillSubreport
           
 class JRFillSubreportReturnValue
          Implementation of JRSubreportReturnValue used by the filler.
 class JRFillTextElement
           
 class JRFillTextField
           
 class JRFillVariable
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com