Interface StyleAccessor<T>

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

public interface StyleAccessor<T>
Provides an accessor for a style property.
  • Method Details

    • getStyle

      T getStyle()
      Retrieves the style from the style property.
      Returns:
      The style stored by the style property.