Revision 11065 trunk/libraries/libRaster/src/org/gvsig/raster/util/IHistogramable.java

View differences:

IHistogramable.java
33 33
	public Histogram getHistogram()throws HistogramException;
34 34
	
35 35
	/**
36
	 * Inicializa el porcentaje a 0 de un histograma.
37
	 * @return int
38
	 */
39
	public void resetPercent();
40
	
41
	/**
36 42
	 * Obtiene el porcentaje procesado de un histograma.
37 43
	 * @return int
38 44
	 */

Also available in: Unified diff