Revision 23273 branches/v2_0_0_prep/libraries/libFMap_data_dwg/src/org/gvsig/fmap/data/feature/file/dwg/operation/Register.java

View differences:

Register.java
1 1
package org.gvsig.fmap.data.feature.file.dwg.operation;
2 2

  
3
import org.gvsig.fmap.data.feature.file.dwg.DWGResource;
3 4

  
5

  
4 6
public class Register {
5 7
	public static void selfRegister() {
6 8
		//Register operations
......
12 14
			throw new RuntimeException("Register Operation exception");
13 15
		}
14 16

  
17
		DWGResource.setLegendLabelingManagerFactory(new DWGLegendLabelingManagerFactory());
15 18
	}
16 19
}

Also available in: Unified diff