positionalAlignment

fun positionalAlignment(x: Int, y: Int): AlignmentStrategy

Creates a AlignmentStrategy which will align a Component within another one relative to its top left corner using the given x,y coordinates.

fun positionalAlignment(position: Position): AlignmentStrategy

Creates a AlignmentStrategy which will align a Component within another one relative to its top left corner using the given Position.