scalafx.scene.text

Type members

Classlikes

object Font
Companion
class
class Font(val delegate: Font) extends SFXDelegate[Font]
Companion
object
sealed abstract class FontPosture(val delegate: FontPosture) extends SFXEnumDelegate[FontPosture]
Companion
object
sealed abstract class FontSmoothingType(val delegate: FontSmoothingType) extends SFXEnumDelegate[FontSmoothingType]
Companion
object
sealed abstract class FontWeight(val delegate: FontWeight) extends SFXEnumDelegate[FontWeight]
Companion
object
object Text
Companion
class
class Text(val delegate: Text) extends Shape with PositionDelegate[Text] with SFXDelegate[Text]
Companion
object
sealed abstract class TextAlignment(val delegate: TextAlignment) extends SFXEnumDelegate[TextAlignment]
Companion
object
sealed abstract class TextBoundsType(val delegate: TextBoundsType) extends SFXEnumDelegate[TextBoundsType]
Companion
object
object TextFlow
Companion
class
class TextFlow(val delegate: TextFlow) extends Pane with SFXDelegate[TextFlow]

TextFlow is special layout designed to lay out rich text. It can be used to layout several Text nodes in a single text flow. The TextFlow uses the text and the font of each Text node inside of it plus it own width and text alignment to determine the location for each child. A single Text node can span over several lines due to wrapping and the visual location of Text node can differ from the logical location due to bidi reordering.

TextFlow is special layout designed to lay out rich text. It can be used to layout several Text nodes in a single text flow. The TextFlow uses the text and the font of each Text node inside of it plus it own width and text alignment to determine the location for each child. A single Text node can span over several lines due to wrapping and the visual location of Text node can differ from the logical location due to bidi reordering.

Wraps http://docs.oracle.com/javafx/8/api/javafx/scene/text/TextFlow.html

Companion
object
object TextIncludes extends TextIncludes
Companion
class

Contains implcit methods to convert from `javafx.scene.text` Classes/Traits to their ScalaFX counterparts.

Contains implcit methods to convert from `javafx.scene.text` Classes/Traits to their ScalaFX counterparts.

Companion
object