Revision 11741 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/LabelingFactory.java

View differences:

LabelingFactory.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.6  2007-04-13 11:59:30  jaume
46
* Revision 1.7  2007-05-22 10:05:31  jaume
47 47
* *** empty log message ***
48 48
*
49
* Revision 1.6  2007/04/13 11:59:30  jaume
50
* *** empty log message ***
51
*
49 52
* Revision 1.5  2007/03/28 16:48:01  jaume
50 53
* *** empty log message ***
51 54
*
......
163 166
	 */
164 167
	public static ILabelingStrategy createDefaultStrategy(FLayer layer)
165 168
	throws ReadDriverException {
166
		return new SimpleLabeling(layer);
169
		return new LabelingStrategyImpl(layer);
167 170
	}
168 171

  
169 172
	/**

Also available in: Unified diff