Package Array.layoutFX
Class HydrophoneProperty
java.lang.Object
Array.layoutFX.HydrophoneProperty
Property class for a hydrophone object.
- Author:
- Jamie Macaulay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.SimpleIntegerPropertygetID()javafx.beans.property.SimpleDoublePropertygetX()The x-coordinate property.javafx.beans.property.SimpleDoublePropertygetXErr()The x-coordinate property.javafx.beans.property.SimpleDoublePropertygetY()The y-coordinate property.javafx.beans.property.SimpleDoublePropertygetYErr()The y-coordinate property.javafx.beans.property.SimpleDoublePropertygetZ()The z-coordinate property.javafx.beans.property.SimpleDoublePropertygetZErr()The z-coordinate property.voidsetHydrophone(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.
-