Interface IsToastType

  • All Superinterfaces:
    Key
    All Known Implementing Classes:
    DefaultToastType

    public interface IsToastType
    extends Key
    Defines a toast type.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • getColor

        IsColor getColor()
        Returns the color of the text in the toast.
        Returns:
        the color of the text in the toast
      • getBackgroundColor

        IsColor getBackgroundColor()
        Returns the background IsColor of the toast.
        Returns:
        the background IsColor of the toast
      • getBackgroundAsPattern

        Pattern getBackgroundAsPattern()
        Returns the background Pattern of the toast.
        Returns:
        the background Pattern of the toast
      • getBackgroundAsGradient

        Gradient getBackgroundAsGradient()
        Returns the background Gradient of the toast.
        Returns:
        the background Gradient of the toast