- All Superinterfaces:
Item
- All Known Implementing Classes:
ValueChartItem
public interface ValueItem
extends Item
-
Property Summary
Properties
javafx.beans.property.DoubleProperty
-
Method Summary
double
Gets the value of the property value.
void
Sets the value of the property value.
javafx.beans.property.DoubleProperty
-
Property Details
-
value
javafx.beans.property.DoubleProperty valueProperty
- See Also:
-
-
Method Details
-
getValue
double getValue()
Gets the value of the property value.
- Property description:
-
setValue
void setValue(double value)
Sets the value of the property value.
- Property description:
-
valueProperty
javafx.beans.property.DoubleProperty valueProperty()
- See Also:
-