Interface IVisualisation<T>
- Type Parameters:
T- The class of the data which can be displayed in this viewer
- All Known Implementing Classes:
AbstractHtmlReportView,AbstractHtmlRReportView,AbstractJFreeChartUtilizationWidthReport,AbstractJFreeChartWidthReport,ConfidenceIntervalsHtmlReportView,DemandTimeHtmlReportView,DistributionComparisonHtmlReportView,JFreeChartCDFReport,JFreeChartHistogramReport,JFreeChartPieReport,JFreeChartTimeSeriesReport,JFreeChartUtilizationReport,TimeSeriesHtmlReportView
public interface IVisualisation<T>
Deprecated.
Superseded by EDP2.
Interface for a sensorframework visualisation / editor.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddInput(Collection<T> c) Deprecated.voiddeleteInput(Collection<T> c) Deprecated.voidsetInput(Collection<T> c) Deprecated.Display the given set of data
-
Method Details
-
setInput
Deprecated.Display the given set of data- Parameters:
c- The data to display. It is of type T which is understood by the viewer
-
addInput
Deprecated. -
deleteInput
Deprecated.
-