Révision 644
| tmp/org.txm.chartsengine.jfreechart.rcp/src/org/txm/chartsengine/jfreechart/rcp/JFCSWTChartsComponentsProvider.java (revision 644) | ||
|---|---|---|
| 9 | 9 |
import org.jfree.chart.plot.CategoryPlot; |
| 10 | 10 |
import org.jfree.chart.plot.Plot; |
| 11 | 11 |
import org.jfree.chart.plot.XYPlot; |
| 12 |
import org.txm.chartsengine.core.ChartCreator; |
|
| 13 | 12 |
import org.txm.chartsengine.core.ChartsEngine; |
| 14 |
import org.txm.chartsengine.core.results.ChartResult; |
|
| 15 |
import org.txm.core.results.TXMResult; |
|
| 16 | 13 |
import org.txm.chartsengine.jfreechart.core.JFCChartsEngine; |
| 17 | 14 |
import org.txm.chartsengine.jfreechart.core.renderers.MouseOverItemSelector; |
| 18 | 15 |
import org.txm.chartsengine.jfreechart.core.renderers.interfaces.IRendererWithItemSelection; |
| 19 | 16 |
import org.txm.chartsengine.jfreechart.rcp.swt.JFCComposite; |
| 20 | 17 |
import org.txm.chartsengine.jfreechart.rcp.themes.highcharts.HighchartsThemeSwing; |
| 21 |
import org.txm.chartsengine.rcp.IChartComponent; |
|
| 22 | 18 |
import org.txm.chartsengine.rcp.SWTChartsComponentsProvider; |
| 23 |
import org.txm.chartsengine.rcp.editors.ChartEditorInput; |
|
| 24 | 19 |
import org.txm.chartsengine.rcp.editors.ChartEditor; |
| 20 |
import org.txm.chartsengine.rcp.editors.ChartEditorInput; |
|
| 25 | 21 |
import org.txm.chartsengine.rcp.swt.ChartComposite; |
| 26 | 22 |
|
| 27 | 23 |
|
| tmp/org.txm.chartsengine.core/src/org/txm/chartsengine/core/results/ChartResult.java (revision 644) | ||
|---|---|---|
| 188 | 188 |
// Creating, if needed. |
| 189 | 189 |
// The change of the chart type parameter can occur if: |
| 190 | 190 |
// - the chart has never been created |
| 191 |
// - the chart type has been changed, e.g. to dynamically change the type of chart |
|
| 191 |
// - the chart type has been changed, e.g. to dynamically change the type of chart or the current charts engine
|
|
| 192 | 192 |
if (this.hasParameterChanged(ChartsEnginePreferences.CHART_TYPE)) {
|
| 193 | 193 |
// FIXME: debug |
| 194 | 194 |
System.err.println("ChartResult.renderChart(): creating chart.");
|
Formats disponibles : Unified diff