Revision 37491 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/MapContextManager.java

View differences:

MapContextManager.java
40 40
import org.gvsig.fmap.mapcontext.rendering.legend.IVectorLegend;
41 41
import org.gvsig.fmap.mapcontext.rendering.legend.driver.ILegendReader;
42 42
import org.gvsig.fmap.mapcontext.rendering.legend.driver.ILegendWriter;
43
import org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy;
43 44
import org.gvsig.fmap.mapcontext.rendering.symbols.IMultiLayerSymbol;
44 45
import org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol;
45 46
import org.gvsig.fmap.mapcontext.rendering.symbols.IWarningSymbol;
......
351 352
	 * the legend or <code>null</code>.
352 353
	 */
353 354
	ILegend getLegend(DataStore dataStore);	
355
	
356
	/**
357
     * It returns the labeling strategy associated with a {@link DataStore}.
358
     * If the labeling strategy doesn't exist it returns <code>null</code>.
359
     * @param dataStore
360
     * the store that could have a labeling strategy.
361
     * @return
362
     * the labeling strategy or <code>null</code>.
363
     */
364
	ILabelingStrategy getLabelingStrategy(DataStore dataStore);
354 365

  
355 366

  
356 367
    // TODO:

Also available in: Unified diff