Class AddCalibrationMethod
java.lang.Object
videoRangePanel.vrmethods.AbstractVRMethod
videoRangePanel.vrmethods.calibration.AddCalibrationMethod
- All Implemented Interfaces:
 VRMethod
- 
Field Summary
FieldsFields inherited from class videoRangePanel.vrmethods.AbstractVRMethod
candidateMeasurement, horizonPoint1, horizonPoint2, horizonTilt, imageHeading, MEASURE_ANIMAL, MEASURE_DONE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidClears all user interactions and resets overlay.intGet the current status.getName()The name of this type of analysis method.The AWT overlay.The FX overlay.voidsetCalibratePoint1(Point point) Set calibrate point 1.voidsetCalibratePoint2(Point point) Set calibrate point 2voidupdate(int updateType) Called from other parts of the module whenever a method panel may needed updated e.g.Methods inherited from class videoRangePanel.vrmethods.AbstractVRMethod
bearingTox, calcLocLatLong, calculateHorizonTilt, clearPoints, getCandidateMeasurement, getGPSinfo, getGPSinfo, getHorizonPixel, getHorizonPixel_H, getHorizonTilt, getImageHeading, getImagePitch, newAnimalMeasurement_Horizon, setHorizonTilt 
- 
Field Details
- 
CALIBRATE_1
public static final int CALIBRATE_1- See Also:
 
 - 
CALIBRATE_2
public static final int CALIBRATE_2- See Also:
 
 
 - 
 - 
Constructor Details
- 
AddCalibrationMethod
 
 - 
 - 
Method Details
- 
getName
Description copied from interface:VRMethodThe name of this type of analysis method.- Returns:
 - the name of the method
 
 - 
getSidePanel
 - 
clearOverlay
public void clearOverlay()Description copied from interface:VRMethodClears all user interactions and resets overlay. Required for changes to settings, picture being changed and other interactions not directly associated with the VRMethod. - 
update
public void update(int updateType) Description copied from interface:VRMethodCalled from other parts of the module whenever a method panel may needed updated e.g. when new calibration data is manually added in the settings dialog.- Specified by:
 updatein interfaceVRMethod- Overrides:
 updatein classAbstractVRMethod- Parameters:
 updateType- - the update flag.
 - 
getCalibrationPoint1
 - 
getCalibrationPoint2
 - 
getOverlayAWT
Description copied from interface:VRMethodThe AWT overlay. This handles all graphical interactions within AWT- Returns:
 - the awt overlay
 
 - 
getOverlayFX
Description copied from interface:VRMethodThe FX overlay. This handles all graphical interactions within JavaFX- Returns:
 - the awt overlay
 
 - 
getCurrentStatus
public int getCurrentStatus()Get the current status.- Returns:
 - flag of the current status.
 
 - 
setCalibratePoint1
Set calibrate point 1.- Parameters:
 point- - the point to set.
 - 
setCalibratePoint2
Set calibrate point 2- Parameters:
 point- - the point to set.
 
 -