Interface HasFitHeightProperty
- All Known Implementing Classes:
ImageView
public interface HasFitHeightProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of thefitHeight
property.default void
setFitHeight
(Number fitHeight) Sets the value of thefitHeight
property.
-
Property Details
-
fitHeight
DoubleProperty fitHeightProperty
-
-
Method Details
-
fitHeightProperty
DoubleProperty fitHeightProperty()- Returns:
- the
fitHeight
property - See Also:
-
setFitHeight
Sets the value of thefitHeight
property.- Property description:
- Parameters:
fitHeight
- the value for thefitHeight
property- See Also:
-
getFitHeight
Gets the value of thefitHeight
property.- Property description:
- Returns:
- the value of the
fitHeight
property - See Also:
-