Uses of Class
jurpe.dungeon.rpgmap.MapView

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

Uses of MapView in jurpe.dungeon.crawler
 

Methods in jurpe.dungeon.crawler with parameters of type MapView
 ViewMapPoint RpgMapPoint.toViewMapPoint(MapView view)
          Transform this point into a ViewMap point
 

Constructors in jurpe.dungeon.crawler with parameters of type MapView
ViewMapPoint(MapView view)
          Point constructor
ViewMapPoint(MapView view, RpgMapPoint p)
          Point constructor
ViewMapPoint(MapView view, short xx, short yy)
          Point constructor
 

Uses of MapView in jurpe.dungeon.hexmap
 

Methods in jurpe.dungeon.hexmap that return MapView
 MapView HexMapView.getMapView()
          Get Map View
 

Methods in jurpe.dungeon.hexmap with parameters of type MapView
 ViewMapPoint HexMapGeometry.getLogicalCoordinatesFromPhysical(MapView view, java.awt.Point c)
          Get logical hexagon center coordinates, given the hexagon physical coordinates
 


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