Revision 1239 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/FMap.java

View differences:

FMap.java
456 456
		   GeneralPath shpR = new GeneralPath(viewPort.getExtent());
457 457
		   shpR.transform(viewPort.getAffineTransform());
458 458
		   g.draw(shpR); */
459
		System.gc();
459 460
	}
460 461

  
461 462
	/**
......
464 465
	 */
465 466
	public void draw(BufferedImage image, Graphics2D g)
466 467
		throws DriverException {
467
		layers.draw(image, g, viewPort,
468
			new Cancellable() {
468
		draw(image, g, new Cancellable() {
469 469
				/**
470 470
				 * @see com.iver.cit.gvsig.fmap.operations.Cancellable#isCanceled()
471 471
				 */

Also available in: Unified diff