sexi.comp
Class TopographyMap

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--sexi.util.ValueMap
                    |
                    +--sexi.comp.TopographyMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class TopographyMap
extends ValueMap

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
(package private)  DimensionArea area
           
 
Constructor Summary
TopographyMap()
           
 
Method Summary
 DimensionArea getArea()
           
 void setArea(DimensionArea a)
           
 
Methods inherited from class sexi.util.ValueMap
getPointMap, getValue, putValue
 
Methods inherited from class java.util.HashMap
, capacity, clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, loadFactor, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

area

DimensionArea area
Constructor Detail

TopographyMap

public TopographyMap()
Method Detail

setArea

public void setArea(DimensionArea a)

getArea

public DimensionArea getArea()