Interface HasWrappingWidthProperty
- All Known Implementing Classes:
LabeledText,Text
public interface HasWrappingWidthProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of thewrappingWidthproperty.default voidsetWrappingWidth(Number wrappingWidth) Sets the value of thewrappingWidthproperty.
-
Property Details
-
wrappingWidth
DoubleProperty wrappingWidthProperty
-
-
Method Details
-
wrappingWidthProperty
DoubleProperty wrappingWidthProperty()- Returns:
- the
wrappingWidthproperty - See Also:
-
setWrappingWidth
Sets the value of thewrappingWidthproperty.- Property description:
- Parameters:
wrappingWidth- the value for thewrappingWidthproperty- See Also:
-
getWrappingWidth
Gets the value of thewrappingWidthproperty.- Property description:
- Returns:
- the value of the
wrappingWidthproperty - See Also:
-