SceneIncludes

Contains implicit methods to convert from `javafx.scene` and subpackages Classes/Traits to their ScalaFX counterparts.

Contains implicit methods to convert from `javafx.scene` and subpackages Classes/Traits to their ScalaFX counterparts.

Companion
object
class Object
trait Matchable
class Any
trait Includes
object Includes

Implicits

Inherited implicits

implicit def hex2jfxColor(h: Int): Color

Converts a Interger (preferentially in a Hexadecinal format) to a JavaFX Color. See JavaFX's Color.rgb() for more details.

Converts a Interger (preferentially in a Hexadecinal format) to a JavaFX Color. See JavaFX's Color.rgb() for more details.

Value Params
h

Number to be converted

Returns

JavaFX Color correspondent to Number.

Inherited from
PaintIncludes
implicit def hex2sfxColor(h: Int): Color

Converts a Interger (preferentially in a Hexadecinal format) to a ScalaFX Color. See JavaFX's Color.rgb() for more details.

Converts a Interger (preferentially in a Hexadecinal format) to a ScalaFX Color. See JavaFX's Color.rgb() for more details.

Value Params
h

Number to be converted

Returns

ScalaFX Color correspondent to Number.

Inherited from
PaintIncludes
implicit def jfxAccessibleAction2sfx(e: AccessibleAction): AccessibleAction
Inherited from
LowerPriorityIncludes
implicit def jfxAccessibleRole2sfx(e: AccessibleRole): AccessibleRole
Inherited from
LowerPriorityIncludes
implicit def jfxAccordion2sfx(a: Accordion): Accordion

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

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

Value Params
a

JavaFX Accordion

Returns

ScalaFX Accordion

Inherited from
ControlIncludes
implicit def jfxAlert2sfx(a: Alert): Alert
Inherited from
ControlIncludes
implicit def jfxAlertType2sfx(a: AlertType): AlertType
Inherited from
ControlIncludes
implicit def jfxAmbientLight2sfx(v: AmbientLight): AmbientLight
Inherited from
LowerPriorityIncludes
implicit def jfxAnchorPane2sfx(a: AnchorPane): AnchorPane

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

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

Value Params
a

JavaFX AnchorPane

Returns

ScalaFX AnchorPane

Inherited from
LayoutIncludes
implicit def jfxArc2sfx(r: Arc): Arc

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

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

Value Params
r

JavaFX Arc

Returns

ScalaFX Arc

Inherited from
ShapeIncludes
implicit def jfxArcTo2sfx(a: ArcTo): ArcTo

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

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

Value Params
a

JavaFX ArcTo

Returns

ScalaFX ArcTo

Inherited from
ShapeIncludes
implicit def jfxArcType2sfx(e: ArcType): ArcType

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

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

Value Params
e

JavaFX ArcType

Returns

ScalaFX ArcType

Inherited from
ShapeIncludes
implicit def jfxAreaChart2sfx[X, Y](b: AreaChart[X, Y]): AreaChart[X, Y]

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

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

Type Params
X

X Axis Type

Y

Y Axis Type

Value Params
b

JavaFX AreaChart

Returns

ScalaFX AreaChart

Inherited from
ChartIncludes
implicit def jfxAxis2sfx[X](a: Axis[X]): Axis[X]

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

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

Type Params
X

X Axis Type

Value Params
a

JavaFX Axis

Returns

ScalaFX Axis

Inherited from
ChartIncludes
implicit def jfxAxisTickMark2sfx[T](b: TickMark[T]): TickMark[T]

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

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

Type Params
T

Axis.TickMark Type.

Value Params
b

JavaFX Axis.TickMark

Returns

ScalaFX Axis.TickMark

Inherited from
ChartIncludes
implicit def jfxBackground2sfx(v: Background): Background

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

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

Value Params
v

JavaFX Background

Returns

ScalaFX Background

Inherited from
LayoutIncludes
implicit def jfxBackgroundFill2sfx(v: BackgroundFill): BackgroundFill
Inherited from
LayoutIncludes
implicit def jfxBackgroundImage2sfx(v: BackgroundImage): BackgroundImage
Inherited from
LayoutIncludes
implicit def jfxBackgroundPosition2sfx(v: BackgroundPosition): BackgroundPosition
Inherited from
LayoutIncludes
implicit def jfxBackgroundRepeat2sfx(v: BackgroundRepeat): BackgroundRepeat
Inherited from
LayoutIncludes
implicit def jfxBackgroundSize2sfx(v: BackgroundSize): BackgroundSize
Inherited from
LayoutIncludes
implicit def jfxBarChart2sfx[X, Y](b: BarChart[X, Y]): BarChart[X, Y]

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

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

Type Params
X

X Axis Type

Y

Y Axis Type

Value Params
b

JavaFX BarChart

Returns

ScalaFX BarChart

Inherited from
ChartIncludes
implicit def jfxBlend2sfx(b: Blend): Blend

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

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

Value Params
b

JavaFX Blend

Returns

ScalaFX Blend

Inherited from
EffectIncludes
implicit def jfxBlendMode2sfx(e: BlendMode): BlendMode

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

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

Value Params
e

JavaFX BlendMode

Returns

ScalaFX BlendMode

Inherited from
EffectIncludes
implicit def jfxBloom2sfx(b: Bloom): Bloom

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

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

Value Params
b

JavaFX Bloom

Returns

ScalaFX Bloom

Inherited from
EffectIncludes
implicit def jfxBlurType2sfx(e: BlurType): BlurType

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

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

Value Params
e

JavaFX BlurType

Returns

ScalaFX BlurType

Inherited from
EffectIncludes
implicit def jfxBorder2sfx(v: Border): Border

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

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

Value Params
v

JavaFX Border

Returns

ScalaFX Border

Inherited from
LayoutIncludes
implicit def jfxBorderImage2sfx(v: BorderImage): BorderImage
Inherited from
LayoutIncludes
implicit def jfxBorderPane2sfx(v: BorderPane): BorderPane

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

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

Value Params
v

JavaFX BorderPane

Returns

ScalaFX BorderPane

Inherited from
LayoutIncludes
implicit def jfxBorderRepeat2sfx(v: BorderRepeat): BorderRepeat
Inherited from
LayoutIncludes
implicit def jfxBorderStroke2sfx(v: BorderStroke): BorderStroke
Inherited from
LayoutIncludes
implicit def jfxBorderStrokeStyle2sfx(v: BorderStrokeStyle): BorderStrokeStyle
Inherited from
LayoutIncludes
implicit def jfxBorderWidths2sfx(v: BorderWidths): BorderWidths
Inherited from
LayoutIncludes
implicit def jfxBox2sfx(b: Box): Box

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

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

Value Params
b

JavaFX Box

Returns

ScalaFX Box

Inherited from
ShapeIncludes
implicit def jfxBoxBlur2sfx(bb: BoxBlur): BoxBlur

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

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

Value Params
bb

JavaFX BoxBlur

Returns

ScalaFX BoxBlur

Inherited from
EffectIncludes
implicit def jfxBubbleChart2sfx[X, Y](b: BubbleChart[X, Y]): BubbleChart[X, Y]

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

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

Type Params
X

X Axis Type

Y

Y Axis Type

Value Params
b

JavaFX BubbleChart

Returns

ScalaFX BubbleChart

Inherited from
ChartIncludes
implicit def jfxButton2sfx(b: Button): Button

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

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

Value Params
b

JavaFX Button

Returns

ScalaFX Button

Inherited from
ControlIncludes
implicit def jfxButtonBar2sfx(b: ButtonBar): ButtonBar
Inherited from
ControlIncludes
implicit def jfxButtonBase2sfx(b: ButtonBase): ButtonBase

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

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

Value Params
b

JavaFX ButtonBase

Returns

ScalaFX ButtonBase

Inherited from
ControlIncludes
implicit def jfxButtonData2sfx(b: ButtonData): ButtonData
Inherited from
ControlIncludes
implicit def jfxButtonType2sfx(b: ButtonType): ButtonType
Inherited from
ControlIncludes
implicit def jfxCacheHint2sfx(e: CacheHint): CacheHint

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

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

Value Params
e

JavaFX CacheHint

Returns

ScalaFX CacheHint

Inherited from
LowerPriorityIncludes
implicit def jfxCamera2sfx(v: Camera): Camera

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

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

