|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--webmngr.web.Atlas
An Atlas is a set of NavigationMaps
Constructor Summary | |
Atlas()
Default Constructor |
Method Summary | |
void |
addMap(NetMap map)
Adds a new map to this atlas |
boolean |
contains(java.lang.String id)
Sees if this atlas contains an specific map |
java.lang.String |
getDescription()
Gets this atlas description |
java.lang.String |
getID()
Returns this atlas id |
NavigationMap |
getMap(java.lang.String id)
Gets an specific map from this atlas |
java.util.Iterator |
getMapIDs()
Gets the ids of this atlas maps |
java.lang.String |
getTitle()
Gets this atlas title |
void |
refresh()
|
void |
setDescription(java.lang.String desc)
Sets a description for this atlas |
void |
setID(java.lang.String id)
Sets this atlas id |
void |
setTitle(java.lang.String title)
Sets this atlas title |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Atlas()
Method Detail |
public void setTitle(java.lang.String title)
title
- this atlas namepublic java.lang.String getTitle()
string
- representing this atlaspublic void setDescription(java.lang.String desc)
desc
- description of this atlaspublic java.lang.String getDescription()
public void setID(java.lang.String id)
id
- string used to identify this atlaspublic java.lang.String getID()
public void addMap(NetMap map)
map
- NetMap to be addedpublic NavigationMap getMap(java.lang.String id)
id
- the id of the wanted mappublic boolean contains(java.lang.String id)
id
- the id of the wanted mappublic java.util.Iterator getMapIDs()
public void refresh()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |