Package org.hexworks.zircon.internal.component.alignment

Types

AroundAlignmentStrategy
Link copied to clipboard
common
data class AroundAlignmentStrategy(other: Boundable, alignmentType: ComponentAlignment) : AlignmentStrategy
Can be used to align objects around an other object.
PositionalAlignmentStrategy
Link copied to clipboard
common
class PositionalAlignmentStrategy(position: Position) : AlignmentStrategy
This alignment strategy will return the given position regardless of the size passed to calculatePosition.
WithinAlignmentStrategy
Link copied to clipboard
common
data class WithinAlignmentStrategy(other: Boundable, alignmentType: ComponentAlignment) : AlignmentStrategy
Can be used to align objects within an other object.