-
Property Summary
Properties
javafx.beans.property.IntegerProperty
javafx.beans.property.IntegerProperty
javafx.beans.property.DoubleProperty
-
Method Summary
int
Gets the value of the property x.
int
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.IntegerProperty
javafx.beans.property.IntegerProperty
javafx.beans.property.DoubleProperty
-
Property Details
-
x
javafx.beans.property.IntegerProperty xProperty
- See Also:
-
-
y
javafx.beans.property.IntegerProperty yProperty
- See Also:
-
-
z
javafx.beans.property.DoubleProperty zProperty
- See Also:
-
-
Method Details
-
getX
int getX()
Gets the value of the property x.
- Property description:
-
setX
void setX(int x)
Sets the value of the property x.
- Property description:
-
xProperty
javafx.beans.property.IntegerProperty xProperty()
- See Also:
-
-
getY
int getY()
Gets the value of the property y.
- Property description:
-
setY
void setY(int y)
Sets the value of the property y.
- Property description:
-
yProperty
javafx.beans.property.IntegerProperty 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:
-