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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  StyleAccessor.StyleBuilder<T,​B extends StyleAccessor.StyleBuilder<T,​B>>
    Provides a builder method for a style property returning the builder for applying multiple build operations.
    static interface  StyleAccessor.StyleMutator<T>
    Provides a mutator for a style property.
    static interface  StyleAccessor.StyleProperty<T>
    Provides a style property.
  • Method Summary

    Modifier and Type Method Description
    T getStyle()
    Retrieves the style from the style property.
  • Method Details

    • getStyle

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