Package Array.layoutFX
Class HydrophoneProperty
java.lang.Object
Array.layoutFX.HydrophoneProperty
Property class for a hydrophone object.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.SimpleIntegerProperty
getID()
javafx.beans.property.SimpleDoubleProperty
getX()
The x-coordinate property.javafx.beans.property.SimpleDoubleProperty
getXErr()
The x-coordinate property.javafx.beans.property.SimpleDoubleProperty
getY()
The y-coordinate property.javafx.beans.property.SimpleDoubleProperty
getYErr()
The y-coordinate property.javafx.beans.property.SimpleDoubleProperty
getZ()
The z-coordinate property.javafx.beans.property.SimpleDoubleProperty
getZErr()
The z-coordinate property.void
setHydrophone
(Hydrophone hydrophone)
-
Constructor Details
-
HydrophoneProperty
-
-
Method Details
-
setHydrophone
-
getX
public javafx.beans.property.SimpleDoubleProperty getX()The x-coordinate property.- Returns:
- the x coordintae property.
-
getY
public javafx.beans.property.SimpleDoubleProperty getY()The y-coordinate property.- Returns:
- the y coordintae property.
-
getZ
public javafx.beans.property.SimpleDoubleProperty getZ()The z-coordinate property.- Returns:
- the z coordintae property.
-
getID
public javafx.beans.property.SimpleIntegerProperty getID() -
getHydrophone
-
getXErr
public javafx.beans.property.SimpleDoubleProperty getXErr()The x-coordinate property.- Returns:
- the x coordintae property.
-
getYErr
public javafx.beans.property.SimpleDoubleProperty getYErr()The y-coordinate property.- Returns:
- the y coordintae property.
-
getZErr
public javafx.beans.property.SimpleDoubleProperty getZErr()The z-coordinate property.- Returns:
- the z coordintae property.
-