Map
Class MapParameters

java.lang.Object
  extended by Map.MapParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MapParameters
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
(package private)  int dataKeepTime
          How long to keep GPS and other data for, even if it's not being used.
(package private)  int dataShowTime
          How long a period to show detector data for.
(package private)  boolean keepShipOnMap
           
(package private)  boolean[] mapContours
           
(package private)  java.io.File mapFile
           
(package private) static long serialVersionUID
           
(package private)  boolean showGpsData
           
(package private)  boolean showHydrophones
          A flag to enable/disable drawing of the hydrophone array on the map
(package private)  boolean showKey
           
(package private)  boolean showPanZoom
           
(package private)  int trackShowTime
          How long to display the ships track for
 
Constructor Summary
MapParameters()
           
 
Method Summary
protected  MapParameters clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

trackShowTime

int trackShowTime
How long to display the ships track for


dataKeepTime

int dataKeepTime
How long to keep GPS and other data for, even if it's not being used.


dataShowTime

int dataShowTime
How long a period to show detector data for.


showHydrophones

boolean showHydrophones
A flag to enable/disable drawing of the hydrophone array on the map


keepShipOnMap

boolean keepShipOnMap

mapFile

java.io.File mapFile

mapContours

boolean[] mapContours

showKey

boolean showKey

showPanZoom

boolean showPanZoom

showGpsData

boolean showGpsData
Constructor Detail

MapParameters

public MapParameters()
Method Detail

clone

protected MapParameters clone()
Overrides:
clone in class java.lang.Object