* <!-- end-user-doc -->
* @generated
*/
public static RenderFactory init() {
try {
RenderFactory theRenderFactory = (RenderFactory) EPackage.Registry.INSTANCE
.getEFactory("http:///net/refractions/udig/project/internal/render.ecore"); //$NON-NLS-1$
if (theRenderFactory != null) {
return theRenderFactory;
}
} catch (Exception exception) {