Source set: Android
public class VignettePosition constructor(private val key: Int)
Possible combinations for vignette state.
Functions
toString
Source set: Android
override fun toString(): String
Members
Companion
Source set: Android
public companion object
Properties
Top
Source set: Android
public val Top: VignettePosition = VignettePosition(0)
Only the top part of the vignette is displayed.
Bottom
Source set: Android
public val Bottom: VignettePosition = VignettePosition(1)
Only the bottom part of the vignette is displayed.
TopAndBottom
Source set: Android
public val TopAndBottom: VignettePosition = VignettePosition(2)
Both the top and bottom of the vignette is displayed.