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()
Gets the value of the property fontSmoothingType.
|
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()
Specifies a requested font smoothing type : gray or LCD.
|
Modifier and Type | Method and Description |
---|---|
void |
Text.setFontSmoothingType(FontSmoothingType value)
Sets the value of the property fontSmoothingType.
|
Modifier and Type | Method and Description |
---|---|
FontSmoothingType |
WebView.getFontSmoothingType()
Gets the value of the property fontSmoothingType.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<FontSmoothingType> |
WebView.fontSmoothingTypeProperty()
Specifies a requested font smoothing type : gray or LCD.
|
Modifier and Type | Method and Description |
---|---|
void |
WebView.setFontSmoothingType(FontSmoothingType value)
Sets the value of the property fontSmoothingType.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.