Package | Description |
---|---|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
Modifier and Type | Method and Description |
---|---|
TextBoundsType |
Text.getBoundsType() |
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.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<TextBoundsType> |
Text.boundsTypeProperty() |
Modifier and Type | Method and Description |
---|---|
B |
TextBuilder.boundsType(TextBoundsType x)
Deprecated.
Set the value of the
boundsType property for the instance constructed by this builder. |
void |
Text.setBoundsType(TextBoundsType value) |
Copyright © 2020. All rights reserved.