Box

class Box(orientation: Orientation) : BoxBase, WithChildren

Like a VBox or HBox, but the orientation can be changed from horizontal to vertical.

Constructors

Link copied to clipboard
constructor(orientation: Orientation)

Properties

Link copied to clipboard
open override val children: MutableObservableList<Node>

The base class Node has no children, so this is an empty list.

Link copied to clipboard
open override var fill: Boolean
Link copied to clipboard
Link copied to clipboard
open override val orientation: Orientation

Functions

Link copied to clipboard
open override fun toString(): String