Package-level declarations

Types

Link copied to clipboard
class RandomEntriesGenerator(xRange: IntProgression = 0..X_RANGE_TOP, yRange: IntProgression = 0..Y_RANGE_TOP)

Generates randomized chart entries.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun <T> ValueWrapper<T>.getValue(thisObj: Any?, property: KProperty<*>): T
Link copied to clipboard
operator fun <T> ValueWrapper<T>.setValue(thisObj: Any?, property: KProperty<*>, value: T)