Revision 19419 branches/v10/extensions/extPublish/src/org/gvsig/publish/infoproject/legends/IIntervalLegendInfo.java

View differences:

IIntervalLegendInfo.java
40 40
 */
41 41
package org.gvsig.publish.infoproject.legends;
42 42

  
43
import org.gvsig.publish.infoproject.ILegendInfo;
43 44
import org.gvsig.publish.infoproject.ISymbolInfo;
44 45

  
45
public interface IIntervalLegendInfo {
46
public interface IIntervalLegendInfo extends ILegendInfo {
46 47
		
47 48
	public String getFilterItem();
48 49
	

Also available in: Unified diff