All Packages Class Hierarchy This Package Previous Next Index
Class edu.cmu.owl.ui.twoD.MapBuilder
edu.cmu.owl.ui.twoD.MapBuilder
- public class MapBuilder
This class was created to abstract the process of building a Map object.
It should really be an interface, not a class.
-
MapBuilder()
-
-
buildMap(TwoDBean)
- Build a map from the database.
MapBuilder
public MapBuilder()
buildMap
public Map buildMap(TwoDBean tempBean)
- Build a map from the database.
- Parameters:
- TwoDBean - pointer to a TwoDBean object
All Packages Class Hierarchy This Package Previous Next Index