Value Params
v

JavaFX Camera

Returns

ScalaFX Camera

Inherited from
LowerPriorityIncludes
implicit def jfxCategoryAxis2sfx(b: CategoryAxis): CategoryAxis

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

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

Value Params
b

JavaFX CategoryAxis

Returns

ScalaFX CategoryAxis

Inherited from
ChartIncludes
implicit def jfxCell2sfx[T](c: Cell[T]): Cell[T]

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

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

Type Params
T

The type of the Cell

Value Params
c

JavaFX Cell

Returns

ScalaFX Cell

Inherited from
ControlIncludes
implicit def jfxCellDataFeatures2sfx[S, T](cdf: CellDataFeatures[S, T]): CellDataFeatures[S, T]

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

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

Type Params
T

The type of the TableColumn.CellDataFeatures

Value Params
cdf

JavaFX TableColumn.CellDataFeatures

Returns

ScalaFX TableColumn.CellDataFeatures

Inherited from
ControlIncludes
implicit def jfxCellEditEvent2sfx[S, T](cee: CellEditEvent[S, T]): CellEditEvent[S, T]

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

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

Type Params
T

The type of the TableColumn.CellEditEvent

Value Params
cee

JavaFX TableColumn.CellEditEvent

Returns

ScalaFX TableColumn.CellEditEvent

Inherited from
ControlIncludes
implicit def jfxChart2sfx(c: Chart): Chart

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

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

Value Params
c

JavaFX Chart

Returns

ScalaFX Chart

Inherited from
ChartIncludes
implicit def jfxCheckBox2sfx(c: CheckBox): CheckBox

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

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

Value Params
c

JavaFX CheckBox

Returns

ScalaFX CheckBox

Inherited from
ControlIncludes
implicit def jfxCheckBoxListCell2sfx[T](cell: CheckBoxListCell[T]): CheckBoxListCell[T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX CheckBoxListCell

Returns

ScalaFX CheckBoxListCell

Inherited from
CellIncludes
implicit def jfxCheckBoxTableCell2sfx[S, T](cell: CheckBoxTableCell[S, T]): CheckBoxTableCell[S, T]

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

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

Type Params
S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value Params
cell

JavaFX CheckBoxTableCell

Returns

ScalaFX CheckBoxTableCell

Inherited from
CellIncludes
implicit def jfxCheckBoxTreeCell2sfx[T](cell: CheckBoxTreeCell[T]): CheckBoxTreeCell[T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX CheckBoxTreeCell

Returns

ScalaFX CheckBoxTreeCell

Inherited from
CellIncludes
implicit def jfxCheckBoxTreeTableCell2sfx[S, T](cell: CheckBoxTreeTableCell[S, T]): CheckBoxTreeTableCell[S, T]

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

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

Type Params
S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value Params
cell

JavaFX CheckBoxTreeTableCell

Returns

ScalaFX CheckBoxTreeTableCell

Inherited from
CellIncludes
implicit def jfxCheckMenuItem2sfx(c: CheckMenuItem): CheckMenuItem

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

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

Value Params
c

JavaFX CheckMenuItem

Returns

ScalaFX CheckMenuItem

Inherited from
ControlIncludes
implicit def jfxChoiceBox2sfx[J <: AnyRef](cb: ChoiceBox[J]): ChoiceBox[J]

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

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

Type Params
J

The type of the ChoiceBox

Value Params
cb

JavaFX ChoiceBox

Returns

ScalaFX ChoiceBox

Inherited from
ControlIncludes
implicit def jfxChoiceBoxListCell2sfx[T](cell: ChoiceBoxListCell[T]): ChoiceBoxListCell[T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ChoiceBoxListCell

Returns

ScalaFX ChoiceBoxListCell

Inherited from
CellIncludes
implicit def jfxChoiceBoxTableCell2sfx[S, T](cell: ChoiceBoxTableCell[S, T]): ChoiceBoxTableCell[S, T]

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

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

Type Params
S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value Params
cell

JavaFX ChoiceBoxTableCell

Returns

ScalaFX ChoiceBoxTableCell

Inherited from
CellIncludes
implicit def jfxChoiceBoxTreeCell2sfx[T](cell: ChoiceBoxTreeCell[T]): ChoiceBoxTreeCell[T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ChoiceBoxTreeCell

Returns

ScalaFX ChoiceBoxTreeCell

Inherited from
CellIncludes
implicit def jfxChoiceBoxTreeTableCell2sfx[S, T](cell: ChoiceBoxTreeTableCell[S, T]): ChoiceBoxTreeTableCell[S, T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ChoiceBoxTreeTreeCell

Returns

ScalaFX ChoiceBoxTreeTreeCell

Inherited from
CellIncludes
implicit def jfxChoiceDialog2sfx[T](c: ChoiceDialog[T]): ChoiceDialog[T]
Inherited from
ControlIncludes
implicit def jfxCircle2sfx(r: Circle): Circle

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

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

Value Params
r

JavaFX Circle

Returns

ScalaFX Circle

Inherited from
ShapeIncludes
implicit def jfxClosePath2sfx(c: ClosePath): ClosePath

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

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

Value Params
c

JavaFX ClosePath

Returns

ScalaFX ClosePath

Inherited from
ShapeIncludes
implicit def jfxColor2sfx(c: Color): Color

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

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

Value Params
c

JavaFX Color

Returns

ScalaFX Color

Inherited from
PaintIncludes
implicit def jfxColorAdjust2sfx(ca: ColorAdjust): ColorAdjust

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

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

Value Params
ca

JavaFX ColorAdjust

Returns

ScalaFX ColorAdjust

Inherited from
EffectIncludes
implicit def jfxColorInput2sfx(ci: ColorInput): ColorInput

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

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

Value Params
ci

JavaFX ColorInput

Returns

ScalaFX ColorInput

Inherited from
EffectIncludes
implicit def jfxColorPicker2sfx(cp: ColorPicker): ColorPicker

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

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

Value Params
cp

JavaFX ColorPicker

Returns

ScalaFX ColorPicker

Inherited from
ControlIncludes
implicit def jfxColumnConstraints2sfx(v: ColumnConstraints): ColumnConstraints

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

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

Value Params
v

JavaFX ColumnConstraints

Returns

ScalaFX ColumnConstraints

Inherited from
LayoutIncludes
implicit def jfxComboBox2sfx[T](v: ComboBox[T]): ComboBox[T]

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

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

Type Params
T

The type of the ComboBox

Value Params
v

JavaFX ComboBox

Returns

ScalaFX ComboBox

Inherited from
ControlIncludes
implicit def jfxComboBoxBase2sfx[T](v: ComboBoxBase[T]): ComboBoxBase[T]

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

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

Type Params
T

The type of the ComboBoxBase

Value Params
v

JavaFX ComboBoxBase

Returns

ScalaFX ComboBoxBase

Inherited from
ControlIncludes
implicit def jfxComboBoxListCell2sfx[T](cell: ComboBoxListCell[T]): ComboBoxListCell[T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ComboBoxListCell

Returns

ScalaFX ComboBoxListCell

Inherited from
CellIncludes
implicit def jfxComboBoxTableCell2sfx[S, T](cell: ComboBoxTableCell[S, T]): ComboBoxTableCell[S, T]

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

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

Type Params
S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value Params
cell

JavaFX ComboBoxTableCell

Returns

ScalaFX ComboBoxTableCell

Inherited from
CellIncludes
implicit def jfxComboBoxTreeCell2sfx[T](cell: ComboBoxTreeCell[T]): ComboBoxTreeCell[T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ComboBoxTreeCell

Returns

ScalaFX ComboBoxTreeCell

Inherited from
CellIncludes
implicit def jfxComboBoxTreeTableCell2sfx[S, T](cell: ComboBoxTreeTableCell[S, T]): ComboBoxTreeTableCell[S, T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX ComboBoxTreeCell

Returns

ScalaFX ComboBoxTreeCell

Inherited from
CellIncludes
implicit def jfxConstraintsBase2sfx(v: ConstraintsBase): ConstraintsBase

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

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

Value Params
v

JavaFX ConstraintsBase

Returns

ScalaFX ConstraintsBase

Inherited from
LayoutIncludes
implicit def jfxContentDisplay2sfx(e: ContentDisplay): ContentDisplay

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

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

Value Params
e

JavaFX ContentDisplay

Returns

ScalaFX ContentDisplay

Inherited from
ControlIncludes
implicit def jfxContextMenu2sfx(c: ContextMenu): ContextMenu

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

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

Value Params
c

JavaFX ContextMenu

Returns

ScalaFX ContextMenu

Inherited from
ControlIncludes
implicit def jfxControl2sfx(c: Control): Control

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

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

Value Params
c

JavaFX Control

Returns

ScalaFX Control

Inherited from
ControlIncludes
implicit def jfxCornerRadii2sfx(v: CornerRadii): CornerRadii
Inherited from
LayoutIncludes
implicit def jfxCubicCurve2sfx(c: CubicCurve): CubicCurve

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

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

Value Params
c

JavaFX CubicCurve

Returns

ScalaFX CubicCurve

Inherited from
ShapeIncludes
implicit def jfxCubicCurveTo2sfx(c: CubicCurveTo): CubicCurveTo

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

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

Value Params
c

JavaFX CubicCurveTo

Returns

ScalaFX CubicCurveTo

Inherited from
ShapeIncludes
implicit def jfxCullFace2sfx(cf: CullFace): CullFace

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

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

Value Params
cf

JavaFX CullFace

Returns

ScalaFX CullFace

Inherited from
ShapeIncludes
implicit def jfxCursor2sfx(v: Cursor): Cursor

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

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

Value Params
v

JavaFX Cursor

Returns

ScalaFX Cursor

Inherited from
LowerPriorityIncludes
implicit def jfxCustomMenuItem2sfx(c: CustomMenuItem): CustomMenuItem

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

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

Value Params
c

JavaFX CustomMenuItem

Returns

ScalaFX CustomMenuItem

Inherited from
ControlIncludes
implicit def jfxCycleMethod2sfx(e: CycleMethod): CycleMethod

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

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

Value Params
e

JavaFX CycleMethod

Returns

ScalaFX CycleMethod

Inherited from
PaintIncludes
implicit def jfxCylinder2sfx(c: Cylinder): Cylinder
Inherited from
ShapeIncludes
implicit def jfxDateCell2sfx(v: DateCell): DateCell

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

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

Type Params
T

The type of the DateCell

Value Params
v

JavaFX DateCell

Returns

ScalaFX DateCell

Inherited from
ControlIncludes
implicit def jfxDatePicker2sfx(v: DatePicker): DatePicker

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

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

Type Params
T

The type of the DatePicker

Value Params
v

JavaFX DatePicker

Returns

ScalaFX DatePicker

Inherited from
ControlIncludes
implicit def jfxDepthTest2sfx(e: DepthTest): DepthTest

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

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

Value Params
e

JavaFX DepthTest

Returns

ScalaFX DepthTest

Inherited from
LowerPriorityIncludes
implicit def jfxDialog2sfx[R](a: Dialog[R]): Dialog[R]
Inherited from
ControlIncludes
implicit def jfxDialogEvent2sfx(a: DialogEvent): DialogEvent
Inherited from
ControlIncludes
implicit def jfxDialogPane2sfx(a: DialogPane): DialogPane
Inherited from
ControlIncludes
implicit def jfxDisplacementMap2sfx(dm: DisplacementMap): DisplacementMap

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

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

Value Params
dm

JavaFX DisplacementMap

Returns

ScalaFX DisplacementMap

Inherited from
EffectIncludes
implicit def jfxDoubleSpinnerValueFactory2sfx(ev: DoubleSpinnerValueFactory): DoubleSpinnerValueFactory
Inherited from
ControlIncludes
implicit def jfxDrawMode2sfx(e: DrawMode): DrawMode

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

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

Value Params
e

JavaFX DrawMode

Returns

ScalaFX DrawMode

Inherited from
ShapeIncludes
implicit def jfxDropShadow2sfx(ds: DropShadow): DropShadow

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

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

Value Params
ds

JavaFX DropShadow

Returns

ScalaFX DropShadow

Inherited from
EffectIncludes
implicit def jfxEffect2sfx(e: Effect): Effect

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

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

Value Params
e

JavaFX Effect

Returns

ScalaFX Effect

Inherited from
EffectIncludes
implicit def jfxEllipse2sfx(r: Ellipse): Ellipse

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

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

Value Params
r

JavaFX Ellipse

Returns

ScalaFX Ellipse

Inherited from
ShapeIncludes
implicit def jfxFillRule2sfx(e: FillRule): FillRule

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

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

Value Params
e

JavaFX FillRule

Returns

ScalaFX FillRule

Inherited from
ShapeIncludes
implicit def jfxFloatMap2sfx(fm: FloatMap): FloatMap

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

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

Value Params
fm

JavaFX FloatMap

Returns

ScalaFX FloatMap

Inherited from
EffectIncludes
implicit def jfxFlowPane2sfx(v: FlowPane): FlowPane

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

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

Value Params
v

JavaFX FlowPane

Returns

ScalaFX FlowPane

Inherited from
LayoutIncludes
implicit def jfxFocusModel2sfx[T](v: FocusModel[T]): FocusModel[T]

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

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

Type Params
T

The type of the FocusModel

Value Params
v

JavaFX FocusModel

Returns

ScalaFX FocusModel

Inherited from
ControlIncludes
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 Params
f

JavaFX Font

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 Params
e

JavaFX FontPosture

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 Params
e

JavaFX FontSmoothingType

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 Params
e

JavaFX FontWeight

Returns

ScalaFX FontWeight

Inherited from
TextIncludes
implicit def jfxGaussianBlur2sfx(gb: GaussianBlur): GaussianBlur

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

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

Value Params
gb

JavaFX GaussianBlur

Returns

ScalaFX GaussianBlur

Inherited from
EffectIncludes
implicit def jfxGlow2sfx(g: Glow): Glow

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

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

Value Params
g

JavaFX Glow

Returns

ScalaFX Glow

Inherited from
EffectIncludes
implicit def jfxGridPane2sfx(v: GridPane): GridPane

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

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

Value Params
v

JavaFX GridPane

Returns

ScalaFX GridPane

Inherited from
LayoutIncludes
implicit def jfxGroup2sfx(v: Group): Group

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

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

Value Params
v

JavaFX Group

Returns

ScalaFX Group

Inherited from
LowerPriorityIncludes
implicit def jfxHBox2sfx(v: HBox): HBox

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

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

Value Params
v

JavaFX HBox

Returns

ScalaFX HBox

Inherited from
LayoutIncludes
implicit def jfxHLineTo2sfx(h: HLineTo): HLineTo

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

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

Value Params
h

JavaFX HLineTo

Returns

ScalaFX HLineTo

Inherited from
ShapeIncludes
implicit def jfxHyperlink2sfx(h: Hyperlink): Hyperlink

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

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

Value Params
h

JavaFX Hyperlink

Returns

ScalaFX Hyperlink

Inherited from
ControlIncludes
implicit def jfxImage2sfx(i: Image): Image

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

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

Value Params
i

JavaFX Image

Returns

ScalaFX Image

Inherited from
ImageIncludes
implicit def jfxImageCursor2sfx(ic: ImageCursor): ImageCursor

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

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

Value Params
ic

JavaFX ImageCursor

Returns

ScalaFX ImageCursor

Inherited from
LowerPriorityIncludes
implicit def jfxImageInput2sfx(ii: ImageInput): ImageInput

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

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

Value Params
ii

JavaFX ImageInput

Returns

ScalaFX ImageInput

Inherited from
EffectIncludes
implicit def jfxImageView2sfx(iv: ImageView): ImageView

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

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

Value Params
iv

JavaFX ImageView

Returns

ScalaFX ImageView

Inherited from
ImageIncludes
implicit def jfxIndexRange2sfx(r: IndexRange): IndexRange

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

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

Value Params
r

JavaFX IndexRange

Returns

ScalaFX IndexRange

Inherited from
ControlIncludes
implicit def jfxIndexedCell2sfx[T](c: IndexedCell[T]): IndexedCell[T]

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

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

Type Params
T

The type of the IndexedCell

Value Params
c

JavaFX IndexedCell

Returns

ScalaFX IndexedCell

Inherited from
ControlIncludes
implicit def jfxInnerShadow2sfx(ii: InnerShadow): InnerShadow

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

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

Value Params
ii

JavaFX InnerShadow

Returns

ScalaFX InnerShadow

Inherited from
EffectIncludes
implicit def jfxIntegerSpinnerValueFactory2sfx(ev: IntegerSpinnerValueFactory): IntegerSpinnerValueFactory
Inherited from
ControlIncludes
implicit def jfxLabel2sfx(l: Label): Label

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

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

Value Params
l

JavaFX Label

Returns

ScalaFX Label

Inherited from
ControlIncludes
implicit def jfxLabeled2sfx(l: Labeled): Labeled

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

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

Value Params
l

JavaFX Labeled

Returns

ScalaFX Labeled

Inherited from
ControlIncludes
implicit def jfxLight2sfx(l: Light): Light

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

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

Value Params
l

JavaFX Light

Returns

ScalaFX Light

Inherited from
EffectIncludes
implicit def jfxLightBase2sfx(v: LightBase): LightBase
Inherited from
LowerPriorityIncludes
implicit def jfxLightDistant2sfx(d: Distant): Distant

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

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

Value Params
d

JavaFX Light.Distant

Returns

ScalaFX Light.Distant

Inherited from
EffectIncludes
implicit def jfxLightPoint2sfx(p: Point): Point

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

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

Value Params
p

JavaFX Light.Point

Returns

ScalaFX Light.Point

Inherited from
EffectIncludes
implicit def jfxLightSpot2sfx(s: Spot): Spot

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

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

Value Params
s

JavaFX Light.Spot

Returns

ScalaFX Light.Spot

Inherited from
EffectIncludes
implicit def jfxLighting2sfx(l: Lighting): Lighting

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

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

Value Params
l

JavaFX Lighting

Returns

ScalaFX Lighting

Inherited from
EffectIncludes
implicit def jfxLine2sfx(r: Line): Line

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

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

Value Params
r

JavaFX Line

Returns

ScalaFX Line

Inherited from
ShapeIncludes
implicit def jfxLineChart2sfx[X, Y](b: LineChart[X, Y]): LineChart[X, Y]

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

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

Type Params
X

X Axis Type

Y

Y Axis Type

Value Params
b

JavaFX LineChart

Returns

ScalaFX LineChart

Inherited from
ChartIncludes
implicit def jfxLineChartSortingPolicy2sfx(v: SortingPolicy): SortingPolicy
Inherited from
ChartIncludes
implicit def jfxLineTo2sfx(l: LineTo): LineTo

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

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

Value Params
l

JavaFX LineTo

Returns

ScalaFX LineTo

Inherited from
ShapeIncludes
implicit def jfxLinearGradient2sfx(lg: LinearGradient): LinearGradient

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

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

Value Params
lg

JavaFX LinearGradient

Returns

ScalaFX LinearGradient

Inherited from
PaintIncludes
implicit def jfxListCell[T](l: ListCell[T]): ListCell[T]

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

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

Type Params
T

The type of the ListCell

Value Params
l

JavaFX ListCell

Returns

ScalaFX ListCell

Inherited from
ControlIncludes
implicit def jfxListSpinnerValueFactory2sfx[T](ev: ListSpinnerValueFactory[T]): ListSpinnerValueFactory[T]
Inherited from
ControlIncludes
implicit def jfxListView2sfx[T](l: ListView[T]): ListView[T]

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

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

Type Params
T

The type of the ListView

Value Params
l

JavaFX ListView

Returns

ScalaFX ListView

Inherited from
ControlIncludes
implicit def jfxListViewEditEvent2sfx[T](l: EditEvent[T]): EditEvent[T]

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

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

Type Params
T

The type of the ListView.EditEvent

Value Params
l

JavaFX ListView.EditEvent

Returns

ScalaFX ListView.EditEvent

Inherited from
ControlIncludes
implicit def jfxMenu2sfx(h: Menu): Menu

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

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

Value Params
h

JavaFX Menu

Returns

ScalaFX Menu

Inherited from
ControlIncludes
implicit def jfxMenuBar2sfx(h: MenuBar): MenuBar

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

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

Value Params
h

JavaFX MenuBar

Returns

ScalaFX MenuBar

Inherited from
ControlIncludes
implicit def jfxMenuButton2sfx(h: MenuButton): MenuButton

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

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

Value Params
h

JavaFX MenuButton

Returns

ScalaFX MenuButton

Inherited from
ControlIncludes
implicit def jfxMenuItem2sfx(m: MenuItem): MenuItem

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

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

Value Params
m

JavaFX MenuItem

Returns

ScalaFX MenuItem

Inherited from
ControlIncludes
implicit def jfxMeshView2sfx(mv: MeshView): MeshView
Inherited from
ShapeIncludes
implicit def jfxMotionBlur2sfx(mb: MotionBlur): MotionBlur

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

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

Value Params
mb

JavaFX MotionBlur

Returns

ScalaFX MotionBlur

Inherited from
EffectIncludes
implicit def jfxMoveTo2sfx(l: MoveTo): MoveTo

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

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

Value Params
l

JavaFX MoveTo

Returns

ScalaFX MoveTo

Inherited from
ShapeIncludes
implicit def jfxMultipleSelectionModel2sfx[T](v: MultipleSelectionModel[T]): MultipleSelectionModel[T]

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

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

Value Params
v

JavaFX MultipleSelectionModel

Returns

ScalaFX MultipleSelectionModel

Inherited from
ControlIncludes
implicit def jfxNode2sfx(v: Node): Node

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

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

Value Params
v

JavaFX Node

Returns

ScalaFX Node

Inherited from
LowerPriorityIncludes
implicit def jfxNumberAxis2sfx(b: NumberAxis): NumberAxis

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

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

Value Params
b

JavaFX NumberAxis

Returns

ScalaFX NumberAxis

Inherited from
ChartIncludes
implicit def jfxNumberAxisDefaultFormatter2sfx(b: DefaultFormatter): DefaultFormatter

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

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

Value Params
b

JavaFX NumberAxis.DefaultFormatter

Returns

ScalaFX NumberAxis.DefaultFormatter

Inherited from
ChartIncludes
implicit def jfxOverrunStyle2sfx(e: OverrunStyle): OverrunStyle

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

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

Value Params
e

JavaFX OverrunStyle

Returns

ScalaFX OverrunStyle

Inherited from
ControlIncludes
implicit def jfxPagination2sfx(p: Pagination): Pagination

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

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

Value Params
p

JavaFX Pagination

Returns

ScalaFX Pagination

Inherited from
ControlIncludes
implicit def jfxPaint2sfx(p: Paint): Paint

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

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

Value Params
p

JavaFX Paint

Returns

ScalaFX Paint

Inherited from
PaintIncludes
implicit def jfxPane2sfx(v: Pane): Pane

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

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

Value Params
v

JavaFX Pane

Returns

ScalaFX Pane

Inherited from
LayoutIncludes
implicit def jfxParallelCamera2sfx(v: ParallelCamera): ParallelCamera

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

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

Value Params
v

JavaFX ParallelCamera

Returns

ScalaFX ParallelCamera

Inherited from
LowerPriorityIncludes
implicit def jfxParent2sfx(v: Parent): Parent

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

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

Value Params
v

JavaFX Parent

Returns

ScalaFX Parent

Inherited from
LowerPriorityIncludes
implicit def jfxPasswordField2sfx(v: PasswordField): PasswordField

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

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

Value Params
v

JavaFX PasswordField

Returns

ScalaFX PasswordField

Inherited from
ControlIncludes
implicit def jfxPath2sfx(r: Path): Path

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

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

Value Params
r

JavaFX Path

Returns

ScalaFX Path

Inherited from
ShapeIncludes
implicit def jfxPathElement2sfx(e: PathElement): PathElement

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

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

Value Params
e

JavaFX PathElement

Returns

ScalaFX PathElement

Inherited from
ShapeIncludes
implicit def jfxPerspectiveCamera2sfx(v: PerspectiveCamera): PerspectiveCamera

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

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

Value Params
v

JavaFX PerspectiveCamera

Returns

ScalaFX PerspectiveCamera

Inherited from
LowerPriorityIncludes
implicit def jfxPerspectiveTransform2sfx(pt: PerspectiveTransform): PerspectiveTransform

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

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

Value Params
pt

JavaFX PerspectiveTransform

Returns

ScalaFX PerspectiveTransform

Inherited from
EffectIncludes
implicit def jfxPhongMaterial2sfx(pm: PhongMaterial): PhongMaterial

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

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

Value Params
pm

JavaFX PhongMaterial

Returns

ScalaFX PhongMaterial

Inherited from
PaintIncludes
implicit def jfxPieChart2sfx(b: PieChart): PieChart

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

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

Value Params
b

JavaFX PieChart

Returns

ScalaFX PieChart

Inherited from
ChartIncludes
implicit def jfxPieChartData2sfx(b: Data): Data

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

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

Value Params
b

JavaFX PieChart.Data

Returns

ScalaFX PieChart.Data

Inherited from
ChartIncludes
implicit def jfxPixelFormat2sfx[B <: Buffer](pf: PixelFormat[B]): PixelFormat[B]

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

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

Value Params
pf

JavaFX PixelFormat

Returns

ScalaFX PixelFormat

Inherited from
ImageIncludes
implicit def jfxPixelReader2sfx(pr: PixelReader): PixelReader

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

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

Value Params
pr

JavaFX PixelReader

Returns

ScalaFX PixelReader

Inherited from
ImageIncludes
implicit def jfxPixelWriter2sfx(pw: PixelWriter): PixelWriter

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

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

Value Params
pw

JavaFX PixelWriter

Returns

ScalaFX PixelWriter

Inherited from
ImageIncludes
implicit def jfxPointLight2sfx(v: PointLight): PointLight
Inherited from
LowerPriorityIncludes
implicit def jfxPolygon2sfx(p: Polygon): Polygon

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

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

Value Params
p

JavaFX Polygon

Returns

ScalaFX Polygon

Inherited from
ShapeIncludes
implicit def jfxPolyline2sfx(p: Polyline): Polyline

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

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

Value Params
p

JavaFX Polyline

Returns

ScalaFX Polyline

Inherited from
ShapeIncludes
implicit def jfxPopupControl2sfx(v: PopupControl): PopupControl

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

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

Value Params
v

JavaFX PopupControl

Returns

ScalaFX PopupControl

Inherited from
ControlIncludes
implicit def jfxPriority2sfx(e: Priority): Priority

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

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

Value Params
e

JavaFX Priority

Returns

ScalaFX Priority

Inherited from
LayoutIncludes
implicit def jfxProgressBar2sfx(p: ProgressBar): ProgressBar

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

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

Value Params
p

JavaFX ProgressBar

Returns

ScalaFX ProgressBar

Inherited from
ControlIncludes
implicit def jfxProgressBarTableCell2sfx[S](cell: ProgressBarTableCell[S]): ProgressBarTableCell[S]

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

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

Type Params
S

The type of the elements contained ...

Value Params
cell

JavaFX ProgressBarTableCell

Returns

ScalaFX ProgressBarTableCell

Inherited from
CellIncludes
implicit def jfxProgressIndicator2sfx(p: ProgressIndicator): ProgressIndicator

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

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

Value Params
p

JavaFX ProgressIndicator

Returns

ScalaFX ProgressIndicator

Inherited from
ControlIncludes
implicit def jfxQuadCurve2sfx(q: QuadCurve): QuadCurve

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

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

Value Params
q

JavaFX QuadCurve

Returns

ScalaFX QuadCurve

Inherited from
ShapeIncludes
implicit def jfxQuadCurveTo2sfx(q: QuadCurveTo): QuadCurveTo

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

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

Value Params
q

JavaFX QuadCurveTo

Returns

ScalaFX QuadCurveTo

Inherited from
ShapeIncludes
implicit def jfxRadialGradient2sfx(rg: RadialGradient): RadialGradient

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

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

Value Params
rg

JavaFX RadialGradient

Returns

ScalaFX RadialGradient

Inherited from
PaintIncludes
implicit def jfxRadioButton2sfx(rb: RadioButton): RadioButton

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

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

Value Params
rb

JavaFX RadioButton

Returns

ScalaFX RadioButton

Inherited from
ControlIncludes
implicit def jfxRadioMenuItem2sfx(m: RadioMenuItem): RadioMenuItem

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

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

Value Params
m

JavaFX RadioMenuItem

Returns

ScalaFX RadioMenuItem

Inherited from
ControlIncludes
implicit def jfxRectangle2sfx(r: Rectangle): Rectangle

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

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

Value Params
r

JavaFX Rectangle

Returns

ScalaFX Rectangle

Inherited from
ShapeIncludes
implicit def jfxReflection2sfx(r: Reflection): Reflection

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

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

Value Params
r

JavaFX Reflection

Returns

ScalaFX Reflection

Inherited from
EffectIncludes
implicit def jfxRegion2sfx(v: Region): Region

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

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

Value Params
v

JavaFX Region

Returns

ScalaFX Region

Inherited from
LayoutIncludes
implicit def jfxResizeFeatures2sfx[S](rf: ResizeFeatures[S]): ResizeFeatures[S]

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

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

Type Params
S

The type of the TableView.ResizeFeatures

Value Params
rf

JavaFX TableView.ResizeFeatures

Returns

ScalaFX TableView.ResizeFeatures

Inherited from
ControlIncludes
implicit def jfxResizeFeaturesBase2sfx[S](rf: ResizeFeaturesBase[S]): ResizeFeaturesBase[S]

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

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

Type Params
S

The type of the ResizeFeaturesBase

Value Params
rf

JavaFX ResizeFeaturesBase

Returns

ScalaFX ResizeFeaturesBase

Inherited from
ControlIncludes
implicit def jfxRowConstraints2sfx(v: RowConstraints): RowConstraints

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

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

Value Params
v

JavaFX RowConstraints

Returns

ScalaFX RowConstraints

Inherited from
LayoutIncludes
implicit def jfxSVGPath2sfx(s: SVGPath): SVGPath

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

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

Value Params
s

JavaFX SVGPath

Returns

ScalaFX SVGPath

Inherited from
ShapeIncludes
implicit def jfxScatterChart2sfx[X, Y](b: ScatterChart[X, Y]): ScatterChart[X, Y]

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

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

Type Params
X

X Axis Type

Y

Y Axis Type

Value Params
b

JavaFX ScatterChart

Returns

ScalaFX ScatterChart

Inherited from
ChartIncludes
implicit def jfxScene2sfx(v: Scene): Scene

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

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

Value Params
v

JavaFX Scene

Returns

ScalaFX Scene

Inherited from
LowerPriorityIncludes
implicit def jfxSceneAntialiasing2sfx(v: SceneAntialiasing): SceneAntialiasing

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

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

Value Params
v

JavaFX SceneAntialiasing

Returns

ScalaFX SceneAntialiasing

Throws
java.lang.IllegalArgumentException

if v has no known correspondence in ScalaFX.

Inherited from
LowerPriorityIncludes

Generates a SceneProperty from a JavaFX Scene.

Generates a SceneProperty from a JavaFX Scene.

Value Params
p

A ScalaFX scalafx.beans.property.ReadOnlyObjectProperty containing a JavaFX Scene.

Returns

ScalaFX SceneProperty

Inherited from
LowerPriorityIncludes
implicit def jfxScrollBar2sfx(s: ScrollBar): ScrollBar

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

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

Value Params
s

JavaFX ScrollBar

Returns

ScalaFX ScrollBar

Inherited from
ControlIncludes
implicit def jfxScrollPane2sfx(s: ScrollPane): ScrollPane

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

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

Value Params
s

JavaFX ScrollPane

Returns

ScalaFX ScrollPane

Inherited from
ControlIncludes
implicit def jfxScrollPaneScrollBarPolicy2sfx(s: ScrollBarPolicy): ScrollBarPolicy

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

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

Value Params
s

JavaFX ScrollPane.ScrollBarPolicy

Returns

ScalaFX ScrollPane.ScrollBarPolicy

Inherited from
ControlIncludes
implicit def jfxScrollToEvent2sfx[T](ev: ScrollToEvent[T]): ScrollToEvent[T]

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

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

Value Params
ev

JavaFX ScrollToEvent

Returns

ScalaFX ScrollToEvent

Inherited from
ControlIncludes
implicit def jfxSelectionMode2sfx(e: SelectionMode): SelectionMode

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

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

Value Params
e

JavaFX SelectionMode

Returns

ScalaFX SelectionMode

Inherited from
ControlIncludes
implicit def jfxSelectionModel2sfx[T](v: SelectionModel[T]): SelectionModel[T]

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

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

Type Params
T

The type of the SelectionModel

Value Params
v

JavaFX SelectionModel

Returns

ScalaFX SelectionModel

Inherited from
ControlIncludes
implicit def jfxSeparator2sfx(s: Separator): Separator

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

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

Value Params
s

JavaFX Separator

Returns

ScalaFX Separator

Inherited from
ControlIncludes
implicit def jfxSeparatorMenuItem2sfx(s: SeparatorMenuItem): SeparatorMenuItem

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

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

Value Params
s

JavaFX SeparatorMenuItem

Returns

ScalaFX SeparatorMenuItem

Inherited from
ControlIncludes
implicit def jfxSepiaTone2sfx(st: SepiaTone): SepiaTone

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

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

Value Params
st

JavaFX SepiaTone

Returns

ScalaFX SepiaTone

Inherited from
EffectIncludes
implicit def jfxShadow2sfx(s: Shadow): Shadow

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

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

Value Params
s

JavaFX Shadow

Returns

ScalaFX Shadow

Inherited from
EffectIncludes
implicit def jfxShape2sfx(s: Shape): Shape

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

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

Value Params
s

JavaFX Shape

Returns

ScalaFX Shape

Inherited from
ShapeIncludes
implicit def jfxShape3D2sfx(s: Shape3D): Shape3D

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

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

Value Params
s

JavaFX Shape3D

Returns

ScalaFX Shape3D

Inherited from
ShapeIncludes
implicit def jfxSingleSelectionModel2sfx[T](v: SingleSelectionModel[T]): SingleSelectionModel[T]

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

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

Type Params
T

The type of the SingleSelectionModel

Value Params
v

JavaFX SingleSelectionModel

Returns

ScalaFX SingleSelectionModel

Inherited from
ControlIncludes
implicit def jfxSkin2sfxSkin[C <: Skinnable](s: Skin[C]): Skin[C]

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

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

Type Params
C

The type of the Skin

Value Params
s

JavaFX Skin

Returns

ScalaFX Skin

Inherited from
ControlIncludes
implicit def jfxSkinBase2sfx[C <: Control](sb: SkinBase[C]): SkinBase[C]

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

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

Value Params
sb

JavaFX SkinBase

Returns

ScalaFX SkinBase

Inherited from
ControlIncludes
implicit def jfxSkinnable2sfxSkinnable(s: Skinnable): Skinnable

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

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

Value Params
s

JavaFX Skinnable

Returns

ScalaFX Skinnable

Inherited from
ControlIncludes
implicit def jfxSlider2sfx(s: Slider): Slider

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

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

Value Params
s

JavaFX Slider

Returns

ScalaFX Slider

Inherited from
ControlIncludes
implicit def jfxSnapshotParameters2sfx(sp: SnapshotParameters): SnapshotParameters

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

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

Value Params
sp

JavaFX SnapshotParameters

Returns

ScalaFX SnapshotParameters

Inherited from
LowerPriorityIncludes
implicit def jfxSortEvent2sfx[C](se: SortEvent[C]): SortEvent[C]

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

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

Type Params
C

The type of the SortEvent

Value Params
se

JavaFX SortEvent

Returns

ScalaFX SortEvent

Inherited from
ControlIncludes
implicit def jfxSortType2sfx(st: SortType): SortType

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

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

Value Params
st

JavaFX TableColumn.SortType

Returns

ScalaFX TableColumn.SortType

Inherited from
ControlIncludes
implicit def jfxSphere2sfx(s: Sphere): Sphere
Inherited from
ShapeIncludes
implicit def jfxSpinner2sfx[T](ev: Spinner[T]): Spinner[T]
Inherited from
ControlIncludes
implicit def jfxSpinnerValueFactory2sfx[T](ev: SpinnerValueFactory[T]): SpinnerValueFactory[T]
Inherited from
ControlIncludes
implicit def jfxSplitMenuButton2sfx(h: SplitMenuButton): SplitMenuButton

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

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

Value Params
h

JavaFX SplitMenuButton

Returns

ScalaFX SplitMenuButton

Inherited from
ControlIncludes
implicit def jfxSplitPane2sfx(s: SplitPane): SplitPane

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

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

Value Params
s

JavaFX SplitPane

Returns

ScalaFX SplitPane

Inherited from
ControlIncludes
implicit def jfxSplitPaneDivider2sfx(d: Divider): Divider

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

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

Value Params
d

JavaFX SplitPane.Divider

Returns

ScalaFX SplitPane.Divider

Inherited from
ControlIncludes
implicit def jfxStackPane2sfx(v: StackPane): StackPane

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

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

Value Params
v

JavaFX StackPane

Returns

ScalaFX StackPane

Inherited from
LayoutIncludes
implicit def jfxStackedAreaChart2sfx[X, Y](b: StackedAreaChart[X, Y]): StackedAreaChart[X, Y]

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

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

Type Params
X

X Axis Type

Y

Y Axis Type

Value Params
b

JavaFX StackedAreaChart

Returns

ScalaFX StackedAreaChart

Inherited from
ChartIncludes
implicit def jfxStackedBarChart2sfx[X, Y](b: StackedBarChart[X, Y]): StackedBarChart[X, Y]

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

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

Type Params
X

X Axis Type

Y

Y Axis Type

Value Params
b

JavaFX StackedBarChart

Returns

ScalaFX StackedBarChart

Inherited from
ChartIncludes
implicit def jfxStop2sfx(c: Stop): Stop

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

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

Value Params
c

JavaFX Stop

Returns

ScalaFX Stop

Inherited from
PaintIncludes
implicit def jfxStrokeLineCap2sfx(e: StrokeLineCap): StrokeLineCap

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

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

Value Params
e

JavaFX StrokeLineCap

Returns

ScalaFX StrokeLineCap

Inherited from
ShapeIncludes
implicit def jfxStrokeLineJoin2sfx(e: StrokeLineJoin): StrokeLineJoin

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

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

Value Params
e

JavaFX StrokeLineJoin

Returns

ScalaFX StrokeLineJoin

Inherited from
ShapeIncludes
implicit def jfxStrokeType2sfx(e: StrokeType): StrokeType

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

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

Value Params
e

JavaFX StrokeType

Returns

ScalaFX StrokeType

Inherited from
ShapeIncludes
implicit def jfxSubScene2sfx(v: SubScene): SubScene

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

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

Value Params
v

JavaFX SubScene

Returns

ScalaFX SubScene

Inherited from
LowerPriorityIncludes
implicit def jfxTab2sfx(v: Tab): Tab

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

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

Value Params
v

JavaFX Tab

Returns

ScalaFX Tab

Inherited from
ControlIncludes
implicit def jfxTabClosingPolicy2sfx(v: TabClosingPolicy): TabClosingPolicy

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

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

Value Params
v

JavaFX TabPane.TabClosingPolicy

Returns

ScalaFX TabPane.TabClosingPolicy

Inherited from
ControlIncludes
implicit def jfxTabPane2sfx(v: TabPane): TabPane

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

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

Value Params
v

JavaFX TabPane

Returns

ScalaFX TabPane

Inherited from
ControlIncludes
implicit def jfxTableCell2sfx[S, T](tc: TableCell[S, T]): TableCell[S, T]

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

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

Type Params
T

The type of the TableCell

Value Params
tc

JavaFX TableCell

Returns

ScalaFX TableCell

Inherited from
ControlIncludes
implicit def jfxTableColumn2sfx[S, T](tc: TableColumn[S, T]): TableColumn[S, T]

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

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

Type Params
T

The type of the TableColumn

Value Params
tc

JavaFX TableColumn

Returns

ScalaFX TableColumn

Inherited from
ControlIncludes
implicit def jfxTableColumnBase2sfx[S, T](tbcb: TableColumnBase[S, T]): TableColumnBase[S, T]
Inherited from
ControlIncludes
implicit def jfxTableFocusModel2sfx[T, TC <: TableColumnBase[T, _]](tfm: TableFocusModel[T, TC]): TableFocusModel[T, TC]

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

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

Type Params
T

The type of the underlying data model for the UI control.

TC

The concrete subclass of scalafx.scene.control.TableColumnBase that is used by the underlying UI control (e.g. scalafx.scene.control.TableColumn or TreeTableColumn).

Value Params
tfm

JavaFX TableFocusModel

Returns

ScalaFX TableFocusModel

Since

8.0

Inherited from
ControlIncludes
implicit def jfxTablePosition2sfx[S, T](tp: TablePosition[S, T]): TablePosition[S, T]

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

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

Type Params
T

The type of the TablePosition

Value Params
tp

JavaFX TablePosition

Returns

ScalaFX TablePosition

Inherited from
ControlIncludes
implicit def jfxTablePositionBase2sfx[TC <: TableColumnBase[_, _]](tpb: TablePositionBase[TC]): TablePositionBase[TC]

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

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

Type Params
TC

The type of the TablePositionBase

Value Params
tpb

JavaFX TablePositionBase

Returns

ScalaFX TablePositionBase

Since

8.0

Inherited from
ControlIncludes
implicit def jfxTableRow2sfx[T](tr: TableRow[T]): TableRow[T]

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

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

Type Params
T

The type of the TableRow

Value Params
tr

JavaFX TableRow

Returns

ScalaFX TableRow

Inherited from
ControlIncludes
implicit def jfxTableSelectionModel2sfx[T](tsm: TableSelectionModel[T]): TableSelectionModel[T]

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

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

Type Params
T

The type of the TableSelectionModel

Value Params
tsm

JavaFX TableSelectionModel

Returns

ScalaFX TableSelectionModel

Inherited from
ControlIncludes
implicit def jfxTableView2sfx[S](tv: TableView[S]): TableView[S]

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

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

Type Params
S

The type of the TableView

Value Params
tv

JavaFX TableView

Returns

ScalaFX TableView

Inherited from
ControlIncludes
implicit def jfxTableViewFocusModel2sfx[S](tvfm: TableViewFocusModel[S]): TableViewFocusModel[S]

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

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

Type Params
S

The type of the TableView.TableViewFocusModel

Value Params
tvfm

JavaFX TableView.TableViewFocusModel

Returns

ScalaFX TableView.TableViewFocusModel

Inherited from
ControlIncludes
implicit def jfxTableViewSelectionModel2sfx[S](tvsm: TableViewSelectionModel[S]): TableViewSelectionModel[S]

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

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

Type Params
S

The type of the TableView.TableViewSelectionModel

Value Params
tvsm

JavaFX TableView.TableViewSelectionModel

Returns

ScalaFX TableView.TableViewSelectionModel

Inherited from
ControlIncludes
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 Params
t

JavaFX Text

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 Params
e

JavaFX TextAlignment

Returns

ScalaFX TextAlignment

Inherited from
TextIncludes
implicit def jfxTextArea2sfx(t: TextArea): TextArea

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

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

Value Params
t

JavaFX TextArea

Returns

ScalaFX TextArea

Inherited from
ControlIncludes
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 Params
e

JavaFX TextBoundsType

Returns

ScalaFX TextBoundsType

Inherited from
TextIncludes
implicit def jfxTextField2sfx(v: TextField): TextField

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

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

Value Params
v

JavaFX TextField

Returns

ScalaFX TextField

Inherited from
ControlIncludes
implicit def jfxTextFieldListCell2sfx[T](cell: TextFieldListCell[T]): TextFieldListCell[T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX TextFieldListCell

Returns

ScalaFX TextFieldListCell

Inherited from
CellIncludes

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TextField.html TextField]] to a TextFieldProperty.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/TextField.html TextField]] to a TextFieldProperty.

Value Params
p

A ReadOnlyObjectProperty containing a TextField

Returns

a new TextFieldProperty

Inherited from
ControlIncludes
implicit def jfxTextFieldTableCell2sfx[S, T](cell: TextFieldTableCell[S, T]): TextFieldTableCell[S, T]

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

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

Type Params
S

The type of the elements contained ...

T

The type of the elements contained within the Element

Value Params
cell

JavaFX TextFieldTableCell

Returns

ScalaFX TextFieldTableCell

Inherited from
CellIncludes
implicit def jfxTextFieldTreeCell2sfx[T](cell: TextFieldTreeCell[T]): TextFieldTreeCell[T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX TextFieldTreeCell

Returns

ScalaFX TextFieldTreeCell

Inherited from
CellIncludes
implicit def jfxTextFieldTreeTableCell2sfx[S, T](cell: TextFieldTreeTableCell[S, T]): TextFieldTreeTableCell[S, T]

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

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

Type Params
T

The type of the elements contained within the Element

Value Params
cell

JavaFX TextFieldTreeTableCell

Returns

ScalaFX TextFieldTreeTableCell

Inherited from
CellIncludes
implicit def jfxTextFlow2sfx(tf: TextFlow): TextFlow
Inherited from
TextIncludes
implicit def jfxTextFormatter2sfx[V](t: TextFormatter[V]): TextFormatter[V]
Inherited from
ControlIncludes
implicit def jfxTextFormatterChange2sfx[V](t: Change): Change
Inherited from
ControlIncludes
implicit def jfxTextInputControl2sfx(t: TextInputControl): TextInputControl

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

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

Value Params
t

JavaFX TextInputControl

Returns

ScalaFX TextInputControl

Inherited from
ControlIncludes
implicit def jfxTextInputDialog2sfx(v: TextInputDialog): TextInputDialog
Inherited from
ControlIncludes
implicit def jfxTilePane2sfx(v: TilePane): TilePane

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

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

Value Params
v

JavaFX TilePane

Returns

ScalaFX TilePane

Inherited from
LayoutIncludes
implicit def jfxTitledPane2sfx(t: TitledPane): TitledPane

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

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

Value Params
t

JavaFX TitledPane

Returns

ScalaFX TitledPane

Inherited from
ControlIncludes
implicit def jfxToggle2sfx(t: Toggle): Toggle

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

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

Value Params
t

JavaFX Toggle

Returns

ScalaFX Toggle

Inherited from
ControlIncludes
implicit def jfxToggleButton2sfx(tb: ToggleButton): ToggleButton

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

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

Value Params
tb

JavaFX ToggleButton

Returns

ScalaFX ToggleButton

Inherited from
ControlIncludes
implicit def jfxToggleGroup2sfx(tg: ToggleGroup): ToggleGroup

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

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

Value Params
tg

JavaFX ToggleGroup

Returns

ScalaFX ToggleGroup

Inherited from
ControlIncludes
implicit def jfxToolBar2sfx(t: ToolBar): ToolBar

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

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

Value Params
t

JavaFX ToolBar

Returns

ScalaFX ToolBar

Inherited from
ControlIncludes
implicit def jfxTooltip2sfx(t: Tooltip): Tooltip

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

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

Value Params
t

JavaFX Tooltip

Returns

ScalaFX Tooltip

Inherited from
ControlIncludes
implicit def jfxTreeCell2sfx[T](t: TreeCell[T]): TreeCell[T]

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

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

Type Params
T

The type of the TreeCell

Value Params
t

JavaFX TreeCell

Returns

ScalaFX TreeCell

Inherited from
ControlIncludes
implicit def jfxTreeCellDataFeatures2sfx[S, T](a: CellDataFeatures[S, T]): CellDataFeatures[S, T]
Inherited from
ControlIncludes
implicit def jfxTreeItem2sfx[T](t: TreeItem[T]): TreeItem[T]

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

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

Type Params
T

The type of the TreeItem

Value Params
t

JavaFX TreeItem

Returns

ScalaFX TreeItem

Inherited from
ControlIncludes
implicit def jfxTreeModificationEvent2sfx[T](tmi: TreeModificationEvent[T]): TreeModificationEvent[T]

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

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

Type Params
T

The type of the TreeItem.TreeModificationEvent

Value Params
tmi

JavaFX TreeItem.TreeModificationEvent

Returns

ScalaFX TreeItem.TreeModificationEvent

Inherited from
ControlIncludes
implicit def jfxTreeSortMode2sfx(tsm: TreeSortMode): TreeSortMode

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

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

Value Params
tsm

JavaFX TreeSortMode

Returns

ScalaFX TreeSortMode

Since

8.0

Inherited from
ControlIncludes
implicit def jfxTreeTableCell2sfx[S, T](ttc: TreeTableCell[S, T]): TreeTableCell[S, T]

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

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

Type Params
S

1st The type of the TreeTableCell

T

2st The type of the TreeTableCell

Value Params
ttc

JavaFX TreeTableCell

Returns

ScalaFX TreeTableCell

Since

8.0

Inherited from
ControlIncludes
implicit def jfxTreeTableColumn2sfx[S, T](a: TreeTableColumn[S, T]): TreeTableColumn[S, T]
Inherited from
ControlIncludes
implicit def jfxTreeTablePosition2sfx[S, T](ttp: TreeTablePosition[S, T]): TreeTablePosition[S, T]

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

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

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

T

The type of the items contained within the TreeTableColumn.

Value Params
ttp

JavaFX TreeTablePosition

Returns

ScalaFX TreeTablePosition

Inherited from
ControlIncludes
implicit def jfxTreeTableRow2sfx[T](ttr: TreeTableRow[T]): TreeTableRow[T]

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

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

Type Params
T

The type of the TreeTableRow

Value Params
ttr

JavaFX TreeTableRow

Returns

ScalaFX TreeTableRow

Since

8.0

Inherited from
ControlIncludes
implicit def jfxTreeTableView2sfx[S](a: TreeTableView[S]): TreeTableView[S]

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

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

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

Value Params
a

JavaFX TreeTableView

Returns

ScalaFX TreeTableView

Since

8.0

Inherited from
ControlIncludes
implicit def jfxTreeTableViewEditEvent2sfx[T](t: EditEvent[T]): EditEvent[T]

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

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

Type Params
T

The type of the TreeItem instances contained within the TreeTableView.

Value Params
t

JavaFX TreeTableView

Returns

ScalaFX TreeTableView

Since

8.0

Inherited from
ControlIncludes
implicit def jfxTreeTableViewFocusModel2sfx[S](ttvfm: TreeTableViewFocusModel[S]): TreeTableViewFocusModel[S]

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

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

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

Value Params
ttvfm

JavaFX TreeTableView.TreeTableViewFocusModel

Returns

ScalaFX TreeTableView.TreeTableViewFocusModel

Inherited from
ControlIncludes
implicit def jfxTreeTableViewResizeFeatures2sfx[S](rf: ResizeFeatures[S]): ResizeFeatures[S]

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

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

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

Value Params
rf

JavaFX TreeTableView.EditEvent

Returns

ScalaFX $TVVE

Inherited from
ControlIncludes
implicit def jfxTreeTableViewSelectionModel2sfx[S](ttvsm: TreeTableViewSelectionModel[S]): TreeTableViewSelectionModel[S]

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

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

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

Value Params
ttvsm

JavaFX TreeTableView.TreeTableViewSelectionModel

Returns

ScalaFX TreeTableView.TreeTableViewSelectionModel

Inherited from
ControlIncludes
implicit def jfxTreeView2sfx[T](t: TreeView[T]): TreeView[T]

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

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

Type Params
T

The type of the TreeView

Value Params
t

JavaFX TreeView

Returns

ScalaFX TreeView

Inherited from
ControlIncludes
implicit def jfxTreeViewEditEvent2sfx[T](t: EditEvent[T]): EditEvent[T]

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

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

Type Params
T

The type of the TreeView.EditEvent

Value Params
t

JavaFX TreeView.EditEvent

Returns

ScalaFX TreeView.EditEvent

Inherited from
ControlIncludes
implicit def jfxTriangleMesh2sfx(tm: TriangleMesh): TriangleMesh
Inherited from
ShapeIncludes
implicit def jfxType2sfx(t: Type): Type

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

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

Value Params
t

JavaFX PixelFormat.Type

Returns

ScalaFX PixelFormat.Type

Inherited from
ImageIncludes
implicit def jfxVBox2sfx(v: VBox): VBox

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

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

Value Params
v

JavaFX VBox

Returns

ScalaFX VBox

Inherited from
LayoutIncludes
implicit def jfxVLineTo2sfx(v: VLineTo): VLineTo

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

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

Value Params
v

JavaFX VLineTo

Returns

ScalaFX VLineTo

Inherited from
ShapeIncludes
implicit def jfxValueAxis2sfx[X <: Number](a: ValueAxis[X]): ValueAxis[X]

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

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

Type Params
X

X Axis Type, derivated from Number.

Value Params
a

JavaFX ValueAxis

Returns

ScalaFX ValueAxis

Inherited from
ChartIncludes
implicit def jfxVertexFormat2sfx(v: VertexFormat): VertexFormat
Inherited from
ShapeIncludes
implicit def jfxWritableImage2sfx(wi: WritableImage): WritableImage

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

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

Value Params
wi

JavaFX WritableImage

Returns

ScalaFX WritableImage

Inherited from
ImageIncludes
implicit def jfxWritablePixelFormat2sfx[B <: Buffer](pf: WritablePixelFormat[B]): WritablePixelFormat[B]

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

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

Value Params
pf

JavaFX WritablePixelFormat

Returns

ScalaFX WritablePixelFormat

Inherited from
ImageIncludes
implicit def jfxXYChart2sfx[X, Y](c: XYChart[X, Y]): XYChart[X, Y]

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

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

Type Params
X

X Axis Type

Y

Y Axis Type

Value Params
c

JavaFX XYChart

Returns

ScalaFX XYChart

Inherited from
ChartIncludes
implicit def jfxXYChartData2sfx[X, Y](b: Data[X, Y]): Data[X, Y]

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

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

Type Params
X

X Axis Type

Y

Y Axis Type

Value Params
b

JavaFX XYChart.Data

Returns

ScalaFX XYChart.Data

Inherited from
ChartIncludes
implicit def jfxXYChartSeries2sfx[X, Y](b: Series[X, Y]): Series[X, Y]

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

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

Type Params
X

X Axis Type

Y

Y Axis Type

Value Params
b

JavaFX XYChart.Series

Returns

ScalaFX XYChart.Series

Inherited from
ChartIncludes
implicit def string2jfxColor(s: String): Color

Converts an HTML or CSS attribute string to a JavaFX Color. See JavaFX's Color.web() for more details.

Converts an HTML or CSS attribute string to a JavaFX Color. See JavaFX's Color.web() for more details.

Value Params
s

The name or numeric representation of the color in one of the supported formats

Returns

JavaFX Color correspondent to argument

Inherited from
PaintIncludes
implicit def string2sfxColor(s: String): Color

Converts an HTML or CSS attribute string to a ScalaFX Color. See JavaFX's Color.web() for more details.

Converts an HTML or CSS attribute string to a ScalaFX Color. See JavaFX's Color.web() for more details.

Value Params
s

The name or numeric representation of the color in one of the supported formats

Returns

ScalaFX Color correspondent to argument

Inherited from
PaintIncludes
implicit def tuple32JfxColor(tuple: (Int, Int, Int)): Color

Converts a tuple of 3 Integers to a JavaFX Color.

Converts a tuple of 3 Integers to a JavaFX Color.

Value Params
tuple

A tuple of 3 Integers (all of them must be lesser than 256) correspondent respectively to red, green and blue components of desired Color

Returns

Color correspondent to Tuple.

Inherited from
PaintIncludes
implicit def tuple32SfxColor(tuple: (Int, Int, Int)): Color

Converts a tuple of 3 Integers to a ScalaFX Color.

Converts a tuple of 3 Integers to a ScalaFX Color.

Value Params
tuple

A tuple of 3 Integers (all of them must be lesser than 256) correspondent respectively to red, green and blue components of desired Color

Returns

Color correspondent to Tuple.

Inherited from
PaintIncludes
implicit def tuple42JfxColor(tuple: (Int, Int, Int, Double)): Color

Converts a tuple of 3 Integers and a double to a JavaFX Color.

Converts a tuple of 3 Integers and a double to a JavaFX Color.

Value Params
tuple

A tuple of 3 Integers (all of them must be lesser than 256) and a Double (lesser than 1.0) correspondent respectively to red, green, blue and opacity components of desired Color

Returns

Color correspondent to Tuple.

Inherited from
PaintIncludes
implicit def tuple42SfxColor(tuple: (Int, Int, Int, Double)): Color

Converts a tuple of 3 Integers and a double to a ScalaFX Color.

Converts a tuple of 3 Integers and a double to a ScalaFX Color.

Value Params
tuple

A tuple of 3 Integers (all of them must be lesser than 256) and a Double (lesser than 1.0) correspondent respectively to red, green, blue and opacity components of desired Color

Returns

Color correspondent to Tuple.

Inherited from
PaintIncludes