Enum OutlineTransitionDirectionType

  • All Implemented Interfaces:
    Serializable, Comparable<OutlineTransitionDirectionType>

    public enum OutlineTransitionDirectionType
    extends Enum<OutlineTransitionDirectionType>

    Java class for OutlineTransitionDirectionType.

    The following schema fragment specifies the expected content contained within this class.

    
     <simpleType name="OutlineTransitionDirectionType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="leftToRight"/>
         <enumeration value="bottomToTop"/>
         <enumeration value="rightToLeft"/>
         <enumeration value="topToBottom"/>
         <enumeration value="topLeftToBottomRight"/>
         <enumeration value="none"/>
       </restriction>
     </simpleType>