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