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.

Constructors

Link copied to clipboard
constructor(offset: Int, info: BarMatchInfo, matchAbove: BarMatcher, matchBelow: BarMatcher)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val offset: Int

Functions

Link copied to clipboard
open fun compareTo(other: BarPositioning): Int