Uses of Enum
javafx.scene.text.TextBoundsType
-
Uses of TextBoundsType in javafx.scene.text
Modifier and TypeMethodDescriptionfinal TextBoundsType
Text.getBoundsType()
Gets the value of theboundsType
property.static TextBoundsType
Returns the enum constant of this type with the specified name.static TextBoundsType[]
TextBoundsType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal Property<TextBoundsType>
Text.boundsTypeProperty()
Determines how the bounds of the text node are calculated.Modifier and TypeMethodDescriptionfinal void
Text.setBoundsType
(TextBoundsType value) Sets the value of theboundsType
property.