Révision 2322
| tmp/org.txm.chartsengine.graphstream.core/src/org/txm/chartsengine/graphstream/core/GSChartsEngine.java (revision 2322) | ||
|---|---|---|
| 9 | 9 |
import org.eclipse.core.runtime.IProgressMonitor; |
| 10 | 10 |
import org.txm.chartsengine.core.ChartsEngine; |
| 11 | 11 |
import org.txm.chartsengine.graphstream.core.preferences.GSChartsEnginePreferences; |
| 12 |
import org.txm.core.preferences.TXMPreferences; |
|
| 13 | 12 |
|
| 14 | 13 |
/** |
| 15 | 14 |
* GraphStream charts engine. |
| ... | ... | |
| 33 | 32 |
/** |
| 34 | 33 |
* The charts engine description. |
| 35 | 34 |
*/ |
| 36 |
public final static String DESCRIPTION = "GraphStream/Java2D";
|
|
| 35 |
public final static String DESCRIPTION = "GraphStream"; |
|
| 37 | 36 |
|
| 38 | 37 |
|
| 39 | 38 |
|
| ... | ... | |
| 122 | 121 |
|
| 123 | 122 |
@Override |
| 124 | 123 |
public ArrayList<String> getSupportedOutputFileFormats() {
|
| 124 |
System.err.println("ECEChartsEngine.getSupportedOutputFileFormats(): not yet implemented.");
|
|
| 125 | 125 |
ArrayList<String> formats = new ArrayList<String>(1); |
| 126 |
formats.add(OUTPUT_FORMAT_NONE); |
|
| 126 | 127 |
return formats; |
| 127 | 128 |
|
| 128 | 129 |
} |
Formats disponibles : Unified diff