Class TimeSeriesReportItem
- java.lang.Object
-
- de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractRReportItem
-
- de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractPlotReportItem
-
- de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.TimeSeriesReportItem
-
- All Implemented Interfaces:
IReportItem
public class TimeSeriesReportItem extends AbstractPlotReportItem
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractPlotReportItem
AbstractPlotReportItem.LegendPosition
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_X_AXIS_LABELDefault label for the x axis.-
Fields inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractPlotReportItem
DEFAULT_FONT_SIZE, DEFAULT_GRAPHIC_SIZE, DEFAULT_LEGEND_POSITION
-
Fields inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractRReportItem
DEFAULT_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description TimeSeriesReportItem(String title, int height, int width, int fontSize, String xAxisLabel)TimeSeriesReportItem(String title, String xAxisLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgeneratePlotCommand()Plots the first data set against the second.-
Methods inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractPlotReportItem
addData, generateColorsLegend, generateData, generateLinesLegend, generateRasterGraphic, generateVectorGraphic, getDataCommand, getDataSeries, getName, getTemporaryRasterGraphicFilename, getTemporaryVectorGraphicFilename, removeData, setLegendPos, visit
-
Methods inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reportitems.AbstractRReportItem
getDescription
-
-
-
-
Field Detail
-
DEFAULT_X_AXIS_LABEL
public static final String DEFAULT_X_AXIS_LABEL
Default label for the x axis.- See Also:
- Constant Field Values
-
-
Method Detail
-
generatePlotCommand
protected String generatePlotCommand()
Plots the first data set against the second. Expects to find the measured values in the first set and the measurements number or event time in the second.- Specified by:
generatePlotCommandin classAbstractPlotReportItem- Returns:
- The R command which execution leads to the creation of the plot.
-
-