- All Superinterfaces:
Item
- All Known Implementing Classes:
XYZChartItem
public interface XYZItem
extends Item
-
Property Summary
Properties
javafx.beans.property.DoubleProperty
javafx.beans.property.DoubleProperty
javafx.beans.property.DoubleProperty
-
Method Summary
double
Gets the value of the property x.
double
Gets the value of the property y.
double
Gets the value of the property z.
void
Sets the value of the property x.
void
Sets the value of the property y.
void
Sets the value of the property z.
javafx.beans.property.DoubleProperty
javafx.beans.property.DoubleProperty
javafx.beans.property.DoubleProperty
-
Property Details
-
x
javafx.beans.property.DoubleProperty xProperty
- See Also:
-
-
y
javafx.beans.property.DoubleProperty yProperty
- See Also:
-
-
z
javafx.beans.property.DoubleProperty zProperty
- See Also:
-
-
Method Details
-
getX
double getX()
Gets the value of the property x.
- Property description:
-
setX
void setX(double x)
Sets the value of the property x.
- Property description:
-
xProperty
javafx.beans.property.DoubleProperty xProperty()
- See Also:
-
-
getY
double getY()
Gets the value of the property y.
- Property description:
-
setY
void setY(double y)
Sets the value of the property y.
- Property description:
-
yProperty
javafx.beans.property.DoubleProperty yProperty()
- See Also:
-
-
getZ
double getZ()
Gets the value of the property z.
- Property description:
-
setZ
void setZ(double value)
Sets the value of the property z.
- Property description:
-
zProperty
javafx.beans.property.DoubleProperty zProperty()
- See Also:
-