Data

data class Data(val text: String, val positionX: Int, val positionY: Int, val duration: Int, val fontType: RenderText.FontType, val rotatedWithKnickbridgeAngle: Boolean)

Parameters

text

The text to display

positionX

the Y position on the Falke display (where 0 is the upper border)

duration

the duration to display the text, in milliseconds

fontType

the type of font that should be used

rotatedWithKnickbridgeAngle

Whether the text should be rotated with the knickbridge angle

Constructors

Link copied to clipboard
constructor(text: String, positionX: Int, positionY: Int, duration: Int, fontType: RenderText.FontType, rotatedWithKnickbridgeAngle: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard