| Package | Description |
|---|---|
| javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
| Modifier and Type | Field and Description |
|---|---|
private TextBoundsType |
TextBuilder.boundsType |
| Modifier and Type | Field and Description |
|---|---|
private ObjectProperty<TextBoundsType> |
Text.boundsType
Determines how the bounds of the text node are calculated.
|
| Modifier and Type | Method and Description |
|---|---|
TextBoundsType |
Text.getBoundsType()
Gets the value of the property boundsType.
|
static TextBoundsType |
TextBoundsType.valueOf(java.lang.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()
Determines how the bounds of the text node are calculated.
|
| Modifier and Type | Method and Description |
|---|---|
B |
TextBuilder.boundsType(TextBoundsType x)
Set the value of the
boundsType property for the instance constructed by this builder. |
void |
Text.setBoundsType(TextBoundsType value)
Sets the value of the property boundsType.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.