Revision 42495 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.labeling.app/org.gvsig.labeling.app.mainplugin/src/main/java/org/gvsig/labeling/label/GeneralLabelingFactory.java

View differences:

GeneralLabelingFactory.java
42 42

  
43 43
import org.gvsig.fmap.mapcontext.layers.FLayer;
44 44
import org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethod;
45
import org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy;
46 45
import org.gvsig.fmap.mapcontext.rendering.legend.styling.IPlacementConstraints;
47 46
import org.gvsig.fmap.mapcontext.rendering.legend.styling.IZoomConstraints;
48
import org.gvsig.symbology.SymbologyLocator;
49
import org.gvsig.symbology.fmap.mapcontext.rendering.legend.styling.LabelingFactory;
50
import org.gvsig.tools.exception.DriverException;
51 47

  
52 48
/**
53
 * 
49
 *
54 50
 * ExtendedLabelingFactory.java
55 51
 *
56
 * 
52
 *
57 53
 * @author jaume dominguez faus - jaume.dominguez@iver.es Mar 6, 2008
58 54
 *
59 55
 */
......
64 60
			ILabelingMethod method,
65 61
			IPlacementConstraints placement_c,
66 62
			IZoomConstraints zoom_c) {
67
		
63

  
68 64
		GeneralLabelingStrategy resp = new GeneralLabelingStrategy();
69 65
		resp.setLayer(layer);
70 66
		if (method != null) {

Also available in: Unified diff