org.openmali.types.twodee
Interface Positioned2i

All Superinterfaces:
Positioned2iRO
All Known Implementing Classes:
Rect2i

public interface Positioned2i
extends Positioned2iRO

A Positioned2i class provides getters and setters for the position.

Author:
Marvin Froehlich (aka Qudus)

Method Summary
 Positioned2i setLocation(int left, int top)
          Sets the position.
 
Methods inherited from interface org.openmali.types.twodee.Positioned2iRO
getLeft, getTop
 

Method Detail

setLocation

Positioned2i setLocation(int left,
                         int top)
Sets the position.

Parameters:
left -
top -
Returns:
true, if the location actually has changed