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