Class MarkdownLanguage
java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.MarkdownLanguage
- All Implemented Interfaces:
- HtmlRenderer,- ExecutableLanguage
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 SummaryModifier and TypeMethodDescriptionexecute(ScriptParameters params) Execute the given script String.static MarkdownLanguageGet the static instance of this class.Methods inherited from class qupath.lib.scripting.languages.ScriptLanguagegetAutoCompletor, getExtensions, getName, toString
- 
Method Details- 
getInstanceGet the static instance of this class.- Returns:
- instance
 
- 
executeDescription copied from interface:ExecutableLanguageExecute the given script String.- Specified by:
- executein interface- ExecutableLanguage
- Parameters:
- params-
- Returns:
- Throws:
- ScriptException
 
 
-