Revision 11569 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/VectorialUniqueValueLegend.java

View differences:

VectorialUniqueValueLegend.java
82 82
 * Leyenda vectorial por valores ?nicos.
83 83
 * @author   Vicente Caballero Navarro
84 84
 */
85
public class VectorialUniqueValueLegend implements IUniqueValueLegend {
85
public class VectorialUniqueValueLegend implements IVectorialUniqueValueLegend {
86 86
	private boolean sorter=true;
87 87

  
88 88
	private TreeMap symbols = new TreeMap(new Comparator() {

Also available in: Unified diff