- 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
Modifier and TypeInterfaceDescriptionstatic 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
Provides a mutator for a style property.static interface
Provides a style property. -
Method Summary
-
Method Details
-
getStyle
T getStyle()Retrieves the style from the style property.- Returns:
- The style stored by the style property.
-