Revision 45527 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.symbology/org.gvsig.symbology.lib/org.gvsig.symbology.lib.impl/src/main/java/org/gvsig/symbology/fmap/mapcontext/rendering/symbol/style/BackgroundFileStyle.java

View differences:

BackgroundFileStyle.java
30 30
import java.io.IOException;
31 31
import java.net.MalformedURLException;
32 32
import java.net.URL;
33
import org.gvsig.expressionevaluator.SymbolTable;
33 34

  
34 35
import org.gvsig.fmap.mapcontext.MapContextLocator;
35 36
import org.gvsig.fmap.mapcontext.rendering.symbols.SymbolDrawingException;
......
68 69
        return bgImage;
69 70
    }
70 71
    protected URL source;
72
    protected SymbolTable symbolTable;
71 73
    /**
72 74
     * Sets the file that is used as a source to create the Background
73 75
     * @param f, File
......
131 133
    	return source.toString().substring(getSymbolLibraryURL().toString().length());
132 134
    }
133 135

  
136
    @Override
137
    public void setSymbolTable(SymbolTable symbolTable) {
138
        this.symbolTable = symbolTable;
139
    }
140

  
141
    
134 142
    public static class RegisterPersistence implements Callable {
135 143

  
136 144
        public Object call() throws Exception {

Also available in: Unified diff