Interface Padding.PaddingMutator

All Superinterfaces:
BottomPaddingAccessor.BottomPaddingMutator, LeftPaddingAccessor.LeftPaddingMutator, RightPaddingAccessor.RightPaddingMutator, TopPaddingAccessor.TopPaddingMutator
All Known Subinterfaces:
Padding.PaddingProperty
Enclosing interface:
Padding

The Interface PaddingMutator.
  • Method Details

    • setPadding

      void setPadding(int aTopPadding, int aRightPadding, int aBottomPadding, int aLeftPadding)
      Sets the padding.
      Parameters:
      aTopPadding - the top padding
      aRightPadding - the right padding
      aBottomPadding - the bottom padding
      aLeftPadding - the left padding
    • setPadding

      void setPadding(Padding aPadding)
      Sets the padding.
      Parameters:
      aPadding - the new padding