|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.flexgen.map.MapTileEdgePosition
public class MapTileEdgePosition
Class representing the positions of the four edges on a map tile.
| Field Summary | |
|---|---|
static MapTileEdgePosition |
BOTTOM
Position of the bottom edge of the map tile. |
static MapTileEdgePosition |
LEFT
Position of the left edge of the map tile. |
static MapTileEdgePosition |
RIGHT
Position of the right edge of the map tile. |
static MapTileEdgePosition |
TOP
Position of the top edge of the map tile. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether or not this map tile edge position is equal to another map tile edge position. |
static MapTileEdgePosition |
get(int index)
Get the map tile edge position that corresponds with the specified index. |
int |
getIndex()
Get the index of the map tile edge position. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Get the string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final MapTileEdgePosition TOP
public static final MapTileEdgePosition RIGHT
public static final MapTileEdgePosition BOTTOM
public static final MapTileEdgePosition LEFT
| Method Detail |
|---|
public static MapTileEdgePosition get(int index)
index - Index of the map tile edge position to get.
public int getIndex()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The map tile edge position against which to compare this map tile edge position.
public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| 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.