Class SpecCorrPane.SegmentRow

java.lang.Object
IshmaelDetector.layoutFX.SpecCorrPane.SegmentRow
Enclosing class:
SpecCorrPane

public static class SpecCorrPane.SegmentRow extends Object
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.DoubleProperty
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    SegmentRow(double t0, double f0, double t1, double f1)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.DoubleProperty
     
    double
    Gets the value of the f0 property.
    double
    Gets the value of the f1 property.
    double
    Gets the value of the t0 property.
    double
    Gets the value of the t1 property.
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.DoubleProperty
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Property Details

  • Constructor Details

    • SegmentRow

      public SegmentRow()
    • SegmentRow

      public SegmentRow(double t0, double f0, double t1, double f1)
  • Method Details

    • t0Property

      public javafx.beans.property.DoubleProperty t0Property()
      Returns:
      the t0 property
      See Also:
    • f0Property

      public javafx.beans.property.DoubleProperty f0Property()
      Returns:
      the f0 property
      See Also:
    • t1Property

      public javafx.beans.property.DoubleProperty t1Property()
      Returns:
      the t1 property
      See Also:
    • f1Property

      public javafx.beans.property.DoubleProperty f1Property()
      Returns:
      the f1 property
      See Also:
    • getT0

      public double getT0()
      Gets the value of the t0 property.
      Property description:
      Returns:
      the value of the t0 property
      See Also:
    • getF0

      public double getF0()
      Gets the value of the f0 property.
      Property description:
      Returns:
      the value of the f0 property
      See Also:
    • getT1

      public double getT1()
      Gets the value of the t1 property.
      Property description:
      Returns:
      the value of the t1 property
      See Also:
    • getF1

      public double getF1()
      Gets the value of the f1 property.
      Property description:
      Returns:
      the value of the f1 property
      See Also: