182183184185186187188
* @return The newly-created GraphicServer instance. * @throws FOrayException For errors creating the server. */ public static GraphicServer makeGraphicServer(final Log logger) throws FOrayException { return new GraphicServer4a(logger); }