Interface HasPrefWrapLengthProperty
public interface HasPrefWrapLengthProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of theprefWrapLength
property.default void
setPrefWrapLength
(Number prefWrapLength) Sets the value of theprefWrapLength
property.
-
Property Details
-
prefWrapLength
DoubleProperty prefWrapLengthProperty
-
-
Method Details
-
prefWrapLengthProperty
DoubleProperty prefWrapLengthProperty()- Returns:
- the
prefWrapLength
property - See Also:
-
setPrefWrapLength
Sets the value of theprefWrapLength
property.- Property description:
- Parameters:
prefWrapLength
- the value for theprefWrapLength
property- See Also:
-
getPrefWrapLength
Gets the value of theprefWrapLength
property.- Property description:
- Returns:
- the value of the
prefWrapLength
property - See Also:
-