Revision 298 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/UniqueValueLegend.java

View differences:

UniqueValueLegend.java
2 2

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

  
5
import org.geotools.renderer.style.Style2D;
5
import com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D;
6 6

  
7 7

  
8 8

  
......
10 10
    /**
11 11
     * Establece el s?mbolo para el valor que se pasa como par?metro 
12 12
     */
13
    void setValueSymbol(Object value, Style2D symbol);
13
    void setValueSymbol(Object value, FStyle2D symbol);
14 14

  
15 15
    /**
16 16
     * Obtiene un array de los valores con s?mbolo en este renderer. El array estar? ordenado siguiendo el orden natural de dichos valores (interfaz Comparable) 

Also available in: Unified diff