4041424344454647484950
break; case LAYOUT_STYLE: styleGen = new StyleLayout(style); break; case GRN_STYLE: styleGen = new StyleGRN(style); break; default: CySBML.LOGGER.error("VisualStyle not supported by VisualStyleFactory -> " + style.toString()); return null; }