Pane

fun Pane(    posX: Number = 0,     posY: Number = 0,     width: Number,     height: Number,     visual: Visual = Visual.EMPTY)

Creates a Pane.

Parameters

T

Generic ComponentView.

posX

Horizontal coordinate for this Pane. Default: 0.

posY

Vertical coordinate for this Pane. Default: 0.

width

Width for this Pane.

height

Height for this Pane.

visual

Visual for this Pane. Default: Visual.EMPTY.