Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
Modifier and Type | Field and Description |
---|---|
(package private) Font |
GraphicsContext.State.font |
Modifier and Type | Method and Description |
---|---|
Font |
GraphicsContext.getFont()
Gets the current Font.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext.setFont(Font f)
Sets the current Font.
|
Constructor and Description |
---|
GraphicsContext.State(double globalAlpha,
BlendMode blendop,
com.sun.javafx.geom.transform.Affine2D transform,
Paint fill,
Paint stroke,
double linewidth,
StrokeLineCap linecap,
StrokeLineJoin linejoin,
double miterlimit,
int numClipPaths,
Font font,
TextAlignment align,
VPos baseline,
Effect effect,
FillRule fillRule) |
Modifier and Type | Field and Description |
---|---|
private Font |
AxisBuilder.tickLabelFont |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Axis,Font> |
Axis.StyleableProperties.TICK_LABEL_FONT |
private ObjectProperty<Font> |
Axis.tickLabelFont
The font for all tick labels
|
Modifier and Type | Method and Description |
---|---|
Font |
Axis.getTickLabelFont()
Gets the value of the property tickLabelFont.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Font> |
Axis.tickLabelFontProperty()
The font for all tick labels
|
Modifier and Type | Method and Description |
---|---|
void |
Axis.setTickLabelFont(Font value)
Sets the value of the property tickLabelFont.
|
B |
AxisBuilder.tickLabelFont(Font x)
Set the value of the
tickLabelFont property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private Font |
TooltipBuilder.font |
private Font |
LabeledBuilder.font |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Font> |
Tooltip.CSSBridge.font |
private ObjectProperty<Font> |
Labeled.font |
private static com.sun.javafx.css.StyleableProperty<Tooltip.CSSBridge,Font> |
Tooltip.StyleableProperties.FONT |
Modifier and Type | Method and Description |
---|---|
Font |
Tooltip.getFont()
Gets the value of the property font.
|
Font |
Labeled.getFont()
Gets the value of the property font.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Font> |
Tooltip.fontProperty()
The default font to use for text in the Tooltip.
|
private ObjectProperty<Font> |
Tooltip.CSSBridge.fontProperty() |
ObjectProperty<Font> |
Labeled.fontProperty()
The default font to use for text in the Labeled.
|
Modifier and Type | Method and Description |
---|---|
B |
TooltipBuilder.font(Font x)
Set the value of the
font property for the instance constructed by this builder. |
B |
LabeledBuilder.font(Font x)
Set the value of the
font property for the instance constructed by this builder. |
void |
Tooltip.setFont(Font value)
Sets the value of the property font.
|
void |
Labeled.setFont(Font value)
Sets the value of the property font.
|
Modifier and Type | Field and Description |
---|---|
private static Font |
Font.DEFAULT |
private Font |
TextBuilder.font |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Font> |
Text.font
Defines the font of text.
|
private static com.sun.javafx.css.StyleableProperty<Text,Font> |
Text.StyleableProperties.FONT |
Modifier and Type | Method and Description |
---|---|
Font |
FontBuilder.build()
Make an instance of
Font based on the properties set on this builder. |
static Font |
Font.font(java.lang.String family,
double size)
Searches for an appropriate font based on the font family name and size.
|
static Font |
Font.font(java.lang.String family,
FontPosture posture,
double size)
Searches for an appropriate font based on the font family name and posture
style.
|
static Font |
Font.font(java.lang.String family,
FontWeight weight,
double size)
Searches for an appropriate font based on the font family name and weight
style.
|
static Font |
Font.font(java.lang.String family,
FontWeight weight,
FontPosture posture,
double size)
Searches for an appropriate font based on the font family name and
weight and posture style.
|
static Font |
Font.getDefault()
Gets the default font which will be from the family "System",
and typically the style "Regular", and be of a size consistent
with the user's desktop environment, to the extent that can
be determined.
|
Font |
Text.getFont()
Gets the value of the property font.
|
private Font |
Text.getFontInternal()
Internally used safe version of getFont which never returns null.
|
static Font |
Font.impl_NativeFont(java.lang.Object f,
java.lang.String name,
java.lang.String family,
java.lang.String style,
double size)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
static Font |
Font.loadFont(java.io.InputStream in,
double size)
Loads a font resource from the specified input stream.
|
static Font |
Font.loadFont(java.lang.String urlStr,
double size)
Loads a font resource from the specified URL.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Font> |
Text.fontProperty()
Defines the font of text.
|
Modifier and Type | Method and Description |
---|---|
B |
TextBuilder.font(Font x)
Set the value of the
font property for the instance constructed by this builder. |
void |
Text.setFont(Font value)
Sets the value of the property font.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to