Interface HasStartYProperty
- All Known Implementing Classes:
Line
public interface HasStartYProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of thestartY
property.default void
Sets the value of thestartY
property.
-
Property Details
-
startY
DoubleProperty startYProperty- See Also:
-
-
Method Details
-
startYProperty
DoubleProperty startYProperty()- Returns:
- the
startY
property - See Also:
-
setStartY
Sets the value of thestartY
property.- Property description:
- Parameters:
startY
- the value for thestartY
property- See Also:
-
getStartY
Gets the value of thestartY
property.- Property description:
- Returns:
- the value of the
startY
property - See Also:
-