@Gw2ApiVersion(value="v1") public class MapRectangle extends ArrayList<MapCoordinate>
MapCoordinates.modCount| Modifier and Type | Method and Description |
|---|---|
boolean |
add(MapCoordinate coordinate)
To be used during deserialization.
|
boolean |
addAll(Collection<? extends MapCoordinate> collection) |
MapCoordinate |
getLowerRight()
Retrieve the coordinate of the lower right corner of a rectangle.
|
MapCoordinate |
getUpperLeft()
Retrieve the coordinate of the upper left corner of a rectangle.
|
add, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic boolean add(MapCoordinate coordinate)
add in interface Collection<MapCoordinate>add in interface List<MapCoordinate>add in class ArrayList<MapCoordinate>coordinate - public boolean addAll(Collection<? extends MapCoordinate> collection)
addAll in interface Collection<MapCoordinate>addAll in interface List<MapCoordinate>addAll in class ArrayList<MapCoordinate>public MapCoordinate getUpperLeft()
MapCoordinate.public MapCoordinate getLowerRight()
MapCoordinate.Copyright © 2014. All Rights Reserved.