Пример #1
0
 public ConnectorSVGBuilder(SvgVO svgVo) {
   super(svgVo);
   this.textVO = svgVo.getgVo().getgVoList().get(0).getTextVo();
   this.pathVo = SVGUtils.getSequenceVOFromSvgVO(svgVo);
   endMarker = svgVo.getgVo().getDefsVo().getMarkerVOList().get(1);
   if (pathVo == null) {
     throw new FoxBPMException("线条元素初始化工厂时候报错,pathVo对象为空");
   }
 }