Package | Description |
---|---|
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Method and Description |
---|---|
FontSmoothingType |
GraphicsContext.getFontSmoothingType()
Gets the current Font Smoothing Type.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext.setFontSmoothingType(FontSmoothingType fontsmoothing)
Sets the current Font Smoothing Type.
|
Modifier and Type | Method and Description |
---|---|
FontSmoothingType |
Text.getFontSmoothingType() |
static FontSmoothingType |
FontSmoothingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontSmoothingType[] |
FontSmoothingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<FontSmoothingType> |
Text.fontSmoothingTypeProperty() |
Modifier and Type | Method and Description |
---|---|
B |
TextBuilder.fontSmoothingType(FontSmoothingType x)
Deprecated.
Set the value of the
fontSmoothingType property for the instance constructed by this builder. |
void |
Text.setFontSmoothingType(FontSmoothingType value) |
Modifier and Type | Method and Description |
---|---|
FontSmoothingType |
WebView.getFontSmoothingType() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<FontSmoothingType> |
WebView.fontSmoothingTypeProperty() |
Modifier and Type | Method and Description |
---|---|
void |
WebView.setFontSmoothingType(FontSmoothingType value) |
Copyright © 2020. All rights reserved.