|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.fma.jtiledownloader.tilelist.TileListSimple
public class TileListSimple
Field Summary | |
---|---|
(package private) java.util.ArrayList<Tile> |
_tileList
|
Constructor Summary | |
---|---|
TileListSimple()
|
Method Summary | |
---|---|
void |
addTile(Tile tile)
|
int |
getElementCount()
|
java.util.ArrayList<Tile> |
getTileListToDownload()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.ArrayList<Tile> _tileList
Constructor Detail |
---|
public TileListSimple()
Method Detail |
---|
public java.util.ArrayList<Tile> getTileListToDownload()
getTileListToDownload
in interface TileList
ArrayList
containing TilesTileList.getTileListToDownload()
public void addTile(Tile tile)
public int getElementCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |