Interface Title.Times

Enclosing interface:
Title

public static sealed interface Title.Times
Title times.
Since:
4.0.0
  • Method Details

    • times

      static Title.Times times(Duration fadeIn, Duration stay, Duration fadeOut)
      Creates times.
      Parameters:
      fadeIn - the fade-in time
      stay - the stay time
      fadeOut - the fade-out time
      Returns:
      times
      Since:
      4.10.0
    • fadeIn

      Duration fadeIn()
      Gets the time the title will fade-in.
      Returns:
      the time the title will fade-in
      Since:
      4.0.0
    • stay

      Duration stay()
      Gets the time the title will stay.
      Returns:
      the time the title will stay
      Since:
      4.0.0
    • fadeOut

      Duration fadeOut()
      Gets the time the title will fade-out.
      Returns:
      the time the title will fade-out
      Since:
      4.0.0