Text
class defines a node that displays a text.
Paragraphs are separated by '\n'
and the text is wrapped on
paragraph boundaries.
import javafx.scene.text.*; Text t = new Text(10, 50, "This is a test"); t.setFont(new Font(20));
import javafx.scene.text.*; Text t = new Text(); text.setFont(new Font(20)); text.setText("First row\nSecond row");
import javafx.scene.text.*; Text t = new Text(); text.setFont(new Font(20)); text.setWrappingWidth(200); text.setTextAlignment(TextAlignment.JUSTIFY) text.setText("The quick brown fox jumps over the lazy dog");
Modifier and Type | Class and Description |
---|---|
private static class | |
private class |
Modifier and Type | Field and Description |
---|---|
private Text. | |
private ObjectProperty | boundsType
Determines how the bounds of the text node are calculated. |
private static final TextBoundsType | |
private static final boolean | |
private static final int | |
private static final double | |
private static final int | |
private static final Color | |
private static final int | |
private static final boolean | |
private static final TextAlignment | |
private static final VPos | |
private static final boolean | |
private static final PathElement[] | |
private ObjectProperty | font
Defines the font of text. |
private ObjectProperty | fontSmoothingType
Specifies a requested font smoothing type: gray or LCD. |
private boolean | |
private TextLayout | |
private BaseBounds | |
private boolean | |
private StringProperty | text
Defines text string that is to be displayed. |
private GlyphList[] | |
private TextSpan | |
private DoubleProperty | wrappingWidth
Defines a width constraint for the text in user space coordinates. |
private DoubleProperty | x
Defines the X coordinate of text origin. |
private DoubleProperty | y
Defines the Y coordinate of text origin. |
Access | Constructor and Description |
---|---|
public | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public final ReadOnlyDoubleProperty | Returns: the baseline offset from this text nodeThe 'alphabetic' (or roman) baseline offset from the Text node's layoutBounds.minY location. |
public final ObjectProperty | |
public final BooleanProperty | |
public final IntegerProperty | |
public final PathElement[] | Returns: an array ofPathElement which can be used to create a Shape the character index for the caret charIndex, boolean whether the caret is biased on the leading edge of the character caretBias)Returns the shape for the caret at the given index and bias. |
public final ReadOnlyObjectProperty | |
private void | |
private void | |
private boolean | |
private BaseBounds | |
private Bounds | |
private Shape | |
private NGNode | |
private void | |
private void | |
private int | |
public final ObjectProperty | |
public final ObjectProperty | |
public final double | getBaselineOffset()
Overrides javafx. The 'alphabetic' (or 'roman') baseline offset from the node's layoutBounds.minY location that should be used when this node is being vertically aligned by baseline with other nodes. |
public final TextBoundsType | |
public final int | |
public final PathElement[] | |
public static List | Returns: theCssMetaData Hides javafx. Gets the |
public List | getCssMetaData()
Overrides javafx. Implements javafx. This method should delegate to |
public final Font | |
private Object | |
public final FontSmoothingType | |
public final double | |
private BaseBounds | |
private PathElement[] | |
private GlyphList[] | |
public final int | |
public final Paint | |
public final PathElement[] | |
public final int | |
private Shape | |
pack-priv BaseBounds | |
public final int | |
public final String | |
public final TextAlignment | |
private Text. | |
private String | |
private TextLayout | |
public final VPos | |
pack-priv TextSpan | |
private BaseBounds | |
public final double | |
public final double | |
public final double | |
private float | |
private float | |
public final HitInfo | |
public final boolean | |
private boolean | |
public final boolean | |
public final boolean | |
pack-priv void | |
public final DoubleProperty | Returns: the vertical space in pixel between linesDefines the vertical space in pixel between lines. |
private void | |
private void | |
public Object | queryAccessibleAttribute(AccessibleAttribute
the requested attribute attribute, Object... optional list of parameters parameters)Overrides javafx. This method is called by the assistive technology to request the value for an attribute. |
public final PathElement[] | Returns: an array ofPathElement which can be used to create a Shape the beginning character index for the range start, int the end character index (non-inclusive) for the range end)Returns the shape for the range of the text in local coordinates. |
public final IntegerProperty | Returns: theselectionEnd propertyThe end index of the selection in the content. |
public final ObjectProperty | |
public final ReadOnlyObjectProperty | Returns: theselectionShape propertyThe shape of the selection in local coordinates. |
public final IntegerProperty | Returns: theselectionStart propertyThe start index of the selection in the content. |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final void | |
public final BooleanProperty | Returns: if each line of text should have a line through itDefines if each line of text should have a line through it. |
public final IntegerProperty | |
public final ObjectProperty | Returns: the horizontal text alignment in the bounding boxDefines horizontal text alignment in the bounding box. |
public final ObjectProperty | Returns: the origin of text coordinate system in local coordinatesDefines the origin of text coordinate system in local coordinates. |
public final StringProperty | |
public String | Returns: a string representation of thisText object.Overrides javafx. Returns a string representation of this |
public final BooleanProperty | Returns: if each line of text should have a line below itDefines if each line of text should have a line below it. |
public final PathElement[] | Returns: an array ofPathElement which can be used to create a Shape the beginning character index for the range start, int the end character index (non-inclusive) for the range end)Returns the shape for the underline in local coordinates. |
private void | |
public boolean | usesMirroring()
Overrides javafx. Determines whether a node should be mirrored when node orientation is right-to-left. |
public final DoubleProperty | |
public final DoubleProperty | |
public final DoubleProperty |