interface FrontendContext
display |
abstract fun display(plotSpecRaw: MutableMap<String, Any>): Unit |
getInfo |
open fun getInfo(): String |
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
|