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 Detail

      • getStyle

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