- All Known Subinterfaces:
BottomPaddingAccessor.BottomPaddingProperty
,Padding
,Padding.PaddingAccessor
,Padding.PaddingProperty
public interface BottomPaddingAccessor
Provides an accessor for a bottom padding property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a bottom padding property returning the builder for applying multiple build operations.static interface
Provides a mutator for a bottom padding property.static interface
Provides a bottom padding property. -
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves the bottom padding from the bottom padding property.
-
Method Details
-
getBottomPadding
int getBottomPadding()Retrieves the bottom padding from the bottom padding property.- Returns:
- The bottom padding stored by the bottom padding property.
-