| 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()
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. 
 | 
| 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 | 
|---|---|
void | 
Text.setBoundsType(TextBoundsType value)
Sets the value of the property boundsType. 
 | 
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.