Package 

Enum TransformationLayout.FadeMode

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      THROUGH

      Indicates that this transition should sequentially fade out the outgoing content and fade in the incoming content.

      CROSS

      Indicates that this transition should cross fade the outgoing and incoming content.

      OUT

      Indicates that this transition should only fade out the outgoing content, without changing the opacity of the incoming content.

      IN

      Indicates that this transition should only fade in the incoming content, without changing the opacity of the outgoing content.

    • 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