Interface HasFitWidthProperty
- All Known Implementing Classes:
ImageView
public interface HasFitWidthProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of thefitWidth
property.default void
setFitWidth
(Number fitWidth) Sets the value of thefitWidth
property.
-
Property Details
-
fitWidth
DoubleProperty fitWidthProperty
-
-
Method Details
-
fitWidthProperty
DoubleProperty fitWidthProperty()- Returns:
- the
fitWidth
property - See Also:
-
setFitWidth
Sets the value of thefitWidth
property.- Property description:
- Parameters:
fitWidth
- the value for thefitWidth
property- See Also:
-
getFitWidth
Gets the value of thefitWidth
property.- Property description:
- Returns:
- the value of the
fitWidth
property - See Also:
-