Revision 12567 trunk/libraries/libRaster/src/org/gvsig/raster/grid/render/Rendering.java

View differences:

Rendering.java
547 547
		 */
548 548
	public void setRenderBands(int[] renderBands) {
549 549
		this.renderBands = renderBands;
550
		for (int i = 0; i < filterList.lenght(); i++) 
550
		for (int i = 0; i < filterList.lenght(); i++)
551 551
			((RasterFilter)filterList.get(i)).addParam("renderBands", renderBands);
552 552
	}
553 553

  
......
584 584
		return lastTransparency;
585 585
	}
586 586

  
587
	public void setLastTransparency(GridTransparency lastTransparency) {
588
		this.lastTransparency = lastTransparency;
589
	}
590

  
587 591
	/**
588 592
	 * Obtiene las lista de filtros aplicados en la renderizaci?n
589 593
	 * @return RasterFilterList

Also available in: Unified diff