Révision 3833

TXM/trunk/bundles/org.txm.chartsengine.r.core/src/org/txm/chartsengine/r/core/RChartsEngine.java (revision 3833)
35 35
	/**
36 36
	 * The charts engine description.
37 37
	 */
38
	public final static String DESCRIPTION = "R";
38
	public final static String DESCRIPTION = "R"; //$NON-NLS-1$
39 39
	
40 40
	
41 41
	/**
......
110 110
	
111 111
	@Override
112 112
	public File exportChartToFile(Object chart, File file, String outputFormat, int imageWidth, int imageHeight, int drawingAreaX, int drawingAreaY, int drawingAreaWidth, int drawingAreaHeight) {
113
		Log.finest(this.getClass() + ".exportChart(): Not fully implemented. Output format, Image dimensions and cropping are not implemented.");
113
		Log.finest(this.getClass() + ".exportChart(): Not fully implemented. Output format, Image dimensions and cropping are not implemented."); //$NON-NLS-1$
114 114
		
115 115
		if (file == null || file.equals(chart)) {
116 116
			return (File) chart; // no need to redraw the chart
......
153 153
	public File plot(File file, String cmd, ChartResult result, String title, String subtitle) {
154 154
		try {
155 155
			
156
			if (!cmd.endsWith(";") && !cmd.endsWith("\n")) { //$NON-NLS-1$
156
			if (!cmd.endsWith(";") && !cmd.endsWith("\n")) { //$NON-NLS-1$ //$NON-NLS-2$
157 157
				cmd += ";"; //$NON-NLS-1$
158 158
			}
159 159
			

Formats disponibles : Unified diff