Package 

Interface WithTransition

    • Method Summary

      Modifier and Type Method Description
      abstract T links(String $self, String other) 根据节点元素创建过渡元素。
      T links(String $self, N other) 根据节点元素创建过渡元素。
      T links(N $self, String other) 根据节点元素创建过渡元素。
      T links(N $self, N other) 根据节点元素创建过渡元素。
      T links(T $self, String other) 根据节点元素连续创建过渡元素。
      T links(T $self, N other) 根据节点元素连续创建过渡元素。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait