Module org.refcodes.graphical
Package org.refcodes.graphical
Interface Position.PositionBuilder<B extends Position.PositionBuilder<B>>
- Type Parameters:
B- the generic type
- All Superinterfaces:
Position.PositionMutator,PosXAccessor.PosXBuilder<B>,PosXAccessor.PosXMutator,PosYAccessor.PosYBuilder<B>,PosYAccessor.PosYMutator
- All Known Subinterfaces:
Rectangle.RectangleBuilder<B>
- All Known Implementing Classes:
PositionPropertyBuilder
- Enclosing interface:
- Position
public static interface Position.PositionBuilder<B extends Position.PositionBuilder<B>>
extends PosXAccessor.PosXBuilder<B>, PosYAccessor.PosYBuilder<B>, Position.PositionMutator
The Interface PositionBuilder.
-
Method Summary
Modifier and TypeMethodDescriptionwithPosition(int aPosX, int aPosY) With position.withPosition(Position aPosition) With position.Methods inherited from interface org.refcodes.graphical.Position.PositionMutator
setPosition, setPositionMethods inherited from interface org.refcodes.graphical.PosXAccessor.PosXBuilder
withPositionXMethods inherited from interface org.refcodes.graphical.PosXAccessor.PosXMutator
setPositionXMethods inherited from interface org.refcodes.graphical.PosYAccessor.PosYBuilder
withPositionYMethods inherited from interface org.refcodes.graphical.PosYAccessor.PosYMutator
setPositionY
-
Method Details
-
withPosition
With position.- Parameters:
aPosX- the pos XaPosY- the pos Y- Returns:
- the b
-
withPosition
With position.- Parameters:
aPosition- the position- Returns:
- the b
-