|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.flexgen.map.MapTilePosition
public class MapTilePosition
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 |
|---|
public MapTilePosition(MapTileLocation mapTileLocation,
MapTileOrientation mapTileOrientation)
mapTileLocation - Map tile location. Cannot be null.mapTileOrientation - Map tile orientation. Cannot be null.| Method Detail |
|---|
public MapTileLocation getMapTileLocation()
public MapTileOrientation getMapTileOrientation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009 - Jeffrey J. Weston <jjweston@gmail.com>
All rights reserved. Use is subject to license terms.