Interface StyleAccessor.StyleMutator<T>

Type Parameters:
T - The type of the style.
All Known Subinterfaces:
StyleAccessor.StyleProperty<T>
Enclosing interface:
StyleAccessor<T>

public static interface StyleAccessor.StyleMutator<T>
Provides a mutator for a style property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setStyle(T aStyle)
    Sets the style for the style property.
  • Method Details

    • setStyle

      void setStyle(T aStyle)
      Sets the style for the style property.
      Parameters:
      aStyle - The style to be stored by the style property.