Package Array.sensors
Class ArrayDisplayParameters
java.lang.Object
Array.sensors.ArrayDisplayParameters
- All Implemented Interfaces:
Serializable
,Cloneable
Parameters for all of the three display - pitchroll, heading and depth
- Author:
- dg50
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final String[]
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
Get range of heading values, either HEAD_0_360 or HEAD_180_180double[]
double
void
setHeadRange
(int headRange) Set range of heading values, either HEAD_0_360 or HEAD_180_180void
setPitchRange
(double[] pitchRange) void
setPitchRollImageFile
(String pitchRollImageFile) void
setPitchStep
(double pitchStep)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
HEADNAMES
-
HEAD_0_360
public static final int HEAD_0_360- See Also:
-
HEAD_180_180
public static final int HEAD_180_180- See Also:
-
-
Constructor Details
-
ArrayDisplayParameters
public ArrayDisplayParameters()
-
-
Method Details
-
clone
-
getPitchRollImageFile
- Returns:
- the pitchRollImageFile
-
setPitchRollImageFile
- Parameters:
pitchRollImageFile
- the pitchRollImageFile to set
-
getPitchStep
public double getPitchStep()- Returns:
- the pitchStep
-
setPitchStep
public void setPitchStep(double pitchStep) - Parameters:
pitchStep
- the pitchStep to set
-
getPitchRange
public double[] getPitchRange()- Returns:
- the pitchRange
-
setPitchRange
public void setPitchRange(double[] pitchRange) - Parameters:
pitchRange
- the pitchRange to set
-
getHeadRange
public int getHeadRange()Get range of heading values, either HEAD_0_360 or HEAD_180_180- Returns:
- the headRange
-
setHeadRange
public void setHeadRange(int headRange) Set range of heading values, either HEAD_0_360 or HEAD_180_180- Parameters:
headRange
- the headRange to set
-