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