@Gw2ApiVersion(value="v1") public class Continent extends Object
| Constructor and Description |
|---|
Continent() |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
getDimensions()
The WIDTHxHEIGHT of the continent.
|
ArrayList<Integer> |
getFloors()
A list of all the
Floor
identifiers contained within the continent. |
int |
getMaxZoom()
The maximum zoom level of the continent on the world map.
|
int |
getMinZoom()
The minimum zoom level of the continent on the world map.
|
String |
getName()
The in-game name of the continent.
|
void |
setDimensions(Dimension dimensions) |
void |
setFloors(ArrayList<Integer> floors) |
void |
setMaxZoom(int maxZoom) |
void |
setMinZoom(int minZoom) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public Dimension getDimensions()
Dimension.public void setDimensions(Dimension dimensions)
public int getMinZoom()
public void setMinZoom(int minZoom)
public int getMaxZoom()
public void setMaxZoom(int maxZoom)
public ArrayList<Integer> getFloors()
Floor
identifiers contained within the continent.Copyright © 2014. All Rights Reserved.