Package org.refcodes.graphical
Interface Offset.OffsetMutator
-
- All Superinterfaces:
OffsetXAccessor.OffsetXMutator,OffsetYAccessor.OffsetYMutator
- All Known Subinterfaces:
Offset.OffsetProperty,Offset.OffsetPropertyBuilder
- Enclosing interface:
- Offset
public static interface Offset.OffsetMutator extends OffsetXAccessor.OffsetXMutator, OffsetYAccessor.OffsetYMutator
The Interface OffsetMutator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOffset(int aOffsetX, int aOffsetY)Sets the offset.voidsetOffset(Offset aOffset)Sets the offset.voidsetOffset(Position aOffset)Sets the offset.-
Methods inherited from interface org.refcodes.graphical.OffsetXAccessor.OffsetXMutator
setOffsetX
-
Methods inherited from interface org.refcodes.graphical.OffsetYAccessor.OffsetYMutator
setOffsetY
-
-
-
-
Method Detail
-
setOffset
void setOffset(int aOffsetX, int aOffsetY)Sets the offset.- Parameters:
aOffsetX- the offset XaOffsetY- the offset Y
-
setOffset
void setOffset(Offset aOffset)
Sets the offset.- Parameters:
aOffset- the new offset
-
setOffset
void setOffset(Position aOffset)
Sets the offset.- Parameters:
aOffset- the new offset
-
-