Interface IReportItem
- All Known Implementing Classes:
AbstractGeneratedTextRReportItem,AbstractPlotReportItem,AbstractRReportItem,CdfReportItem,HistogramReportItem,PdfReportItem,RCommandRReportItem,StaticTextReportItem,SummaryReportItem,TimeSeriesReportItem
public interface IReportItem
Interface for all displayable report items.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateData(RConnection rConnection) Initializes the generation of data for the report item.voidvisit(IReportRenderingVisitor renderingVisitor) Used to render the report item.
-
Method Details
-
generateData
Initializes the generation of data for the report item.- Parameters:
rConnection- connection to the R engine used for the generation
-
visit
Used to render the report item.- Parameters:
renderingVisitor- Visitor used for rendering the content of each item.
-
getDescription
String getDescription()- Returns:
- description of the content of the report item.
-