Interface HasStartXProperty
- All Known Implementing Classes:
Line
public interface HasStartXProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of thestartX
property.default void
Sets the value of thestartX
property.
-
Property Details
-
startX
DoubleProperty startXProperty- See Also:
-
-
Method Details
-
startXProperty
DoubleProperty startXProperty()- Returns:
- the
startX
property - See Also:
-
setStartX
Sets the value of thestartX
property.- Property description:
- Parameters:
startX
- the value for thestartX
property- See Also:
-
getStartX
Gets the value of thestartX
property.- Property description:
- Returns:
- the value of the
startX
property - See Also:
-