Revision 1676 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.api/src/main/java/org/gvsig/fmap/dal/coverage/grid/render/Render.java

View differences:

Render.java
188 188
	 * @throws InvalidSetViewException
189 189
	 * @throws ArrayIndexOutOfBoundsException
190 190
	 */
191
	public void draw(Graphics2D g, ViewPortData vp, TaskStatus taskStatus)
191
	public Buffer draw(Graphics2D g, ViewPortData vp, TaskStatus taskStatus)
192 192
		throws RasterDriverException, InvalidSetViewException, ProcessInterruptedException;
193 193
	
194 194
	/**
......
226 226
	public void drawThread(Graphics2D g, ViewPortData vp);
227 227
	
228 228
	/**
229
	 * Draws the image with the parameters used in the last drawn. 
230
	 * @return
231
	 */
232
	public Buffer getLastRenderBuffer()
233
		throws RasterDriverException, InvalidSetViewException, ProcessInterruptedException;
234
	
235
	/**
229 236
	 * Sets the view structures to draw
230 237
	 * @param g
231 238
	 * @param vp

Also available in: Unified diff