コード例 #1
0
 /**
  * Sets the default space that should be maintained on either side of a connection. This causes
  * the connections to be separated from each other and from the obstacles. The default value is 4.
  *
  * @param spacing the connection spacing
  * @since 3.2
  */
 public void setSpacing(int spacing) {
   algorithm.setSpacing(spacing);
 }