Tracks

class Tracks

Tracks

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
@get:JvmName(name = "coordinateSystemCenterX")
val coordinateSystemCenterX: Float
Link copied to clipboard
@get:JvmName(name = "coordinateSystemCenterY")
val coordinateSystemCenterY: Float
Link copied to clipboard
@get:JvmName(name = "imageDimens")
val imageDimens: Size?
Link copied to clipboard
@get:JvmName(name = "tracks")
val tracks: List<Track>