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