jurpe.dungeon.crawler
Class HexMapPoint

java.lang.Object
  extended by jurpe.dungeon.crawler.HexPoint
      extended by jurpe.dungeon.crawler.HexMapPoint
All Implemented Interfaces:
java.io.Serializable

public class HexMapPoint
extends HexPoint

HexMapPoint Point in the HexMap

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jurpe.dungeon.crawler.HexPoint
x, y
 
Constructor Summary
HexMapPoint(java.awt.Point c)
          Constructor
HexMapPoint(short xx, short yy)
          Constructor
 
Method Summary
 
Methods inherited from class jurpe.dungeon.crawler.HexPoint
equals, hashCode, toPoint, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HexMapPoint

public HexMapPoint(java.awt.Point c)
Constructor

Parameters:
c - Point Point in HexPoint coordinates

HexMapPoint

public HexMapPoint(short xx,
                   short yy)
Constructor

Parameters:
xx - short HexPoint x point
yy - short HexPoint y point

Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net