Révision 2611

tmp/org.txm.chartsengine.core/src/org/txm/chartsengine/core/results/ChartResult.java (revision 2611)
156 156
	}
157 157
	
158 158
	/**
159
	 * 
159
	 * Marks the chart as needing a new rendering.
160 160
	 */
161 161
	public void setChartDirty() {
162 162
		this.chartDirty = true;
......
168 168
	}
169 169
	
170 170
	/**
171
	 * This method is dedicated to be implemented by the inherited chart result classes to define the computing steps.
171
	 * This method is dedicated to be implemented by the inherited result classes to run the computing steps.
172
	 * Subclasses can monitor progress using the dedicated methods.
173
	 * At the start of this method call, the internal monitor have 100 ticks of remaining work to consume.
172 174
	 * 
173
	 * @return true if the result was computed
175
	 * @return should return true if the result was computed, otherwise false
174 176
	 * 
175 177
	 * @throws Exception
176 178
	 */

Formats disponibles : Unified diff