- All Superinterfaces:
OffsetXAccessor.OffsetXMutator,OffsetYAccessor.OffsetYMutator
- All Known Subinterfaces:
Offset.OffsetProperty
- Enclosing interface:
- Offset
public static interface Offset.OffsetMutator
extends OffsetXAccessor.OffsetXMutator, OffsetYAccessor.OffsetYMutator
The Interface OffsetMutator.
-
Method Summary
Methods inherited from interface org.refcodes.graphical.OffsetXAccessor.OffsetXMutator
setOffsetXMethods inherited from interface org.refcodes.graphical.OffsetYAccessor.OffsetYMutator
setOffsetY
-
Method Details
-
setOffset
void setOffset(int aOffsetX, int aOffsetY) Sets the offset.- Parameters:
aOffsetX- the offset XaOffsetY- the offset Y
-
setOffset
Sets the offset.- Parameters:
aOffset- the new offset
-
setOffset
Sets the offset.- Parameters:
aOffset- the new offset
-