Module org.refcodes.graphical
Package org.refcodes.graphical
Interface Offset.OffsetBuilder<B extends Offset.OffsetBuilder<B>>
- Type Parameters:
B- the generic type
- All Superinterfaces:
OffsetXAccessor.OffsetXBuilder<B>,OffsetYAccessor.OffsetYBuilder<B>
- Enclosing interface:
- Offset
public static interface Offset.OffsetBuilder<B extends Offset.OffsetBuilder<B>>
extends OffsetXAccessor.OffsetXBuilder<B>, OffsetYAccessor.OffsetYBuilder<B>
The Interface OffsetBuilder.
-
Method Summary
Modifier and TypeMethodDescriptionwithOffset(int aOffsetX, int aOffsetY) With offset.withOffset(Offset aOffset) With offset.withOffset(Position aOffset) With offset.Methods inherited from interface org.refcodes.graphical.OffsetXAccessor.OffsetXBuilder
withOffsetXMethods inherited from interface org.refcodes.graphical.OffsetYAccessor.OffsetYBuilder
withOffsetY
-
Method Details
-
withOffset
With offset.- Parameters:
aOffsetX- the offset XaOffsetY- the offset Y- Returns:
- the b
-
withOffset
With offset.- Parameters:
aOffset- the offset- Returns:
- the b
-
withOffset
With offset.- Parameters:
aOffset- the offset- Returns:
- the b
-