case PRINT: {
throw new FOrayException("Print renderer cannot be instantiated "
+ "from the standard method.");
}
case PCL: {
renderer = new PCLRenderer(logger, outputOptions);
break;
}
case PS: {
final PsServer psServer = new PsServer4a();
renderer = new PSRenderer(logger, outputOptions, psServer);