Around Alignment Strategy
data class AroundAlignmentStrategy(other: Boundable, alignmentType: ComponentAlignment) : AlignmentStrategy
Content copied to clipboard
Can be used to align objects around an other object. This means that calculatePosition will return a Position for which Boundable.containsPosition will return false
when called on other.
Constructors
AroundAlignmentStrategy
Link copied to clipboard
fun AroundAlignmentStrategy(other: Boundable, alignmentType: ComponentAlignment)
Content copied to clipboard
Functions
calculatePosition
Link copied to clipboard
copy
Link copied to clipboard
fun copy(other: Boundable, alignmentType: ComponentAlignment): AroundAlignmentStrategy
Content copied to clipboard
Sources
(source)
Link copied to clipboard