|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAirgunDisplay.AirgunParameters
public class AirgunParameters
| Field Summary | |
|---|---|
(package private) double |
dimE
distance in m towards the stern from the vessels GPS receiver |
(package private) double |
dimF
distance in m towards the starboard side from the vessels GPS receiver |
(package private) java.awt.Color |
exclusionColor
Colour for exclusion zone on map. |
(package private) int |
exclusionRadius
radius of exclusion xone in m |
int |
gunsMMSIVessel
mmsi number of vessel if guns are on another vessel |
boolean |
gunsThisVessel
True if guns are on this vessel |
(package private) boolean |
predictAhead
predict where we'll be in a certain time |
(package private) int |
secondsAhead
prediction time in seconds |
static long |
serialVersionUID
|
(package private) boolean |
showExclusionZone
Show exclusion zone on the map |
| Constructor Summary | |
|---|---|
AirgunParameters()
|
|
| Method Summary | |
|---|---|
AirgunParameters |
clone()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
public boolean gunsThisVessel
public int gunsMMSIVessel
double dimE
double dimF
boolean showExclusionZone
int exclusionRadius
java.awt.Color exclusionColor
boolean predictAhead
int secondsAhead
| Constructor Detail |
|---|
public AirgunParameters()
| Method Detail |
|---|
public AirgunParameters clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||