Revision 23303 branches/v2_0_0_prep/libraries/libFMap_dataFile/src/org/gvsig/fmap/data/feature/file/dgn/operation/Register.java

View differences:

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

  
3
import org.gvsig.fmap.data.feature.file.dgn.DGNResource;
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
		DGNResource
18
				.setLegendLabelingManagerFactory(new DGNLegendLabelingManagerFactory());
15 19
	}
16 20
}

Also available in: Unified diff