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
    Modifier and Type
    Field
    Description
    static final String
    Constant representing the name of this language.
  • Method Summary

    Modifier and Type
    Method
    Description
    qupath.lib.scripting.languages.ScriptAutoCompletor
     
    Get the static instance of this class.

    Methods inherited from class qupath.lib.scripting.languages.ScriptLanguage

    getExtensions, getName, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • NAME

      public static final String NAME
      Constant representing the name of this language. It may be used to look up styling or syntax.
      See Also:
  • Method Details

    • getInstance

      public static ImageJMacroLanguage getInstance()
      Get the static instance of this class.
      Returns:
      instance
    • getAutoCompletor

      public qupath.lib.scripting.languages.ScriptAutoCompletor getAutoCompletor()
      Overrides:
      getAutoCompletor in class qupath.lib.scripting.languages.ScriptLanguage