Module org.refcodes.graphical
Package org.refcodes.graphical
Interface Padding.PaddingBuilder<B extends Padding.PaddingBuilder<B>>
- Type Parameters:
B- the generic type
- All Superinterfaces:
BottomPaddingAccessor.BottomPaddingBuilder<B>,LeftPaddingAccessor.LeftPaddingBuilder<B>,RightPaddingAccessor.RightPaddingBuilder<B>,TopPaddingAccessor.TopPaddingBuilder<B>
- Enclosing interface:
- Padding
public static interface Padding.PaddingBuilder<B extends Padding.PaddingBuilder<B>>
extends LeftPaddingAccessor.LeftPaddingBuilder<B>, RightPaddingAccessor.RightPaddingBuilder<B>, TopPaddingAccessor.TopPaddingBuilder<B>, BottomPaddingAccessor.BottomPaddingBuilder<B>
The Interface PaddingBuilder.
-
Method Summary
Modifier and TypeMethodDescriptionwithPadding(int aTopPadding, int aRightPadding, int aBottomPadding, int aLeftPadding) With padding.withPadding(Padding aPadding) With padding.Methods inherited from interface org.refcodes.graphical.BottomPaddingAccessor.BottomPaddingBuilder
withBottomPaddingMethods inherited from interface org.refcodes.graphical.LeftPaddingAccessor.LeftPaddingBuilder
withLeftPaddingMethods inherited from interface org.refcodes.graphical.RightPaddingAccessor.RightPaddingBuilder
withRightPaddingMethods inherited from interface org.refcodes.graphical.TopPaddingAccessor.TopPaddingBuilder
withTopPadding
-
Method Details
-
withPadding
With padding.- Parameters:
aTopPadding- the top paddingaRightPadding- the padding YaBottomPadding- the bottom paddingaLeftPadding- the padding X- Returns:
- the b
-
withPadding
With padding.- Parameters:
aPadding- the padding- Returns:
- the b
-