Revision 19361 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/enhanced/graphics/HistogramGraphicBase.java

View differences:

HistogramGraphicBase.java
276 276
				histogramGray[i] = (double)table[0][i];
277 277
			setHistogramDrawed(GRAY);
278 278
		}
279
		
280 279
	}
281
		 
282
	/**
283
	 * Obtiene el panel con los combos de selecci?n de gr?fico y bandas
284
	 * @return JPanel
285
	 */
286
	public abstract JPanel getNorthPanel();
287 280
	
288 281
	/**
289 282
	 * Obtiene el panel con las entradas de texto para los valores

Also available in: Unified diff