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 TypeMethodDescriptionvoid
addInput
(Collection<T> c) Deprecated.void
deleteInput
(Collection<T> c) Deprecated.void
setInput
(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.
-