Class HydrophoneProperty

java.lang.Object
Array.layoutFX.HydrophoneProperty

public class HydrophoneProperty extends Object
Property class for a hydrophone object.
Author:
Jamie Macaulay
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    javafx.beans.property.SimpleIntegerProperty
     
    javafx.beans.property.SimpleDoubleProperty
    The x-coordinate property.
    javafx.beans.property.SimpleDoubleProperty
    The x-coordinate property.
    javafx.beans.property.SimpleDoubleProperty
    The y-coordinate property.
    javafx.beans.property.SimpleDoubleProperty
    The y-coordinate property.
    javafx.beans.property.SimpleDoubleProperty
    The z-coordinate property.
    javafx.beans.property.SimpleDoubleProperty
    The z-coordinate property.
    void
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HydrophoneProperty

      public HydrophoneProperty(Hydrophone hydrophone)
  • Method Details

    • setHydrophone

      public void setHydrophone(Hydrophone hydrophone)
    • 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

      public Hydrophone 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.