Interface Padding.PaddingMutator
- All Superinterfaces:
BottomPaddingAccessor.BottomPaddingMutator, LeftPaddingAccessor.LeftPaddingMutator, RightPaddingAccessor.RightPaddingMutator, TopPaddingAccessor.TopPaddingMutator
- All Known Subinterfaces:
Padding.PaddingProperty
- Enclosing interface:
Padding
public static interface Padding.PaddingMutator
extends LeftPaddingAccessor.LeftPaddingMutator, RightPaddingAccessor.RightPaddingMutator, TopPaddingAccessor.TopPaddingMutator, BottomPaddingAccessor.BottomPaddingMutator
The Interface PaddingMutator.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPadding(int aTopPadding, int aRightPadding, int aBottomPadding, int aLeftPadding) Sets the padding.voidsetPadding(Padding aPadding) Sets the padding.Methods inherited from interface BottomPaddingAccessor.BottomPaddingMutator
setBottomPaddingMethods inherited from interface LeftPaddingAccessor.LeftPaddingMutator
setLeftPaddingMethods inherited from interface RightPaddingAccessor.RightPaddingMutator
setRightPaddingMethods inherited from interface TopPaddingAccessor.TopPaddingMutator
setTopPadding
-
Method Details
-
setPadding
void setPadding(int aTopPadding, int aRightPadding, int aBottomPadding, int aLeftPadding) Sets the padding.- Parameters:
aTopPadding- the top paddingaRightPadding- the right paddingaBottomPadding- the bottom paddingaLeftPadding- the left padding
-
setPadding
-