Uses of Enum Class
javafx.scene.text.TextAlignment
Packages that use TextAlignment
Package
Description
Provides the set of classes for canvas, an immediate mode style of rendering API.
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.
Provides the set of classes for fonts and renderable Text Node.
Provides common models for
RichTextArea
and
CodeArea
controls.-
Uses of TextAlignment in javafx.scene.canvas
Methods in javafx.scene.canvas that return TextAlignmentMethods in javafx.scene.canvas with parameters of type TextAlignmentModifier and TypeMethodDescriptionvoid
GraphicsContext.setTextAlign
(TextAlignment align) Defines horizontal text alignment, relative to the textx
origin. -
Uses of TextAlignment in javafx.scene.control
Methods in javafx.scene.control that return TextAlignmentModifier and TypeMethodDescriptionfinal TextAlignment
Labeled.getTextAlignment()
Gets the value of thetextAlignment
property.final TextAlignment
Tooltip.getTextAlignment()
Gets the value of thetextAlignment
property.Methods in javafx.scene.control that return types with arguments of type TextAlignmentModifier and TypeMethodDescriptionfinal ObjectProperty
<TextAlignment> Labeled.textAlignmentProperty()
Specifies the behavior for lines of text when text is multiline.final ObjectProperty
<TextAlignment> Tooltip.textAlignmentProperty()
Specifies the behavior for lines of text when text is multiline.Methods in javafx.scene.control with parameters of type TextAlignmentModifier and TypeMethodDescriptionfinal void
Labeled.setTextAlignment
(TextAlignment value) Sets the value of thetextAlignment
property.final void
Tooltip.setTextAlignment
(TextAlignment value) Sets the value of thetextAlignment
property. -
Uses of TextAlignment in javafx.scene.text
Subclasses with type arguments of type TextAlignment in javafx.scene.textModifier and TypeClassDescriptionenum
TheTextAlignment
enum represents the horizontal text alignment.Methods in javafx.scene.text that return TextAlignmentModifier and TypeMethodDescriptionfinal TextAlignment
Text.getTextAlignment()
Gets the value of thetextAlignment
property.final TextAlignment
TextFlow.getTextAlignment()
Gets the value of thetextAlignment
property.static TextAlignment
Returns the enum constant of this class with the specified name.static TextAlignment[]
TextAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in javafx.scene.text that return types with arguments of type TextAlignmentModifier and TypeMethodDescriptionfinal ObjectProperty
<TextAlignment> Text.textAlignmentProperty()
Defines horizontal text alignment in the bounding box.final ObjectProperty
<TextAlignment> TextFlow.textAlignmentProperty()
Defines horizontal text alignment.Methods in javafx.scene.text with parameters of type TextAlignmentModifier and TypeMethodDescriptionfinal void
Text.setTextAlignment
(TextAlignment value) Sets the value of thetextAlignment
property.final void
TextFlow.setTextAlignment
(TextAlignment value) Sets the value of thetextAlignment
property. -
Uses of TextAlignment in jfx.incubator.scene.control.richtext.model
Fields in jfx.incubator.scene.control.richtext.model with type parameters of type TextAlignmentModifier and TypeFieldDescriptionstatic final StyleAttribute
<TextAlignment> StyleAttributeMap.TEXT_ALIGNMENT
Text alignment paragraph attribute.Methods in jfx.incubator.scene.control.richtext.model that return TextAlignmentModifier and TypeMethodDescriptionStyleAttributeMap.getTextAlignment()
This convenience method returns the value ofStyleAttributeMap.TEXT_ALIGNMENT
attribute, or null.Methods in jfx.incubator.scene.control.richtext.model with parameters of type TextAlignmentModifier and TypeMethodDescriptionStyleAttributeMap.Builder.setTextAlignment
(TextAlignment a) Sets the text alignment attribute to the specified color.