TextIncludes

scalafx.scene.text.TextIncludes
See theTextIncludes companion trait
object TextIncludes extends TextIncludes

Attributes

Companion
trait
Graph
Supertypes
trait TextIncludes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit def jfxFont2sfxFont(f: Font): Font

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/Font.html Font]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/Font.html Font]] instance to its ScalaFX counterpart.

Value parameters

f

JavaFX Font

Attributes

Returns

ScalaFX Font

Inherited from:
TextIncludes
implicit def jfxFontPosture2sfx(e: FontPosture): FontPosture

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/FontPosture.html FontPosture]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/FontPosture.html FontPosture]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX FontPosture

Attributes

Returns

ScalaFX FontPosture

Inherited from:
TextIncludes
implicit def jfxFontSmoothingType2sfx(e: FontSmoothingType): FontSmoothingType

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/FontSmoothingType.html FontSmoothingType]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/FontSmoothingType.html FontSmoothingType]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX FontSmoothingType

Attributes

Returns

ScalaFX FontSmoothingType

Inherited from:
TextIncludes
implicit def jfxFontWeight2sfx(e: FontWeight): FontWeight

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/FontWeight.html FontWeight]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/FontWeight.html FontWeight]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX FontWeight

Attributes

Returns

ScalaFX FontWeight

Inherited from:
TextIncludes
implicit def jfxText2sfxText(t: Text): Text

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/Text.html Text]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/Text.html Text]] instance to its ScalaFX counterpart.

Value parameters

t

JavaFX Text

Attributes

Returns

ScalaFX Text

Inherited from:
TextIncludes
implicit def jfxTextAlignment2sfx(e: TextAlignment): TextAlignment

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/TextAlignment.html TextAlignment]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/TextAlignment.html TextAlignment]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX TextAlignment

Attributes

Returns

ScalaFX TextAlignment

Inherited from:
TextIncludes
implicit def jfxTextBoundsType2sfx(e: TextBoundsType): TextBoundsType

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/TextBoundsType.html TextBoundsType]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/text/TextBoundsType.html TextBoundsType]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX TextBoundsType

Attributes

Returns

ScalaFX TextBoundsType

Inherited from:
TextIncludes
implicit def jfxTextFlow2sfx(tf: TextFlow): TextFlow

Attributes

Inherited from:
TextIncludes