TimeFrame

Supported time frames used to display data.

Entries

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

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
val strRes: Int

Functions

Link copied to clipboard
Link copied to clipboard
fun dp(screenWidth: Int, time: Long): Dp

Calculates the needed Dp depending on the amount of time being plotted.

Link copied to clipboard

The time interval to draw the vertical lines representing time on the x-axis.

Link copied to clipboard

Used to detect a significant time separation between Telemetrys.

Link copied to clipboard
fun valueOf(value: String): TimeFrame

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.