Revision 40686 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.symbology/org.gvsig.symbology.lib/org.gvsig.symbology.lib.api/src/main/java/org/gvsig/symbology/fmap/mapcontext/rendering/symbol/fill/IPictureFillSymbol.java

View differences:

IPictureFillSymbol.java
26 26
import java.io.IOException;
27 27
import java.net.URL;
28 28

  
29
import org.gvsig.fmap.mapcontext.rendering.symbols.styles.IBackgroundFileStyle;
29 30
import org.gvsig.symbology.fmap.mapcontext.rendering.symbol.style.IMarkerFillPropertiesStyle;
30 31

  
31 32
public interface IPictureFillSymbol extends IFillSymbol{
......
112 113
	 * @return
113 114
	 */
114 115
	public abstract URL getSelectedSource();
116
	
117
	
118
	/**
119
	 * Returns the style associated to the image used in this symbol
120
	 * 
121
	 * @return
122
	 */
123
	public IBackgroundFileStyle getBackgroundFileStyle();
115 124

  
125
	/**
126
	 * Returns the style associated to the image used in this symbol
127
	 * when the feature is selected
128
	 * 
129
	 * @return
130
	 */
131
	public IBackgroundFileStyle getSelectedBackgroundFileStyle();
132
	
133

  
116 134
}

Also available in: Unified diff