Uses of Class
jurpe.dungeon.hexmap.HexMap

Packages that use HexMap
jurpe.dungeon   
jurpe.dungeon.crawler   
jurpe.dungeon.hexmap   
 

Uses of HexMap in jurpe.dungeon
 

Methods in jurpe.dungeon with parameters of type HexMap
 void Dungeons.drawDungeon(Level dungeonLevel, HexMap hexMapControl)
          Draw dungeon into and HexMap control and connect its logic.
 Direction Avatar.getEdge(HexMap hexMap)
          Get the direction in which Avatar is getting close to the perimenter
 void Dungeons.initAvatar(HexMap hexMapControl)
          Set a new Avatar.
 void Avatar.setInitialPosition(HexMap hexMap)
          Set Avatar initial position.
 

Uses of HexMap in jurpe.dungeon.crawler
 

Constructors in jurpe.dungeon.crawler with parameters of type HexMap
MapCrawler(HexMap map, Dungeons game)
          Constructor
 

Uses of HexMap in jurpe.dungeon.hexmap
 

Methods in jurpe.dungeon.hexmap that return HexMap
static HexMap HexMapFactory.createHexMap(PanelGame container, Dungeons d, int hmWidth, int hmHeight)
           
 HexMap HexMapView.getHexMap()
          Get the HexMap control to show this view
 HexMap HexMapGeometry.getHexMap()
           
 

Constructors in jurpe.dungeon.hexmap with parameters of type HexMap
HexMapGeometry(HexMap map)
           
HexMapMatrix(HexMap hexmap)
           
HexMapView(HexMap sHexMap, RpgMap sRpgMap)
           
 


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