Revision 20100 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/ClassificationLegendEvent.java

View differences:

ClassificationLegendEvent.java
44 44

  
45 45

  
46 46
/**
47
 * Evento sobre la Leyenda clasificada.
47
 * <p>Event produced on a classified legend.</p>
48 48
 *
49 49
 * @author Vicente Caballero Navarro
50 50
 */
51 51
public class ClassificationLegendEvent extends LegendEvent {
52 52
	/**
53
	 * ?ndice de la clase dentro de la clasificaci?n que ha cambiado
53
	 * <p>Gets the index of the class where the classification has changed.</p>
54 54
	 *
55
	 * @return ?ndice.
55
	 * @return index of the class where the classification has changed
56 56
	 */
57 57
	public int getClassIndex() {
58 58
		//TODO Implementar bien

Also available in: Unified diff