Fixed
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.
Overlays with a fixed offset will be drawn over by dynamic or other fixed overlays.
Parameters
offset
The offset of the bar.
info
The BarMatchInfo of the bar.
matchAbove
The BarMatcher which should be matched by the bar on top of this one.
matchBelow
The BarMatcher which should be matched by the bar below this one.