org.flexgen.map
Class MapTilePosition

java.lang.Object
  extended by org.flexgen.map.MapTilePosition

public class MapTilePosition
extends java.lang.Object

Class representing the location and orientation of a map tile in a map.


Constructor Summary
MapTilePosition(MapTileLocation mapTileLocation, MapTileOrientation mapTileOrientation)
          Construct a map tile position.
 
Method Summary
 MapTileLocation getMapTileLocation()
          Get the map tile location.
 MapTileOrientation getMapTileOrientation()
          Get the map tile orientation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTilePosition

public MapTilePosition(MapTileLocation mapTileLocation,
                       MapTileOrientation mapTileOrientation)
Construct a map tile position.

Parameters:
mapTileLocation - Map tile location. Cannot be null.
mapTileOrientation - Map tile orientation. Cannot be null.
Method Detail

getMapTileLocation

public MapTileLocation getMapTileLocation()
Get the map tile location.

Returns:
The map tile location.

getMapTileOrientation

public MapTileOrientation getMapTileOrientation()
Get the map tile orientation.

Returns:
The map tile orientation.


FlexGen Home

Get FlexGen at SourceForge.net. Fast, secure and Free Open Source software downloads

Copyright © 2009 - Jeffrey J. Weston <jjweston@gmail.com>

All rights reserved. Use is subject to license terms.