clickDetector
Class BTDisplayParameters

java.lang.Object
  extended by clickDetector.BTDisplayParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

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

See Also:
Serialized Form

Field Summary
 double[] amplitudeRange
           
static int COLOUR_BY_SPECIES
           
static int COLOUR_BY_TRAIN
           
 int colourScheme
           
static int DISPLAY_AMPLITUDE
           
static int DISPLAY_BEARING
           
static int DISPLAY_ICI
           
 int displayChannels
           
 int maxClickHeight
           
 int maxClickLength
           
 double maxICI
           
 int minClickHeight
           
 int minClickLength
           
 int nAmplitudeGridLines
           
 int nBearingGridLines
           
 int nICIGridLines
           
static long serialVersionUID
           
 boolean showEchoes
           
 boolean showKey
           
 boolean showNonSpecies
           
 boolean[] showSpeciesList
           
private  double timeRange
           
 boolean trackedClickMarkers
          Show little markers for tracked click angles down the sides of the display
 boolean view360
           
 int VScale
           
 
Constructor Summary
BTDisplayParameters()
           
 
Method Summary
 BTDisplayParameters clone()
           
 double getTimeRange()
           
 void setTimeRange(double timeRange)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

DISPLAY_BEARING

public static final int DISPLAY_BEARING
See Also:
Constant Field Values

DISPLAY_ICI

public static final int DISPLAY_ICI
See Also:
Constant Field Values

DISPLAY_AMPLITUDE

public static final int DISPLAY_AMPLITUDE
See Also:
Constant Field Values

COLOUR_BY_TRAIN

public static final int COLOUR_BY_TRAIN
See Also:
Constant Field Values

COLOUR_BY_SPECIES

public static final int COLOUR_BY_SPECIES
See Also:
Constant Field Values

VScale

public int VScale

maxICI

public double maxICI

amplitudeRange

public double[] amplitudeRange

nBearingGridLines

public int nBearingGridLines

nAmplitudeGridLines

public int nAmplitudeGridLines

nICIGridLines

public int nICIGridLines

showEchoes

public boolean showEchoes

minClickLength

public int minClickLength

maxClickLength

public int maxClickLength

minClickHeight

public int minClickHeight

maxClickHeight

public int maxClickHeight

timeRange

private double timeRange

displayChannels

public int displayChannels

view360

public boolean view360

showNonSpecies

public boolean showNonSpecies

showSpeciesList

public boolean[] showSpeciesList

colourScheme

public int colourScheme

showKey

public boolean showKey

trackedClickMarkers

public boolean trackedClickMarkers
Show little markers for tracked click angles down the sides of the display

Constructor Detail

BTDisplayParameters

public BTDisplayParameters()
Method Detail

clone

public BTDisplayParameters clone()
Overrides:
clone in class java.lang.Object

getTimeRange

public double getTimeRange()
Returns:
the timeRange

setTimeRange

public void setTimeRange(double timeRange)
Parameters:
timeRange - the timeRange to set