Enum Class LeafletTransitionType

java.lang.Object
java.lang.Enum<LeafletTransitionType>
org.gnome.adw.LeafletTransitionType
All Implemented Interfaces:
Serializable, Comparable<LeafletTransitionType>, Constable, Enumeration

@Generated("org.javagi.JavaGI") @Deprecated public enum LeafletTransitionType extends Enum<LeafletTransitionType> implements Enumeration
Deprecated.

Describes the possible transitions in a Leaflet widget.

New values may be added to this enumeration over time.

  • Nested Class Summary

    Nested classes/interfaces inherited from class Enum

    Enum.EnumDesc<E>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated.
    Cover the old page or uncover the new page, sliding from or towards the end according to orientation, text direction and children order
    Deprecated.
    Slide from left, right, up or down according to the orientation, text direction and the children order
    Deprecated.
    Uncover the new page or cover the old page, sliding from or towards the start according to orientation, text direction and children order
  • Method Summary

    Modifier and Type
    Method
    Description
    static @Nullable Type
    Deprecated.
    Get the GType of the LeafletTransitionType class.
    int
    Deprecated.
    Get the numeric value of this enum
    of(int value)
    Deprecated.
    Create a new LeafletTransitionType for the provided value
    of(MemorySegment address)
    Deprecated.
    Create a new LeafletTransitionType for the value in the provided memory address.
    Deprecated.
    Returns the enum constant of this class with the specified name.
    Deprecated.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • OVER

      public static final LeafletTransitionType OVER
      Deprecated.
      Cover the old page or uncover the new page, sliding from or towards the end according to orientation, text direction and children order
    • UNDER

      public static final LeafletTransitionType UNDER
      Deprecated.
      Uncover the new page or cover the old page, sliding from or towards the start according to orientation, text direction and children order
    • SLIDE

      public static final LeafletTransitionType SLIDE
      Deprecated.
      Slide from left, right, up or down according to the orientation, text direction and the children order
  • Method Details

    • values

      public static LeafletTransitionType[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LeafletTransitionType valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • of

      public static LeafletTransitionType of(int value)
      Deprecated.
      Create a new LeafletTransitionType for the provided value
      Parameters:
      value - the enum value
      Returns:
      the enum for the provided value
    • getValue

      public int getValue()
      Deprecated.
      Get the numeric value of this enum
      Specified by:
      getValue in interface Enumeration
      Returns:
      the enum value
    • of

      public static LeafletTransitionType of(MemorySegment address)
      Deprecated.
      Create a new LeafletTransitionType for the value in the provided memory address.
      Parameters:
      address - the memory address holding a enum value
      Returns:
      the enum for the value in the provided memory address
    • getType

      public static @Nullable Type getType()
      Deprecated.
      Get the GType of the LeafletTransitionType class.
      Returns:
      the GType