Interface HasCenterYProperty
- All Known Implementing Classes:
Circle
public interface HasCenterYProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of thecenterY
property.default void
setCenterY
(Number centerY) Sets the value of thecenterY
property.
-
Property Details
-
centerY
DoubleProperty centerYProperty- See Also:
-
-
Method Details
-
centerYProperty
DoubleProperty centerYProperty()- Returns:
- the
centerY
property - See Also:
-
setCenterY
Sets the value of thecenterY
property.- Property description:
- Parameters:
centerY
- the value for thecenterY
property- See Also:
-
getCenterY
Gets the value of thecenterY
property.- Property description:
- Returns:
- the value of the
centerY
property - See Also:
-