plot-api / jetbrains.letsPlot / FrontendContext

FrontendContext

interface FrontendContext

Functions

display

abstract fun display(plotSpecRaw: MutableMap<String, Any>): Unit

getInfo

open fun getInfo(): String

Inheritors

DefaultSwingBatikFrontendContext

Shows plot in Java Swing Window. Uses Batik mapping for SVG rendering.

class DefaultSwingBatikFrontendContext : FrontendContext

DefaultSwingJfxFrontendContext

Shows plot in Java Swing Window. Uses JavaFx Scene mapping for SVG rendering.

class DefaultSwingJfxFrontendContext : FrontendContext

NotebookFrontendContext

class NotebookFrontendContext : FrontendContext