Package | Description |
---|---|
com.jrfom.gw2.api.model | |
com.jrfom.gw2.api.model.geography |
Modifier and Type | Method and Description |
---|---|
MapCoordinate |
Task.getCoordinate()
The location of the task within the parent map.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setCoordinate(MapCoordinate coordinate) |
Modifier and Type | Method and Description |
---|---|
MapCoordinate |
SkillChallenge.getCoordinate()
The in-game map location of the skill challenge.
|
MapCoordinate |
Sector.getCoordinate()
A coordinate that designates where this sector is located.
|
MapCoordinate |
PointOfInterest.getCoordinate()
The coordinate for the location of the point of interest.
|
MapCoordinate |
Region.getLabelCoordinate()
The coordinates of the region label on the in-game world map.
|
MapCoordinate |
MapRectangle.getLowerRight()
Retrieve the coordinate of the lower right corner of a rectangle.
|
MapCoordinate |
MapRectangle.getUpperLeft()
Retrieve the coordinate of the upper left corner of a rectangle.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MapRectangle.add(MapCoordinate coordinate)
To be used during deserialization.
|
void |
SkillChallenge.setCoordinate(MapCoordinate coordinate) |
void |
Sector.setCoordinate(MapCoordinate coordinate) |
void |
PointOfInterest.setCoordinate(MapCoordinate coordinate) |
void |
Region.setLabelCoordinate(MapCoordinate labelCoordinate) |
Modifier and Type | Method and Description |
---|---|
boolean |
MapRectangle.addAll(Collection<? extends MapCoordinate> collection) |
Copyright © 2014. All Rights Reserved.