custom charts: Add classes for describing a chart
authorGabriel-Andrew Pollo-Guilbert <gabrielpolloguilbert@gmail.com>
Wed, 27 Jul 2016 14:04:16 +0000 (10:04 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Fri, 12 Aug 2016 02:12:29 +0000 (22:12 -0400)
commit36461604f2fb55750f3aab42a88ef541f9b5688e
tree125de64b64991b2e293283e845cf919b3ad33f5a
parent08616713ab80c5b76a7b170018500c09769089d8
custom charts: Add classes for describing a chart

The patch adds a chart data class that contains the
information about which series to plot. The chart
model class contains information about the chart (e.g.
chart type, logscale, etc).

Change-Id: I831bf4d695c52230dd5c9a2c20a4c226d95e32c0
Signed-off-by: Gabriel-Andrew Pollo-Guilbert <gabrielpolloguilbert@gmail.com>
Reviewed-on: https://git.eclipse.org/r/76910
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
tmf/org.eclipse.tracecompass.tmf.chart.core/META-INF/MANIFEST.MF
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/provisional/tmf/chart/core/chart/ChartData.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/provisional/tmf/chart/core/chart/ChartModel.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/provisional/tmf/chart/core/chart/ChartSeries.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/provisional/tmf/chart/core/chart/ChartType.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/provisional/tmf/chart/core/chart/package-info.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/tmf/chart/core/chart/Messages.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/tmf/chart/core/chart/messages.properties [new file with mode: 0644]
This page took 0.029143 seconds and 5 git commands to generate.