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.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) TextAlignment |
GraphicsContext.State.textalign |
Modifier and Type | Method and Description |
---|---|
TextAlignment |
GraphicsContext.getTextAlign()
Gets the current
TextAlignment . |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext.setTextAlign(TextAlignment align)
Defines horizontal text alignment, relative to the text
x origin. |
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 TextAlignment |
TooltipBuilder.textAlignment |
private TextAlignment |
LabeledBuilder.textAlignment |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Tooltip.CSSBridge,TextAlignment> |
Tooltip.StyleableProperties.TEXT_ALIGNMENT |
private static com.sun.javafx.css.StyleableProperty<Labeled,TextAlignment> |
Labeled.StyleableProperties.TEXT_ALIGNMENT |
private ObjectProperty<TextAlignment> |
Tooltip.CSSBridge.textAlignment |
private ObjectProperty<TextAlignment> |
Labeled.textAlignment |
Modifier and Type | Method and Description |
---|---|
TextAlignment |
Tooltip.getTextAlignment()
Gets the value of the property textAlignment.
|
TextAlignment |
Labeled.getTextAlignment()
Gets the value of the property textAlignment.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<TextAlignment> |
Tooltip.textAlignmentProperty()
Specifies the behavior for lines of text when text is multiline.
|
private ObjectProperty<TextAlignment> |
Tooltip.CSSBridge.textAlignmentProperty() |
ObjectProperty<TextAlignment> |
Labeled.textAlignmentProperty()
Specifies the behavior for lines of text when text is multiline
Unlike
Labeled.contentDisplayProperty() which affects the graphic and text, this setting
only affects multiple lines of text relative to the text bounds. |
Modifier and Type | Method and Description |
---|---|
void |
Tooltip.setTextAlignment(TextAlignment value)
Sets the value of the property textAlignment.
|
void |
Labeled.setTextAlignment(TextAlignment value)
Sets the value of the property textAlignment.
|
B |
TooltipBuilder.textAlignment(TextAlignment x)
Set the value of the
textAlignment property for the instance constructed by this builder. |
B |
LabeledBuilder.textAlignment(TextAlignment x)
Set the value of the
textAlignment property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private TextAlignment |
TextBuilder.textAlignment |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Text,TextAlignment> |
Text.StyleableProperties.TEXT_ALIGNMENT |
private ObjectProperty<TextAlignment> |
Text.textAlignment
Defines horizontal text alignment in the bounding box.
|
Modifier and Type | Method and Description |
---|---|
TextAlignment |
Text.getTextAlignment()
Gets the value of the property textAlignment.
|
static TextAlignment |
TextAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextAlignment[] |
TextAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<TextAlignment> |
Text.textAlignmentProperty()
Defines horizontal text alignment in the bounding box.
|
Modifier and Type | Method and Description |
---|---|
void |
Text.setTextAlignment(TextAlignment value)
Sets the value of the property textAlignment.
|
B |
TextBuilder.textAlignment(TextAlignment x)
Set the value of the
textAlignment property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to