@Override
  public void propertyChanged(List<PropertyList> path, PropertyUnit property) {

    super.propertyChanged(path, property);
    String str = PropertyUtil.toString(path, property);
    if (PropertyConstants.EDGE_PROPERTY_ROUNGING.equals(str)) {
      rounding = ConvertUtil.object2int(property.getValue());
    }
  }