Interface HasCenterXProperty
- All Known Implementing Classes:
Circle
public interface HasCenterXProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of thecenterX
property.default void
setCenterX
(Number centerX) Sets the value of thecenterX
property.
-
Property Details
-
centerX
DoubleProperty centerXProperty- See Also:
-
-
Method Details
-
centerXProperty
DoubleProperty centerXProperty()- Returns:
- the
centerX
property - See Also:
-
setCenterX
Sets the value of thecenterX
property.- Property description:
- Parameters:
centerX
- the value for thecenterX
property- See Also:
-
getCenterX
Gets the value of thecenterX
property.- Property description:
- Returns:
- the value of the
centerX
property - See Also:
-