Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.library / org.gvsig.symbology / org.gvsig.symbology.lib / org.gvsig.symbology.lib.api / src / main / java / org / gvsig / symbology / fmap / mapcontext / rendering / dynamiclegend / DynamicVectorLegend.java @ 44534

History | View | Annotate | Download (456 Bytes)

1
/*
2
 * To change this license header, choose License Headers in Project Properties.
3
 * To change this template file, choose Tools | Templates
4
 * and open the template in the editor.
5
 */
6
package org.gvsig.symbology.fmap.mapcontext.rendering.dynamiclegend;
7

    
8
import org.gvsig.fmap.mapcontext.rendering.legend.IVectorLegend;
9

    
10
/**
11
 *
12
 * @author osc
13
 */
14
public interface DynamicVectorLegend extends IVectorLegend {
15
    String NAME = "DynamicVectorLegend";
16
    
17
}