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

View differences:

ISingleSymbolLegendInfo.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 ISingleSymbolLegendInfo {
46
public interface ISingleSymbolLegendInfo extends ILegendInfo{
46 47
	
47 48
	public abstract ISymbolInfo getSymbolInfo();
48 49

  

Also available in: Unified diff