Class ImageJMacroLanguage
java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.ImageJMacroLanguage
public class ImageJMacroLanguage
extends qupath.lib.scripting.languages.ScriptLanguage
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionqupath.lib.scripting.languages.ScriptAutoCompletorstatic ImageJMacroLanguageGet the static instance of this class.Methods inherited from class qupath.lib.scripting.languages.ScriptLanguage
getExtensions, getName, toString
-
Field Details
-
NAME
Constant representing the name of this language. It may be used to look up styling or syntax.- See Also:
-
-
Method Details
-
getInstance
Get the static instance of this class.- Returns:
- instance
-
getAutoCompletor
public qupath.lib.scripting.languages.ScriptAutoCompletor getAutoCompletor()- Overrides:
getAutoCompletorin classqupath.lib.scripting.languages.ScriptLanguage
-