Package | Description |
---|---|
com.jrfom.gw2.api.model.geography |
Modifier and Type | Method and Description |
---|---|
MapRectangle |
Floor.getClampedView()
According to the wiki:
|
MapRectangle |
Map.getContinentRect()
The dimensions of the map according to the game coordinate system.
|
MapRectangle |
FloorMap.getContinentRectangle()
A pair of coordinates defining the size of the map within the gam
coordinate system.
|
MapRectangle |
Map.getMapRect()
The dimensions of the map.
|
MapRectangle |
FloorMap.getMapRectangle()
A pair of coordinates defining the size of the map.
|
Modifier and Type | Method and Description |
---|---|
void |
Floor.setClampedView(MapRectangle clampedView) |
void |
Map.setContinentRect(MapRectangle continentRect) |
void |
FloorMap.setContinentRectangle(MapRectangle continentRectangle) |
void |
Map.setMapRect(MapRectangle mapRect) |
void |
FloorMap.setMapRectangle(MapRectangle mapRectangle) |
Copyright © 2014. All Rights Reserved.