Uses of Class
jurpe.dungeon.crawler.RpgMapPoint

Packages that use RpgMapPoint
jurpe.containers   
jurpe.dungeon   
jurpe.dungeon.crawler   
jurpe.dungeon.hexmap   
jurpe.dungeon.rpgmap   
 

Uses of RpgMapPoint in jurpe.containers
 

Methods in jurpe.containers with parameters of type RpgMapPoint
 DungeonItem Lootables.getItemIn(RpgMapPoint p)
          Get the item at the specified position
 void Lootables.removeItemIn(RpgMapPoint p)
          Remove the item at the specified position
 

Uses of RpgMapPoint in jurpe.dungeon
 

Methods in jurpe.dungeon that return RpgMapPoint
 RpgMapPoint PlaceHolder.getLastPosition()
          Get Placeholder last position in RpgMap coordinates.
 RpgMapPoint PlaceHolder.getPosition()
          Get Placeholder position in RpgMap coordinates
 

Methods in jurpe.dungeon with parameters of type RpgMapPoint
 PlaceHolder Level.getPlaceHolderIn(RpgMapPoint rpgPoint)
          Get placeholder in this level rpgmappoint
 boolean Level.isTherePlaceHolder(RpgMapPoint p)
          Return true if there is a placeholder in this rpgmappoint
 void PlaceHolder.setLastPosition(RpgMapPoint rpgPoint)
          Set Placeholder last position in RpgMap coordinates.
 void PlaceHolder.setPosition(RpgMapPoint rpgPoint)
          Set Placeholder Position
 

Uses of RpgMapPoint in jurpe.dungeon.crawler
 

Subclasses of RpgMapPoint in jurpe.dungeon.crawler
 class ViewMapPoint
          Point in a RpgViewMap.
 

Methods in jurpe.dungeon.crawler that return RpgMapPoint
 RpgMapPoint ViewMapPoint.toRpgMapPoint()
          Convert a ViewMapPoint in a RpgMapPoint
 

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

Uses of RpgMapPoint in jurpe.dungeon.hexmap
 

Methods in jurpe.dungeon.hexmap that return RpgMapPoint
 RpgMapPoint HexMapView.getDisplayableCenter()
          Get the coordinates of the center in the view map as a RgpMapCell
 RpgMapPoint HexMapView.getRandomDisplayablePoint(java.util.Random rndgen)
          Get a random RpgMapPoint inside RpgMapView
 

Methods in jurpe.dungeon.hexmap with parameters of type RpgMapPoint
 void HexMapDrawing.drawCorridor(java.awt.Graphics g, RpgMapPoint from, Direction direction)
          Draw a corridor between the hexagon having center in from, toward direction
 boolean HexMapView.isOnTheEdge(RpgMapPoint p)
          Return true if the point is over the edge of this view.
 

Uses of RpgMapPoint in jurpe.dungeon.rpgmap
 

Methods in jurpe.dungeon.rpgmap that return RpgMapPoint
 RpgMapPoint RpgMap.getBottomRight()
          Get coordinates of Bottom/Right map point (w,h)
 RpgMapPoint MapView.getBottomRight()
          Get bottom right coordinates, relative to RpgMap, of viewport
 RpgMapPoint ILogicalMap.getBottomRight()
          Get bottom right coordinates, relative to RpgMap, of viewport
 RpgMapPoint RpgMap.getCenter()
          Get the coordinates of the center of this map
 RpgMapPoint MapView.getCenter()
          Get current center
 RpgMapPoint Cell.getCoordinates()
          Get cell coordinates
 RpgMapPoint RpgMap.getRandomPoint()
          Get a random point inside this map
 RpgMapPoint RpgMap.getTopLeft()
          Get coordinates of Top/Left map point (0,0)
 RpgMapPoint MapView.getTopLeft()
          Get top left coordinates, relative to RpgMap, of viewport
 RpgMapPoint ILogicalMap.getTopLeft()
          Get top left coordinates, relative to RpgMap, of viewport
 RpgMapPoint RpgMap.moveTo(RpgMapPoint from, Direction dir)
          This method returns the coordinates of the arrival point when starting from a point a taking a direction.
 

Methods in jurpe.dungeon.rpgmap with parameters of type RpgMapPoint
 Direction MapView.getPerimeterEdge(RpgMapPoint avp)
          This method returns true if the point avp is "next" to a viewport perimeter (up, down, left, right).
 ViewMapPoint MapView.getViewPosition(RpgMapPoint a)
          Return coordinates in view position, given the RpgMap absolute position
 boolean RpgMap.isInside(RpgMapPoint p)
          Return true if point p is inside this map.
 boolean MapView.isInside(RpgMapPoint position)
          Returns true if the position is inside the RpgMapView width and height
 boolean MapTiles.isInside(RpgMapPoint position)
          Returns true if the position is inside the RpgMap width and height
 boolean ILogicalMap.isInside(RpgMapPoint position)
          Get RpgMapCell at RpgMapCoordinates XY
 RpgMapPoint RpgMap.moveTo(RpgMapPoint from, Direction dir)
          This method returns the coordinates of the arrival point when starting from a point a taking a direction.
 void MapView.scrollView(RpgMapPoint avatarPoint, Direction dir)
          Scroll this view in the Direction d.
 void MapView.setCenter(RpgMapPoint sCenter)
          Set new center
 void RpgMap.setSpecialCell(RpgMapPoint p, LocationType type)
          Set special cell
 void RpgMap.setSpecialCell(RpgMapPoint p, LocationType type, java.lang.String message)
          Set special cell with a message
 


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