Package 

Enum TransformationLayout.Direction

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      RETURN

      Indicates that this is a Return transition, i.e., when elements are exiting the scene.

      ENTER

      Indicates that this is an Enter transition, i.e., when elements are entering the scene.

      AUTO

      Indicates that this transition should use automatic detection to determine whether it is an Enter or a Return. If the end container has a larger area than the start container then it is considered an Enter transition, otherwise it is a Return transition.

    • Method Summary

      Modifier and Type Method Description
      final Integer getValue()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

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