org.openmali.types.twodee
Interface Positioned2iRO

All Known Subinterfaces:
Positioned2i
All Known Implementing Classes:
Rect2i

public interface Positioned2iRO

A Positioned2i class provides getters and setters for the position.

Author:
Marvin Froehlich (aka Qudus)

Method Summary
 int getLeft()
           
 int getTop()
           
 

Method Detail

getLeft

int getLeft()
Returns:
the left position

getTop

int getTop()
Returns:
the top position