ClockDisplayElement

@Serializable
data class ClockDisplayElement(val position: LayoutPoint, val format: String = "0.0", val label: String? = "Time", val fontSize: Double = 12.0)(source)

A clock display showing the current simulated time.

Constructors

Link copied to clipboard
constructor(position: LayoutPoint, format: String = "0.0", label: String? = "Time", fontSize: Double = 12.0)

Properties

Link copied to clipboard

Text size in layout units (scales with zoom). Appended with a default so older layouts are unaffected.

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