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 org.refcodes.graphical.BottomPaddingAccessor.BottomPaddingMutator
setBottomPaddingMethods inherited from interface org.refcodes.graphical.LeftPaddingAccessor.LeftPaddingMutator
setLeftPaddingMethods inherited from interface org.refcodes.graphical.RightPaddingAccessor.RightPaddingMutator
setRightPaddingMethods inherited from interface org.refcodes.graphical.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
-