Package | Description |
---|---|
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 | Field and Description |
---|---|
private FontSmoothingType |
TextBuilder.fontSmoothingType |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Text,FontSmoothingType> |
Text.StyleableProperties.FONT_SMOOTHING_TYPE |
private ObjectProperty<FontSmoothingType> |
Text.fontSmoothingType
Specifies a requested font smoothing type : gray or LCD.
|
Modifier and Type | Method and Description |
---|---|
FontSmoothingType |
Text.getFontSmoothingType()
Gets the value of the property fontSmoothingType.
|
static FontSmoothingType |
FontSmoothingType.valueOf(java.lang.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 |
---|---|
B |
TextBuilder.fontSmoothingType(FontSmoothingType x)
Set the value of the
fontSmoothingType property for the instance constructed by this builder. |
void |
Text.setFontSmoothingType(FontSmoothingType value)
Sets the value of the property fontSmoothingType.
|
Modifier and Type | Field and Description |
---|---|
private static FontSmoothingType |
WebView.DEFAULT_FONT_SMOOTHING_TYPE |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<WebView,FontSmoothingType> |
WebView.StyleableProperties.FONT_SMOOTHING_TYPE |
private ObjectProperty<FontSmoothingType> |
WebView.fontSmoothingType
Specifies a requested font smoothing type : gray or LCD.
|
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, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.