| Package | Description |
|---|---|
| com.sun.javafx.scene.control.skin | |
| com.sun.javafx.scene.text | |
| com.sun.javafx.text | |
| com.sun.javafx.webkit.prism | |
| javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static TextLayout |
Utils.layout |
| Modifier and Type | Method and Description |
|---|---|
TextLayout |
TextLayoutFactory.createLayout()
Returns a new TextLayout instance.
|
TextLayout |
TextLayoutFactory.getLayout()
Returns a reusable instance of TextLayout, the caller is responsible by
returning the instance back to the factory using disposeLayout().
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextLayoutFactory.disposeLayout(TextLayout layout)
Disposes the reusable TextLayout.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrismTextLayout |
| Modifier and Type | Method and Description |
|---|---|
TextLayout |
PrismTextLayoutFactory.createLayout() |
TextLayout |
PrismTextLayoutFactory.getLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrismTextLayoutFactory.disposeLayout(TextLayout layout) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static TextLayout |
TextUtilities.createLayout(java.lang.String text,
java.lang.Object font) |
| Modifier and Type | Field and Description |
|---|---|
private TextLayout |
TextFlow.layout |
private TextLayout |
Text.layout |
| Modifier and Type | Method and Description |
|---|---|
(package private) TextLayout |
TextFlow.getTextLayout() |
private TextLayout |
Text.getTextLayout() |