BarPositioning
abstract class BarPositioning(val info: BarMatchInfo, val matchAbove: BarMatcher, val matchBelow: BarMatcher)
Inheritors
Types
Link copied to clipboard
class Dynamic(val marginTop: Int, val marginBottom: Int, val info: BarMatchInfo, val matchAbove: BarMatcher, val matchBelow: BarMatcher) : BarPositioning
A dynamic bar positioning which allows the overlay to change position based on the surrounding overlays.
Link copied to clipboard
class Fixed(val offset: Int, val info: BarMatchInfo, val matchAbove: BarMatcher, val matchBelow: BarMatcher) : BarPositioning
A fixed bar positioning which places the overlay at a fixed offset.