Revision 45004

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/rendering/symbols/SymbolManager.java
49 49
    public static final String LEGEND_FILE_EXTENSION = ".gvsleg";
50 50
    public static final String LABELINGSTRATEGY_FILE_EXTENSION = ".gvslab";
51 51
    
52
    public ISymbol loadSymbol(File file) throws SymbolException ;
53
    
52 54
	/**
53 55
	 * Loads the symbols persisted into a folder. It loads the symbols through
54 56
	 * the use of the current {@link PersistenceManager}, loading all files
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/rendering/symbols/impl/DefaultSymbolManager.java
320 320
    /**
321 321
     * Loads a persisted symbol from the given file.
322 322
     */
323
    private ISymbol loadSymbol(File file) throws SymbolException {
323
    public ISymbol loadSymbol(File file) throws SymbolException {
324 324
        if (file.exists()) {
325 325
            try {
326 326
                FileInputStream fis = new FileInputStream(file);

Also available in: Unified diff