Class HydrophoneProperty

java.lang.Object
Array.layoutFX.HydrophoneProperty

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

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    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 Link icon

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

    • HydrophoneProperty Link icon

      public HydrophoneProperty(Hydrophone hydrophone)
  • Method Details Link icon

    • setHydrophone Link icon

      public void setHydrophone(Hydrophone hydrophone)
    • getX Link icon

      public javafx.beans.property.SimpleDoubleProperty getX()
      The x-coordinate property.
      Returns:
      the x coordintae property.
    • getY Link icon

      public javafx.beans.property.SimpleDoubleProperty getY()
      The y-coordinate property.
      Returns:
      the y coordintae property.
    • getZ Link icon

      public javafx.beans.property.SimpleDoubleProperty getZ()
      The z-coordinate property.
      Returns:
      the z coordintae property.
    • getID Link icon

      public javafx.beans.property.SimpleIntegerProperty getID()
    • getHydrophone Link icon

      public Hydrophone getHydrophone()
    • getXErr Link icon

      public javafx.beans.property.SimpleDoubleProperty getXErr()
      The x-coordinate property.
      Returns:
      the x coordintae property.
    • getYErr Link icon

      public javafx.beans.property.SimpleDoubleProperty getYErr()
      The y-coordinate property.
      Returns:
      the y coordintae property.
    • getZErr Link icon

      public javafx.beans.property.SimpleDoubleProperty getZErr()
      The z-coordinate property.
      Returns:
      the z coordintae property.