All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.org.jetbrains.letsPlot.awt.plot.FigureModel.kt Maven / Gradle / Ivy

/*
 * Copyright (c) 2024. JetBrains s.r.o.
 * Use of this source code is governed by the MIT license that can be found in the LICENSE file.
 */

package org.jetbrains.letsPlot.awt.plot

// See: PlotPanel.ResizeHook
interface FigureModel {
    fun onToolEvent(callback: (Map) -> Unit)
    fun activateInteractions(origin: String, interactionSpecList: List>)
    fun deactivateInteractions(origin: String)
    fun updateView(specOverride: Map? = null)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy