LayoutIncludes

Companion
class
class Object
trait Matchable
class Any

Implicits

Inherited implicits

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 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 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 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 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 jfxCornerRadii2sfx(v: CornerRadii): CornerRadii
Inherited from
LayoutIncludes
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 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 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 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 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 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 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 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 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 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