AFlowLayout

Constructors

Link copied to clipboard
constructor(hgap: Int, alignment: Int, anchor: Int, ordered: Boolean)

Properties

Link copied to clipboard
val BOTH: Int = 3
The horizontal alignment constant that designates stretching the component horizontally.
Link copied to clipboard
val CENTER: Int = 0
The horizontal alignment constant that designates centering.
Link copied to clipboard
val LEFT: Int = 2
The horizontal alignment constant that designates left justification.
Link copied to clipboard
val RIGHT: Int = 1
The horizontal alignment constant that designates right justification.
Link copied to clipboard
val TOP: Int = 1
The anchoring constant that designates anchoring to the top of the display area.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isOrdered(): Boolean
Link copied to clipboard
abstract fun layoutContainer(parent: Container)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun toString(): String