commonMain.jetbrains.datalore.plot.base.GeomContext.kt Maven / Gradle / Ivy
/*
* Copyright (c) 2019. JetBrains s.r.o.
* Use of this source code is governed by the MIT license that can be found in the LICENSE file.
*/
package jetbrains.datalore.plot.base
import jetbrains.datalore.plot.base.interact.GeomTargetCollector
interface GeomContext {
val targetCollector: GeomTargetCollector
fun getResolution(aes: Aes): Double
fun getUnitResolution(aes: Aes): Double
fun withTargetCollector(targetCollector: GeomTargetCollector): GeomContext
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy