Package IshmaelDetector.layoutFX
Class SpecCorrPane.SegmentRow
java.lang.Object
IshmaelDetector.layoutFX.SpecCorrPane.SegmentRow
- Enclosing class:
SpecCorrPane
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.DoublePropertyjavafx.beans.property.DoublePropertydoublegetF0()Gets the value of thef0property.doublegetF1()Gets the value of thef1property.doublegetT0()Gets the value of thet0property.doublegetT1()Gets the value of thet1property.javafx.beans.property.DoublePropertyjavafx.beans.property.DoubleProperty
-
Property Details
-
t0
public javafx.beans.property.DoubleProperty t0Property- See Also:
-
f0
public javafx.beans.property.DoubleProperty f0Property- See Also:
-
t1
public javafx.beans.property.DoubleProperty t1Property- See Also:
-
f1
public javafx.beans.property.DoubleProperty f1Property- See Also:
-
-
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
t0property - See Also:
-
f0Property
public javafx.beans.property.DoubleProperty f0Property()- Returns:
- the
f0property - See Also:
-
t1Property
public javafx.beans.property.DoubleProperty t1Property()- Returns:
- the
t1property - See Also:
-
f1Property
public javafx.beans.property.DoubleProperty f1Property()- Returns:
- the
f1property - See Also:
-
getT0
public double getT0()Gets the value of thet0property.- Property description:
- Returns:
- the value of the
t0property - See Also:
-
getF0
public double getF0()Gets the value of thef0property.- Property description:
- Returns:
- the value of the
f0property - See Also:
-
getT1
public double getT1()Gets the value of thet1property.- Property description:
- Returns:
- the value of the
t1property - See Also:
-
getF1
public double getF1()Gets the value of thef1property.- Property description:
- Returns:
- the value of the
f1property - See Also:
-