Revision 40970 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

View differences:

SymbolManager.java
35 35
import org.gvsig.fmap.mapcontext.MapContextException;
36 36
import org.gvsig.fmap.mapcontext.MapContextRuntimeException;
37 37
import org.gvsig.tools.persistence.PersistenceManager;
38
import org.gvsig.tools.visitor.Visitor;
38 39

  
39 40
/**
40 41
 * Symbols management: creation, registration, etc.
......
74 75
	 */
75 76
	ISymbol[] loadSymbols(File folder, FileFilter filter)
76 77
			throws SymbolException;
77

  
78
	
79
	public void loadSymbols(File folder, FileFilter filter, Visitor visitor);
78 80
	/**
79 81
	 * Persists a {@link ISymbol} into the given folder, with the given file
80 82
	 * name.

Also available in: Unified diff