Enum JsonBlurEffect

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      EXTRA_LIGHT

      The area of the view is lighter than the underlying view.

      LIGHT

      The area of the view is the same approximate lightness of the underlying view.

      DARK

      The area of the view is darker than the underlying view.

      REGULAR

      A regular blur style that adapts to the user interface style.

      PROMINENT

      A blur style for making content more prominent that adapts to the user interface style.

      SYSTEM_ULTRA_THIN_MATERIAL

      An adaptable blur effect that creates the appearance of an ultra-thin material. iOS13+.

      SYSTEM_THIN_MATERIAL

      An adaptable blur effect that creates the appearance of a thin material. iOS13+.

      SYSTEM_MATERIAL

      An adaptable blur effect that create the appearance of a material with normal thickness. Defaults on iOS13 and more. iOS13+.

      SYSTEM_THICK_MATERIAL

      An adaptable blur effect that creates the appearance of a material that's thicker than normal. iOS13+.

      SYSTEM_CHROME_MATERIAL

      An adaptable blur effect that creates the appearance of the system chrome. iOS13+.

      SYSTEM_ULTRA_THIN_MATERIAL_LIGHT

      A blur effect that creates the appearance of an ultra-thin material and is always light. iOS13+.

      SYSTEM_THIN_MATERIAL_LIGHT

      A blur effect that creates the appearance of a thin material and is always light. iOS13+.

      SYSTEM_MATERIAL_LIGHT

      A blur effect that creates the appearance of a material with normal thickness and is always light. iOS13+.

      SYSTEM_THICK_MATERIAL_LIGHT

      A blur effect that creates the appearance of a material that’s thicker than normal and is always light. iOS13+.

      SYSTEM_CHROME_MATERIAL_LIGHT

      A blur effect that creates the appearance of the system chrome and is always light. iOS13+

      SYSTEM_ULTRA_THIN_MATERIAL_DARK

      A blur effect that creates the appearance of an ultra-thin material and is always dark. iOS13+

      SYSTEM_THIN_MATERIAL_DARK

      A blur effect that creates the appearance of a thin material and is always dark. iOS13+

      SYSTEM_MATERIAL_DARK

      A blur effect that creates the appearance of a material with normal thickness and is always dark. iOS13+.

      SYSTEM_THICK_MATERIAL_DARK

      A blur effect that creates the appearance of a material that’s thicker than normal and is always dark. iOS13+.

      SYSTEM_CHROME_MATERIAL_DARK

      A blur effect that creates the appearance of the system chrome and is always dark. iOS13+

    • Method Summary

      Modifier and Type Method Description
      final JsonBlurEffect valueOf(String value) Returns the enum constant of this type with the specified name.
      final Array<JsonBlurEffect> values() Returns an array containing the constants of this enum type, in the order they're declared.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • valueOf

         final JsonBlurEffect valueOf(String value)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

      • values

         final Array<JsonBlurEffect> values()

        Returns an array containing the constants of this enum type, in the order they're declared.

        This method may be used to iterate over the constants.