Package | Description |
---|---|
com.sun.javafx.scene.text | |
com.sun.javafx.text |
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) |
Copyright © 2020. All rights reserved.