Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / ClassificationLegendEvent.java @ 213

History | View | Annotate | Download (299 Bytes)

1
/* Generated by Together */
2

    
3
package com.iver.cit.gvsig.fmap;
4

    
5
public class ClassificationLegendEvent extends VectorialEvent {
6
    /**
7
     * ?ndice de la clase dentro de la clasificaci?n que ha cambiado 
8
     */
9
    public int getClassIndex() {
10
            //TODO Implementar bien
11
            return -1;
12
    }
13
}