@Gw2ApiVersion(value="v1") public class Floor extends Object
Constructor and Description |
---|
Floor() |
Modifier and Type | Method and Description |
---|---|
MapRectangle |
getClampedView()
According to the wiki:
|
RegionList |
getRegions()
Retrieve the list of
Region s
contained in the floor. |
Dimension |
getTextureDimensions()
The width and height of the map texture.
|
void |
setClampedView(MapRectangle clampedView) |
void |
setRegions(RegionList regions) |
void |
setTextureDimensions(Dimension textureDimensions) |
public Dimension getTextureDimensions()
Dimension
.public void setTextureDimensions(Dimension textureDimensions)
public MapRectangle getClampedView()
According to the wiki:
"If present, it represents a rectangle of downloadable textures. Every tile coordinate outside this rectangle is not available on the tile server."
As far as the author of this model can discern, it's nothing more
than an instance of MapRectangle
.
MapRectangle
.public void setClampedView(MapRectangle clampedView)
public RegionList getRegions()
Region
s
contained in the floor.RegionList
.public void setRegions(RegionList regions)
Copyright © 2014. All Rights Reserved.