Revision 13328 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/histogram/HistogramTocMenuEntry.java

View differences:

HistogramTocMenuEntry.java
104 104
		histogramDialog.clearSources();
105 105
		histogramDialog.setLayerName(fLayer.getName());
106 106
		histogramDialog.setHistogramableSource(((FLyrRasterSE) fLayer).getRender().getLastRenderBuffer(), PluginServices.getText(this, "datos_visualizados"));
107
		histogramDialog.setHistogramableSource(((FLyrRasterSE) fLayer).getDatasource().getMultiRasterDataset(), PluginServices.getText(this, "imagen_completa"));
107
		histogramDialog.setHistogramableSource(((FLyrRasterSE) fLayer).getBufferFactory().getDataSource(), PluginServices.getText(this, "imagen_completa"));
108 108
		histogramDialog.setDataType(((FLyrRasterSE) fLayer).getDataType()[0]);
109 109

  
110 110
		//Par?metros de inicializaci?n del histograma

Also available in: Unified diff