Revision 1708 org.gvsig.raster/tags/2.0.0/org.gvsig.raster.lib/org.gvsig.raster.lib.api/src/main/java/org/gvsig/fmap/dal/coverage/store/props/HistogramComputer.java

View differences:

HistogramComputer.java
67 67
	 */
68 68
	public void refreshHistogram();
69 69
	
70
	/**
71
	 * This value represents the percentage of the image that will be used 
72
	 * for this process. The default value is one, that means that the entire 
73
	 * image will be processed
74
	 */
75
	public void setScaleHistogram(double scale);
76
	
70 77
}

Also available in: Unified diff