de.mcs.jmeasurement.renderer |
This package contains classes and interfaces used to renderer the measured data of the JMeasurement package.
|
Java Source File Name | Type | Comment |
DefaultCSVDataRenderer.java | Class | This class is used to render the output of the MaesurementFactory into a
simple csv-based report. |
DefaultHTMLRenderer.java | Class | This class is used to render the output of the MaesurementFactory into a
simple html-based report. |
DefaultTextRenderer.java | Class | The default text renderer is a renderer which will render the data into a
normal text based format. |
MeasureDataRenderer.java | Interface | this is the interface for the data renderer, which will create the string
representations of one MeasurePoint. |
MeasureDataRendererColumnHeader.java | Interface | This interface is used in the getReport() methode of the
MeasureFactory . |
MeasureDataRendererPage.java | Interface | This interface will be used in the getReport() of the
MeasureFactory for defining a header and a footer for the
report and for the pages of a report. |
MeasureDataRendererSnapshot.java | Interface | This interface will be used in the getReport() of the
MeasureFactory for defining a header and a footer for the
report and for the pages of a report espacially for the snapshot part. |