webmngr.web
Interface NavigationMap

All Known Implementing Classes:
NetMap

public interface NavigationMap

This interface provides all necessary methods to access a map or sub-map externally

Since:
01/07/2000
Author:
Ayla Débora Dantas de Souza (ayla@dsc.ufpb.br),
Rodrigo Rebouças de Almeida (rodrigor@dsc.ufpb.br)

Method Summary
 java.awt.Image draw()
          Draws all the elements of this Map
 java.util.Iterator getAllMapElements()
           
 java.util.Iterator getMapElements()
          Returns the MapElements present in this Map
 int getStatus()
           
 

Method Detail

draw

public java.awt.Image draw()
Draws all the elements of this Map
Returns:
the map image with all of its components

getMapElements

public java.util.Iterator getMapElements()
Returns the MapElements present in this Map
Returns:
all MapElements present in this Map

getAllMapElements

public java.util.Iterator getAllMapElements()

getStatus

public int getStatus()