Package-level declarations

Types

Link copied to clipboard
class Plotter(id: Int, title: String, data: Array<DoubleArray>, grid: Grid, deviceRatio: Double, withBackground: Boolean = true, headless: Boolean = false) : Application, Runnable

Plotting class based on JavaFX and Han Solo's Charts library. Instead of being run in classical JavaFX environment, it is being executed as a Runnable TODO: Warning - the desktop environment must be able to open windows of the submitted size

Link copied to clipboard
class Reporter(toConsole: Boolean = false, toFile: Boolean = false, var devicePixelRatio: Double = 1.0, logTimeGranularity: TemporalUnit = ChronoUnit.SECONDS) : AutoCloseable

Class to handle the reporting of the output