Interface BackgroundAccessor.BackgroundMutator<T>

Type Parameters:
T - The background's type to be accessed.
All Known Subinterfaces:
BackgroundAccessor.BackgroundProperty<T>
Enclosing interface:
BackgroundAccessor<T>

public static interface BackgroundAccessor.BackgroundMutator<T>
Provides a mutator for a background property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setBackground(T aBackground)
    Sets the background for the background property.
  • Method Details

    • setBackground

      void setBackground(T aBackground)
      Sets the background for the background property.
      Parameters:
      aBackground - The background to be stored by the background property.