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