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

View differences:

AbstractIntervalLegend.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.4  2007-05-10 09:44:08  jaume
46
* Revision 1.5  2007-05-10 14:13:36  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.4  2007/05/10 09:44:08  jaume
47 50
* Refactored legend interface names
48 51
*
49 52
* Revision 1.3  2007/03/27 09:28:40  jaume
......
73 76
import com.iver.cit.gvsig.fmap.core.IFeature;
74 77
import com.iver.cit.gvsig.fmap.core.symbols.ISymbol;
75 78

  
76
public abstract class AbstractIntervalLegend implements IIntervalLegend{
79
public abstract class AbstractIntervalLegend implements IVectorialIntervalLegend{
77 80

  
78 81
	public static final int EQUAL_INTERVALS = 0;
79 82
	public static final int NATURAL_INTERVALS = 1;

Also available in: Unified diff