scalafx.scene.layout

Type members

Classlikes

object AnchorPane
Companion
class
class AnchorPane(val delegate: AnchorPane) extends Pane with SFXDelegate[AnchorPane]
Companion
object
object Background
Companion
class
class Background(val delegate: Background) extends SFXDelegate[Background]
Companion
object
Companion
class
class BackgroundFill(val delegate: BackgroundFill) extends SFXDelegate[BackgroundFill]

The fill and associated properties that direct how to fill the background of a Region.

The fill and associated properties that direct how to fill the background of a Region.

Companion
object
Companion
class
class BackgroundImage(val delegate: BackgroundImage) extends SFXDelegate[BackgroundImage]

Defines properties describing how to render an image as the background to some Region.

Defines properties describing how to render an image as the background to some Region.

Companion
object
Companion
class
class BackgroundPosition(val delegate: BackgroundPosition) extends SFXDelegate[BackgroundPosition]

Represents the position of a BackgroundImage within the Region's drawing area.

Represents the position of a BackgroundImage within the Region's drawing area.

Wrapper for http://docs.oracle.com/javafx/8/api/javafx/scene/layout/BackgroundPosition

Companion
object
sealed abstract class BackgroundRepeat(val delegate: BackgroundRepeat) extends SFXEnumDelegate[BackgroundRepeat]

Enumeration of options for repeating images in backgrounds

Enumeration of options for repeating images in backgrounds

Companion
object
Companion
class
class BackgroundSize(val delegate: BackgroundSize) extends SFXDelegate[BackgroundSize]
Authors

Jarek Sacha

Companion
object
object Border
Companion
class
class Border(val delegate: Border) extends SFXDelegate[Border]
Companion
object
object BorderImage
Companion
class
class BorderImage(val delegate: BorderImage) extends SFXDelegate[BorderImage]

Defines properties describing how to render an image as the background to some scalafx.scene.layout.Region.

Defines properties describing how to render an image as the background to some scalafx.scene.layout.Region.

Companion
object
object BorderPane
Companion
class
class BorderPane(val delegate: BorderPane) extends Pane with SFXDelegate[BorderPane]
Companion
object
object BorderRepeat extends SFXEnumDelegateCompanion[BorderRepeat, BorderRepeat]

Enum indicating the repetition rules for border images. Wrapper for javafx.scene.layout.BorderRepeat.

Enum indicating the repetition rules for border images. Wrapper for javafx.scene.layout.BorderRepeat.

Companion
class
sealed abstract class BorderRepeat(val delegate: BorderRepeat) extends SFXEnumDelegate[BorderRepeat]
Companion
object
object BorderStroke
Companion
class
class BorderStroke(val delegate: BorderStroke) extends SFXDelegate[BorderStroke]
Companion
class
class BorderStrokeStyle(val delegate: BorderStrokeStyle) extends SFXDelegate[BorderStrokeStyle]

Defines the style of the stroke to use on one side of a BorderStroke.

Defines the style of the stroke to use on one side of a BorderStroke.

Wrapper for javafx.scene.layout.BorderStrokeStyle.

Companion
object
object BorderWidths
Companion
class
class BorderWidths(val delegate: BorderWidths) extends SFXDelegate[BorderWidths]

Defines widths for four components (top, right, bottom, and left).

Defines widths for four components (top, right, bottom, and left).

Companion
object
Companion
class
class ColumnConstraints(val delegate: ColumnConstraints) extends ConstraintsBase with SFXDelegate[ColumnConstraints]
Companion
object
Companion
class
abstract class ConstraintsBase(val delegate: ConstraintsBase) extends SFXDelegate[ConstraintsBase]
Companion
object
object CornerRadii
Companion
class
class CornerRadii(val delegate: CornerRadii) extends SFXDelegate[CornerRadii]

Defines the radii of each of the four corners of a BorderStroke.

Defines the radii of each of the four corners of a BorderStroke.

Companion
object
object FlowPane
Companion
class
object GridPane
Companion
class
object HBox
Companion
class
Companion
class

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

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

Companion
object
object Pane
Companion
class
sealed abstract class Priority(val delegate: Priority) extends SFXEnumDelegate[Priority]
Companion
object
object Region
Companion
class
class Region(val delegate: Region) extends Parent with SFXDelegate[Region]
Companion
object
Companion
class
class RowConstraints(val delegate: RowConstraints) extends ConstraintsBase with SFXDelegate[RowConstraints]
Companion
object
object StackPane
Companion
class
object TilePane
Companion
class
class TilePane(val delegate: TilePane) extends Pane with AlignmentDelegate[TilePane] with SFXDelegate[TilePane]
Companion
object
object VBox
Companion
class