Uses of Class
javafx.scene.text.TextBoundsType
Package | Description |
---|---|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
-
Uses of TextBoundsType in javafx.scene.text
Methods in javafx.scene.text that return TextBoundsType Modifier and Type Method Description TextBoundsType
Text. getBoundsType()
Gets the value of the property boundsType.static TextBoundsType
TextBoundsType. valueOf(String name)
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.Methods in javafx.scene.text that return types with arguments of type TextBoundsType Modifier and Type Method Description ObjectProperty<TextBoundsType>
Text. boundsTypeProperty()
Determines how the bounds of the text node are calculated.Methods in javafx.scene.text with parameters of type TextBoundsType Modifier and Type Method Description void
Text. setBoundsType(TextBoundsType value)
Sets the value of the property boundsType.