All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.scene.text.Text.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    The Text class defines a node that displays a text. Paragraphs are separated by '\n' and the text is wrapped on paragraph boundaries.

]]>
Determines how the bounds of the text node are calculated.

]]>
Defines the font of text.

]]>
Specifies a requested font smoothing type : gray or LCD.

]]>
Defines the vertical space in pixel between lines.

]]>
Defines if each line of text should have a line through it.

]]>
Defines horizontal text alignment in the bounding box.

]]>
Defines the origin of text coordinate system in local coordinates.

]]>
Defines if each line of text should have a line below it.

]]>
Defines a width constraint for the text in user space coordinates, e.g.

]]>
Defines the X coordinate of text origin.

]]>
Defines the Y coordinate of text origin.

]]>
Defines text string that is to be displayed.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy