Package tools. aqua. bgw. components. layoutviews
Types
Link copied to clipboard
open class CameraPane<T : LayoutView<*>>( posX: Number = 0, posY: Number = 0, width: Number, height: Number, visual: Visual = Visual.EMPTY, target: T) : ComponentView
Content copied to clipboard
A pane representing a camera view that can be used to display and manipulate a target layout view.
Link copied to clipboard
open class GridPane<T : ComponentView>( posX: Number = 0, posY: Number = 0, columns: Int, rows: Int, spacing: Number = DEFAULT_GRID_SPACING, layoutFromCenter: Boolean = true, visual: Visual = Visual.EMPTY) : LayoutView<T> , Iterable<GridIteratorElement<T>>
Content copied to clipboard
Defines a LayoutView that orders components in a grid structure.
Link copied to clipboard
Baseclass for all layout components.
Link copied to clipboard
open class Pane<T : ComponentView>( posX: Number = 0, posY: Number = 0, width: Number, height: Number, visual: Visual = Visual.EMPTY) : LayoutView<T> , LayeredContainer<T> , Iterable<T>
Content copied to clipboard
A Pane can be used to group ComponentViews for easier position management and layout.