Package

scalafx.scene

text

Permalink

package text

Wraps javafx.scene.text package.

Source
package.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. text
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Font extends SFXDelegate[javafx.scene.text.Font]

    Permalink
  2. sealed case class FontPosture(delegate: javafx.scene.text.FontPosture) extends SFXEnumDelegate[javafx.scene.text.FontPosture] with Product with Serializable

    Permalink
  3. sealed case class FontSmoothingType(delegate: javafx.scene.text.FontSmoothingType) extends SFXEnumDelegate[javafx.scene.text.FontSmoothingType] with Product with Serializable

    Permalink
  4. sealed case class FontWeight(delegate: javafx.scene.text.FontWeight) extends SFXEnumDelegate[javafx.scene.text.FontWeight] with Product with Serializable

    Permalink
  5. class Text extends Shape with PositionDelegate[javafx.scene.text.Text] with SFXDelegate[javafx.scene.text.Text]

    Permalink
  6. sealed case class TextAlignment(delegate: javafx.scene.text.TextAlignment) extends SFXEnumDelegate[javafx.scene.text.TextAlignment] with Product with Serializable

    Permalink
  7. sealed case class TextBoundsType(delegate: javafx.scene.text.TextBoundsType) extends SFXEnumDelegate[javafx.scene.text.TextBoundsType] with Product with Serializable

    Permalink
  8. class TextFlow extends Pane with SFXDelegate[javafx.scene.text.TextFlow]

    Permalink

    TextFlow is special layout designed to lay out rich text.

    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

  9. trait TextIncludes extends AnyRef

    Permalink

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

Value Members

  1. object Font

    Permalink
  2. object FontPosture extends SFXEnumDelegateCompanion[javafx.scene.text.FontPosture, FontPosture] with Serializable

    Permalink

    Wrapper for javafx.scene.text.FontPosture

  3. object FontSmoothingType extends SFXEnumDelegateCompanion[javafx.scene.text.FontSmoothingType, FontSmoothingType] with Serializable

    Permalink

    Wrapper for javafx.scene.text.FontSmoothingType

  4. object FontWeight extends SFXEnumDelegateCompanion[javafx.scene.text.FontWeight, FontWeight] with Serializable

    Permalink

    Wrapper for javafx.scene.text.FontWeight

  5. object Text

    Permalink
  6. object TextAlignment extends SFXEnumDelegateCompanion[javafx.scene.text.TextAlignment, TextAlignment] with Serializable

    Permalink

    Wrapper for javafx.scene.text.TextAlignment

  7. object TextBoundsType extends SFXEnumDelegateCompanion[javafx.scene.text.TextBoundsType, TextBoundsType] with Serializable

    Permalink

    Wrapper for javafx.scene.text.TextBoundsType

  8. object TextFlow

    Permalink
  9. object TextIncludes extends TextIncludes

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped