Class MarkdownLanguage

java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.MarkdownLanguage
All Implemented Interfaces:
HtmlRenderer, qupath.lib.scripting.languages.ExecutableLanguage

public class MarkdownLanguage extends qupath.lib.scripting.languages.ScriptLanguage implements HtmlRenderer
Class for the representation of JSON syntax in QuPath.

This class stores the QuPath implementation of Markdown syntaxing and a dummy plain auto-completion.

Since:
v0.4.0
  • Method Details

    • getInstance

      public static MarkdownLanguage getInstance()
      Get the static instance of this class.
      Returns:
      instance
    • execute

      public Object execute(qupath.lib.scripting.ScriptParameters params) throws ScriptException
      Specified by:
      execute in interface qupath.lib.scripting.languages.ExecutableLanguage
      Throws:
      ScriptException