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 | Field and Description |
---|---|
(package private) FontSmoothingType |
GraphicsContext.State.fontsmoothing |
Modifier and Type | Method and Description |
---|---|
FontSmoothingType |
GraphicsContext.getFontSmoothingType()
Gets the current Font Smoothing Type.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
GraphicsContext.State.set(double globalAlpha,
BlendMode blendop,
Affine2D transform,
Paint fill,
Paint stroke,
double linewidth,
StrokeLineCap linecap,
StrokeLineJoin linejoin,
double miterlimit,
double[] dashes,
double dashOffset,
int numClipPaths,
Font font,
FontSmoothingType smoothing,
TextAlignment align,
VPos baseline,
Effect effect,
FillRule fillRule) |
void |
GraphicsContext.setFontSmoothingType(FontSmoothingType fontsmoothing)
Sets the current Font Smoothing Type.
|
Modifier and Type | Field and Description |
---|---|
private FontSmoothingType |
TextBuilder.fontSmoothingType
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<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() |
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() |
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 | Field and Description |
---|---|
private static FontSmoothingType |
WebView.DEFAULT_FONT_SMOOTHING_TYPE |
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<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() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<FontSmoothingType> |
WebView.fontSmoothingTypeProperty() |
Modifier and Type | Method and Description |
---|---|
void |
WebView.setFontSmoothingType(FontSmoothingType value) |