org.molwind.model
Interface Place

All Known Implementing Classes:
LayeredPosition, PlacedWorldEntity

public interface Place

Place represents things that can be placed on the world somewhere. This interface does not provide any notion on how the coordinates may be interpreted.

Version:
1.0
Author:
Oliver Karch

Method Summary
 double getX()
          Returns the x-coordinate.
 double getY()
          Returns the y-coordinate.
 

Method Detail

getX

double getX()
Returns the x-coordinate.

Returns:
x-coordinate

getY

double getY()
Returns the y-coordinate.

Returns:
y-coordinate


Copyright © 2008-2010. All Rights Reserved.