Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / rendering / Legend.java @ 470

History | View | Annotate | Download (499 Bytes)

1
/* Generated by Together */
2

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

    
5
import com.iver.cit.gvsig.fmap.core.v02.FSymbol;
6
import com.iver.utiles.XMLEntity;
7

    
8
/**
9
 * Informaci?n sobre la leyenda para la representaci?n en la interfaz 
10
 */
11
public interface Legend {
12
    /**
13
     * Obtiene el s?mbolo por defecto de la leyenda 
14
     */
15
    FSymbol getDefaultSymbol();
16
    XMLEntity getXMLEntity();
17
    Legend cloneLegend() throws ClassNotFoundException, InstantiationException, IllegalAccessException;
18
}